@sprucelabs/test 9.0.30 → 9.0.31
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.
- package/package.json +16 -5
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "9.0.
|
|
6
|
+
"version": "9.0.31",
|
|
7
7
|
"skill": {
|
|
8
8
|
"namespace": "spruce-test",
|
|
9
9
|
"upgradeIgnoreList": [
|
|
@@ -15,7 +15,10 @@
|
|
|
15
15
|
"chokidar-cli",
|
|
16
16
|
"ts-jest",
|
|
17
17
|
"ts-node"
|
|
18
|
-
]
|
|
18
|
+
],
|
|
19
|
+
"blockedCommands": {
|
|
20
|
+
"upgrade": "You have to run yarn upgrade.packages.all to upgrade the packages in this skill."
|
|
21
|
+
}
|
|
19
22
|
},
|
|
20
23
|
"files": [
|
|
21
24
|
"build"
|
|
@@ -77,13 +80,13 @@
|
|
|
77
80
|
"variable-diff": "^2.0.2"
|
|
78
81
|
},
|
|
79
82
|
"devDependencies": {
|
|
80
|
-
"@sprucelabs/esm-postbuild": "^
|
|
83
|
+
"@sprucelabs/esm-postbuild": "^6.0.50",
|
|
81
84
|
"@sprucelabs/semantic-release": "^5.0.1",
|
|
82
85
|
"@types/deep-equal": "^1.0.4",
|
|
83
86
|
"@types/jest": "^29.5.12",
|
|
84
87
|
"@types/lodash": "^4.17.5",
|
|
85
88
|
"eslint": "^9.5.0",
|
|
86
|
-
"eslint-config-spruce": "^11.2.
|
|
89
|
+
"eslint-config-spruce": "^11.2.25",
|
|
87
90
|
"prettier": "^3.3.2",
|
|
88
91
|
"tsc-watch": "^6.2.0",
|
|
89
92
|
"tsconfig-paths": "^4.2.0",
|
|
@@ -98,6 +101,14 @@
|
|
|
98
101
|
]
|
|
99
102
|
},
|
|
100
103
|
"yarn-upgrade-all": {
|
|
101
|
-
"ignore": [
|
|
104
|
+
"ignore": [
|
|
105
|
+
"@sprucelabs/resolve-path-aliases",
|
|
106
|
+
"@sprucelabs/spruce-test-fixtures",
|
|
107
|
+
"@types/node",
|
|
108
|
+
"chalk",
|
|
109
|
+
"chokidar-cli",
|
|
110
|
+
"ts-jest",
|
|
111
|
+
"ts-node"
|
|
112
|
+
]
|
|
102
113
|
}
|
|
103
114
|
}
|