@storm-software/config-tools 1.107.0 → 1.108.0
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/CHANGELOG.md +18 -4
- package/index.cjs +7 -2
- package/index.js +7 -2
- package/meta.cjs.json +3 -3
- package/meta.esm.json +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,28 @@
|
|
|
1
|
+
## 1.108.0 (2024-11-01)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- **eslint:** Resolve type issues with Nx plugin in preset ([d27162e2](https://github.com/storm-software/storm-ops/commit/d27162e2))
|
|
6
|
+
- **config:** Regenerate the config JSON Schema file ([7258f12d](https://github.com/storm-software/storm-ops/commit/7258f12d))
|
|
7
|
+
- **config:** Added the `positive` and `negative` color tokens ([24c5e15f](https://github.com/storm-software/storm-ops/commit/24c5e15f))
|
|
8
|
+
|
|
1
9
|
## 1.107.0 (2024-10-31)
|
|
2
10
|
|
|
3
11
|
### Features
|
|
4
12
|
|
|
5
|
-
- **workspace-tools:** Update the Nx package code to conform to latest type
|
|
6
|
-
|
|
13
|
+
- **workspace-tools:** Update the Nx package code to conform to latest type
|
|
14
|
+
definitions
|
|
15
|
+
([b1dbdff8](https://github.com/storm-software/storm-ops/commit/b1dbdff8))
|
|
16
|
+
- **config:** Added the `link` color token to Storm configuration
|
|
17
|
+
([c66f39ed](https://github.com/storm-software/storm-ops/commit/c66f39ed))
|
|
7
18
|
|
|
8
19
|
### Bug Fixes
|
|
9
20
|
|
|
10
|
-
- **cloudflare-tools:** Remove references to removed `projectNameAndRootFormat`
|
|
11
|
-
|
|
21
|
+
- **cloudflare-tools:** Remove references to removed `projectNameAndRootFormat`
|
|
22
|
+
Nx options
|
|
23
|
+
([7db6e9d6](https://github.com/storm-software/storm-ops/commit/7db6e9d6))
|
|
24
|
+
- **storm-ops:** Resolve issue with invalid Nx ouput configuration
|
|
25
|
+
([9ca60bc0](https://github.com/storm-software/storm-ops/commit/9ca60bc0))
|
|
12
26
|
|
|
13
27
|
## 1.106.1 (2024-10-22)
|
|
14
28
|
|
package/index.cjs
CHANGED
|
@@ -66264,14 +66264,19 @@ var StormConfigSchema = z2.object({
|
|
|
66264
66264
|
var COLOR_KEYS = [
|
|
66265
66265
|
"dark",
|
|
66266
66266
|
"light",
|
|
66267
|
+
"base",
|
|
66267
66268
|
"brand",
|
|
66269
|
+
"alternate",
|
|
66268
66270
|
"accent",
|
|
66269
|
-
"
|
|
66271
|
+
"link",
|
|
66270
66272
|
"success",
|
|
66273
|
+
"help",
|
|
66271
66274
|
"info",
|
|
66272
66275
|
"warning",
|
|
66273
66276
|
"error",
|
|
66274
|
-
"fatal"
|
|
66277
|
+
"fatal",
|
|
66278
|
+
"positive",
|
|
66279
|
+
"negative"
|
|
66275
66280
|
];
|
|
66276
66281
|
|
|
66277
66282
|
// packages/config-tools/src/utilities/get-default-config.ts
|
package/index.js
CHANGED
|
@@ -66221,14 +66221,19 @@ var StormConfigSchema = z2.object({
|
|
|
66221
66221
|
var COLOR_KEYS = [
|
|
66222
66222
|
"dark",
|
|
66223
66223
|
"light",
|
|
66224
|
+
"base",
|
|
66224
66225
|
"brand",
|
|
66226
|
+
"alternate",
|
|
66225
66227
|
"accent",
|
|
66226
|
-
"
|
|
66228
|
+
"link",
|
|
66227
66229
|
"success",
|
|
66230
|
+
"help",
|
|
66228
66231
|
"info",
|
|
66229
66232
|
"warning",
|
|
66230
66233
|
"error",
|
|
66231
|
-
"fatal"
|
|
66234
|
+
"fatal",
|
|
66235
|
+
"positive",
|
|
66236
|
+
"negative"
|
|
66232
66237
|
];
|
|
66233
66238
|
|
|
66234
66239
|
// packages/config-tools/src/utilities/get-default-config.ts
|
package/meta.cjs.json
CHANGED
|
@@ -3396,7 +3396,7 @@
|
|
|
3396
3396
|
"format": "esm"
|
|
3397
3397
|
},
|
|
3398
3398
|
"packages/config/src/types.ts": {
|
|
3399
|
-
"bytes":
|
|
3399
|
+
"bytes": 1953,
|
|
3400
3400
|
"imports": [],
|
|
3401
3401
|
"format": "esm"
|
|
3402
3402
|
},
|
|
@@ -5175,7 +5175,7 @@
|
|
|
5175
5175
|
"bytesInOutput": 9178
|
|
5176
5176
|
},
|
|
5177
5177
|
"packages/config/src/types.ts": {
|
|
5178
|
-
"bytesInOutput":
|
|
5178
|
+
"bytesInOutput": 196
|
|
5179
5179
|
},
|
|
5180
5180
|
"packages/config-tools/src/utilities/get-default-config.ts": {
|
|
5181
5181
|
"bytesInOutput": 3092
|
|
@@ -5211,7 +5211,7 @@
|
|
|
5211
5211
|
"bytesInOutput": 0
|
|
5212
5212
|
}
|
|
5213
5213
|
},
|
|
5214
|
-
"bytes":
|
|
5214
|
+
"bytes": 4132502
|
|
5215
5215
|
},
|
|
5216
5216
|
"dist/packages/config-tools/utilities/find-workspace-root.cjs": {
|
|
5217
5217
|
"imports": [
|
package/meta.esm.json
CHANGED
|
@@ -3396,7 +3396,7 @@
|
|
|
3396
3396
|
"format": "esm"
|
|
3397
3397
|
},
|
|
3398
3398
|
"packages/config/src/types.ts": {
|
|
3399
|
-
"bytes":
|
|
3399
|
+
"bytes": 1953,
|
|
3400
3400
|
"imports": [],
|
|
3401
3401
|
"format": "esm"
|
|
3402
3402
|
},
|
|
@@ -5215,7 +5215,7 @@
|
|
|
5215
5215
|
"bytesInOutput": 9178
|
|
5216
5216
|
},
|
|
5217
5217
|
"packages/config/src/types.ts": {
|
|
5218
|
-
"bytesInOutput":
|
|
5218
|
+
"bytesInOutput": 196
|
|
5219
5219
|
},
|
|
5220
5220
|
"packages/config-tools/src/utilities/get-default-config.ts": {
|
|
5221
5221
|
"bytesInOutput": 3044
|
|
@@ -5254,7 +5254,7 @@
|
|
|
5254
5254
|
"bytesInOutput": 0
|
|
5255
5255
|
}
|
|
5256
5256
|
},
|
|
5257
|
-
"bytes":
|
|
5257
|
+
"bytes": 4127116
|
|
5258
5258
|
},
|
|
5259
5259
|
"dist/packages/config-tools/utilities/find-workspace-root.js": {
|
|
5260
5260
|
"imports": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/config-tools",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.108.0",
|
|
4
4
|
"description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|