chore(ci): approve esbuild dependency build
This commit is contained in:
+9
-1
@@ -2,6 +2,10 @@
|
||||
"name": "@mifi/logger",
|
||||
"version": "0.9.1",
|
||||
"description": "Intentional, namespaced logging for browser and Node.js TypeScript applications.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.mifi.dev/mifi/logger.git"
|
||||
},
|
||||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"packageManager": "pnpm@11.0.0",
|
||||
@@ -34,13 +38,17 @@
|
||||
"lint": "oxlint src test",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"pack:check": "pnpm pack --pack-destination .artifacts"
|
||||
"pack:check": "pnpm pack --pack-destination .artifacts",
|
||||
"release": "semantic-release"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@semantic-release/changelog": "^7.0.0",
|
||||
"@semantic-release/git": "^11.0.1",
|
||||
"@types/node": "^24.0.0",
|
||||
"@vitest/coverage-v8": "^3.0.0",
|
||||
"oxlint": "^1.0.0",
|
||||
"prettier": "^3.5.0",
|
||||
"semantic-release": "^25.0.8",
|
||||
"tsup": "^8.4.0",
|
||||
"typescript": "^6.0.0",
|
||||
"vitest": "^3.0.0"
|
||||
|
||||
Reference in New Issue
Block a user