@sprucelabs/error 6.0.1 → 6.0.3

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 +15 -15
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "6.0.1",
6
+ "version": "6.0.3",
7
7
  "skill": {
8
8
  "namespace": "spruce-error",
9
9
  "upgradeIgnoreList": [
@@ -40,39 +40,39 @@
40
40
  "build.dist": "tsc --project tsconfig.dist.json && yarn build.resolve-paths && mv build esm && yarn build.esm-postbuild && yarn build.tsc && yarn build.resolve-paths && mv esm build/ && yarn clean.dist",
41
41
  "build.esm-postbuild": "esm-postbuild --target esm --patterns '**/*.js'",
42
42
  "build.resolve-paths": "true",
43
- "build.tsc": "yarn build.copy-files && tsc",
43
+ "build.tsc": "yarn run build.copy-files && tsc",
44
44
  "build.types": "tsc --emitDeclarationOnly && echo PASS",
45
- "clean": "yarn clean.build",
46
- "clean.all": "yarn clean.dependencies && yarn clean.build",
45
+ "clean": "yarn run clean.build",
46
+ "clean.all": "yarn run clean.dependencies && yarn run clean.build",
47
47
  "clean.build": "rm -rf build/",
48
48
  "clean.dependencies": "rm -rf node_modules/ package-lock.json yarn.lock",
49
49
  "clean.dist": "rm -rf build/__tests__ build/esm/__tests__",
50
- "fix.lint": "eslint --fix --cache",
51
- "lint": "eslint --cache",
50
+ "fix.lint": "eslint --fix --cache '**/*.ts'",
51
+ "lint": "eslint --cache '**/*.ts'",
52
52
  "lint.tsc": "tsc -p . --noEmit",
53
53
  "test": "jest",
54
54
  "post.watch.build": "yarn build.copy-files",
55
- "rebuild": "yarn clean.all && yarn && yarn build.dev",
55
+ "rebuild": "yarn run clean.all && yarn install && yarn run build.dev",
56
56
  "release": "semantic-release",
57
- "resolve-paths.lint": "yarn build.resolve-paths ; yarn lint",
58
- "update.dependencies": "yarn clean.dependencies && yarn",
57
+ "resolve-paths.lint": "yarn run build.resolve-paths ; yarn run lint",
58
+ "update.dependencies": "yarn run clean.dependencies && yarn",
59
59
  "upgrade.packages": "yarn-upgrade-all && rm -f yarn.lock ; yarn ; yarn fix.lint | true",
60
60
  "upgrade.packages.all": "yarn install && yarn upgrade.packages",
61
61
  "upgrade.packages.test": "yarn upgrade.packages.all && yarn lint && yarn build.dev && yarn test",
62
- "watch.build.dev": "tsc-watch --sourceMap --onCompilationComplete 'yarn post.watch.build'",
62
+ "watch.build.dev": "tsc-watch --sourceMap --onCompilationComplete 'yarn run post.watch.build'",
63
63
  "watch.test": "jest --watch",
64
- "watch.lint": "concurrently 'yarn lint' \"chokidar 'src/**/*' -c 'yarn lint.tsc'\"",
65
- "watch.rebuild": "yarn clean.all && yarn && yarn watch.build.dev",
64
+ "watch.lint": "concurrently 'yarn run lint' \"chokidar 'src/**/*' -c 'yarn run lint.tsc'\"",
65
+ "watch.rebuild": "yarn run clean.all && yarn install && yarn run watch.build.dev",
66
66
  "watch.tsc": "tsc -w"
67
67
  },
68
68
  "devDependencies": {
69
- "@sprucelabs/esm-postbuild": "^6.0.0",
69
+ "@sprucelabs/esm-postbuild": "^6.0.2",
70
70
  "@sprucelabs/semantic-release": "^5.0.1",
71
- "@sprucelabs/test": "^9.0.1",
71
+ "@sprucelabs/test": "^9.0.3",
72
72
  "chokidar-cli": "^3.0.0",
73
73
  "concurrently": "^8.2.2",
74
74
  "eslint": "^9.0.0",
75
- "eslint-config-spruce": "^11.2.3",
75
+ "eslint-config-spruce": "^11.2.7",
76
76
  "jest": "^29.7.0",
77
77
  "jest-circus": "^29.7.0",
78
78
  "prettier": "^3.2.5",