@takeshape/errors 9.89.3 → 9.90.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takeshape/errors",
3
- "version": "9.89.3",
3
+ "version": "9.90.6",
4
4
  "description": "Custom error objects.",
5
5
  "homepage": "https://www.takeshape.io",
6
6
  "repository": {
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "devDependencies": {
23
23
  "ajv": "^8.10.0",
24
- "@takeshape/typescript-jest-junit-reporter": "9.89.3"
24
+ "@takeshape/typescript-jest-junit-reporter": "9.90.6"
25
25
  },
26
26
  "engines": {
27
27
  "node": ">=16"
@@ -35,7 +35,7 @@
35
35
  "build:js": "cross-env BABEL_MODULES=commonjs babel src --out-dir dist --extensions \".js,.ts\" --ignore '**/__tests__'",
36
36
  "build:types": "tsc --emitDeclarationOnly --project tsconfig.build.json",
37
37
  "build:types:ci": "mkdir -p \"${GITHUB_WORKSPACE}/typecheck-results/${npm_package_name#*\\/}\" && tsc --emitDeclarationOnly --project tsconfig.build.json --pretty false | typescript-jest-junit-reporter | tee \"${GITHUB_WORKSPACE}/typecheck-results/${npm_package_name#*\\/}/typescript-results.xml\"",
38
- "clean": "rimraf dist es build *.tsbuildinfo",
38
+ "clean": "del-cli dist es build *.tsbuildinfo",
39
39
  "lint": "eslint . --ext .js,.ts,.json",
40
40
  "lint:ci": "pnpm lint --quiet --format json -o \"${GITHUB_WORKSPACE}/test-results/${npm_package_name#*\\/}/eslint-results.json\"",
41
41
  "test": "jest",