err-stack-reduce
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -6,2 +6,18 @@ # Change Log | ||
## [1.0.15](https://github.com/bluelovers/ws-error/compare/err-stack-reduce@1.0.14...err-stack-reduce@1.0.15) (2023-10-20) | ||
### 📌 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.14](https://github.com/bluelovers/ws-error/compare/err-stack-reduce@1.0.13...err-stack-reduce@1.0.14) (2022-10-15) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "err-stack-reduce", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"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 & echo build:dts:tsc:emit", | ||
"build:tsdx": "ynpx @bluelovers/tsdx build --target node --name index", | ||
@@ -83,6 +85,6 @@ "ci:install": "echo ci:install", | ||
"dependencies": { | ||
"err-stack-meta": "^1.0.15" | ||
"err-stack-meta": "^1.0.17" | ||
}, | ||
"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
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
37742
17
343
Updatederr-stack-meta@^1.0.17