err-stack-meta
Advanced tools
Comparing version 1.0.15 to 1.0.17
@@ -6,2 +6,53 @@ # Change Log | ||
## [1.0.17](https://github.com/bluelovers/ws-error/compare/err-stack-meta@1.0.15...err-stack-meta@1.0.17) (2023-10-20) | ||
### BREAKING CHANGES | ||
* update build | ||
### 🛠 Build System | ||
* update build ([339d28c](https://github.com/bluelovers/ws-error/commit/339d28c47c3e9c1f3e504295165751b582dfa26e)) | ||
### 📌 Dependencies | ||
* update deps ([1abe7cf](https://github.com/bluelovers/ws-error/commit/1abe7cfaf3a6d073805f1cf7b7247638640e23a0)) | ||
### 🔖 Miscellaneous | ||
* . ([05a7b5a](https://github.com/bluelovers/ws-error/commit/05a7b5af1e5de8f6b1a1e7e4a126f5d8e89b4741)) | ||
* . ([6c915b3](https://github.com/bluelovers/ws-error/commit/6c915b3028fe9fd00acd83c5e5342a03a2e2f64f)) | ||
## [1.0.16](https://github.com/bluelovers/ws-error/compare/err-stack-meta@1.0.15...err-stack-meta@1.0.16) (2023-10-20) | ||
### BREAKING CHANGES | ||
* update build | ||
### 🛠 Build System | ||
* update build ([339d28c](https://github.com/bluelovers/ws-error/commit/339d28c47c3e9c1f3e504295165751b582dfa26e)) | ||
### 📌 Dependencies | ||
* update deps ([1abe7cf](https://github.com/bluelovers/ws-error/commit/1abe7cfaf3a6d073805f1cf7b7247638640e23a0)) | ||
### 🔖 Miscellaneous | ||
* . ([6c915b3](https://github.com/bluelovers/ws-error/commit/6c915b3028fe9fd00acd83c5e5342a03a2e2f64f)) | ||
## [1.0.15](https://github.com/bluelovers/ws-error/compare/err-stack-meta@1.0.14...err-stack-meta@1.0.15) (2022-10-15) | ||
@@ -8,0 +59,0 @@ |
{ | ||
"name": "err-stack-meta", | ||
"version": "1.0.15", | ||
"version": "1.0.17", | ||
"description": "", | ||
@@ -29,4 +29,4 @@ "keywords": [ | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.esm.mjs", | ||
"require": "./dist/index.cjs" | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.esm.mjs" | ||
}, | ||
@@ -50,5 +50,7 @@ "./package.json": "./package.json", | ||
"test:jest": "jest --passWithNoTests", | ||
"test:jest:coverage": "yarn run test:jest -- --coverage", | ||
"test:jest:snapshot": "yarn run test:jest -- -u", | ||
"test:mocha": "ynpx --quiet -p ts-node -p mocha mocha -- --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"", | ||
"test:snapshot": "yarn run test -- -u", | ||
"test:tsd": "ynpx tsd", | ||
"posttest": "yarn run build", | ||
@@ -59,3 +61,3 @@ "build": "yarn run build:tsdx && yarn run build:dts:tsc", | ||
"build:dts:tsc": "yarn run build:dts:tsc:emit && yarn run build:dts:copy", | ||
"build:dts:tsc:emit": "tsc --emitDeclarationOnly --declaration --noEmit false", | ||
"build:dts:tsc:emit": "tsc --emitDeclarationOnly --declaration --noEmit false & echo build:dts:tsc:emit", | ||
"build:tsdx": "ynpx @bluelovers/tsdx build --target node --name index", | ||
@@ -83,7 +85,6 @@ "ci:install": "echo ci:install", | ||
"dependencies": { | ||
"error-stack2": "^2.0.4", | ||
"ts-type": ">=2" | ||
"error-stack2": "^2.0.5" | ||
}, | ||
"packageManager": "yarn@^1.22.11", | ||
"gitHead": "b5a5e76d38d7c5d1c06dd40db9687f3e5a9abecf" | ||
"gitHead": "24afbf1e760beb8380e638f82e83d1906b3b5289" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25708
1
169
- Removedts-type@>=2
Updatederror-stack2@^2.0.5