@sprucelabs/test 9.0.3 → 9.0.5

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 +12 -12
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "9.0.3",
6
+ "version": "9.0.5",
7
7
  "skill": {
8
8
  "namespace": "spruce-test",
9
9
  "upgradeIgnoreList": [
@@ -44,27 +44,27 @@
44
44
  "build.esm-postbuild": "esm-postbuild --target esm --patterns '**/*.js'",
45
45
  "build.resolve-paths": "true",
46
46
  "build.tsc": "tsc",
47
- "clean": "yarn clean.build",
48
- "clean.all": "yarn clean.dependencies && yarn clean.build",
47
+ "clean": "yarn run clean.build",
48
+ "clean.all": "yarn run clean.dependencies && yarn run clean.build",
49
49
  "clean.build": "rm -rf build/",
50
50
  "clean.dependencies": "rm -rf node_modules/ package-lock.json yarn.lock",
51
51
  "clean.dist": "rm -rf build/__tests__ build/esm/__tests__",
52
- "fix.lint": "eslint --fix --cache",
53
- "lint": "eslint --cache",
52
+ "fix.lint": "eslint --fix --cache '**/*.ts'",
53
+ "lint": "eslint --cache '**/*.ts'",
54
54
  "lint.tsc": "tsc -p . --noEmit",
55
55
  "local": "node --inspect=5200 ./build/index.js",
56
56
  "post.watch.build": "true",
57
- "rebuild": "yarn clean.all && yarn install && yarn build.dev",
57
+ "rebuild": "yarn run clean.all && yarn install && yarn run build.dev",
58
58
  "release": "semantic-release",
59
- "resolve-paths.lint": "yarn build.resolve-paths ; yarn lint",
59
+ "resolve-paths.lint": "yarn run build.resolve-paths ; yarn run lint",
60
60
  "test": "jest",
61
- "update.dependencies": "yarn clean.dependencies && yarn",
61
+ "update.dependencies": "yarn run clean.dependencies && yarn",
62
62
  "upgrade.packages": "yarn-upgrade-all && rm -f yarn.lock ; yarn ; yarn fix.lint ; true",
63
63
  "upgrade.packages.all": "yarn install && yarn upgrade.packages",
64
64
  "upgrade.packages.test": "yarn upgrade.packages.all && yarn lint && yarn build.dev && yarn test",
65
- "watch.build.dev": "tsc-watch --sourceMap --onCompilationComplete 'yarn post.watch.build'",
65
+ "watch.build.dev": "tsc-watch --sourceMap --onCompilationComplete 'yarn run post.watch.build'",
66
66
  "watch.lint": "true",
67
- "watch.rebuild": "yarn clean.all && yarn install && yarn watch.build.dev",
67
+ "watch.rebuild": "yarn run clean.all && yarn install && yarn run watch.build.dev",
68
68
  "watch.tests": "jest --watch",
69
69
  "watch.tsc": "tsc -w"
70
70
  },
@@ -84,8 +84,8 @@
84
84
  "@types/deep-equal": "^1.0.4",
85
85
  "@types/jest": "^29.5.12",
86
86
  "@types/lodash": "^4.17.0",
87
- "eslint": "^9.0.0",
88
- "eslint-config-spruce": "^11.2.7",
87
+ "eslint": "^9.1.0",
88
+ "eslint-config-spruce": "^11.2.11",
89
89
  "prettier": "^3.2.5",
90
90
  "tsc-watch": "^6.2.0",
91
91
  "tsconfig-paths": "^4.2.0",