@storm-software/workspace-tools 1.73.2 → 1.75.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 +24 -0
- package/index.js +97391 -1184
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/base/index.js +97016 -823
- package/src/executors/rolldown/executor.js +139 -152
- package/src/executors/tsup/executor.js +139 -152
- package/src/executors/tsup-browser/executor.js +139 -152
- package/src/executors/tsup-browser/schema.json +1 -1
- package/src/executors/tsup-neutral/executor.js +139 -152
- package/src/executors/tsup-node/executor.js +139 -152
- package/src/executors/typia/executor.js +141 -154
- package/src/executors/unbuild/executor.js +139 -152
- package/src/generators/browser-library/generator.js +97016 -823
- package/src/generators/config-schema/generator.js +170 -169
- package/src/generators/config-schema/schema.json +1 -1
- package/src/generators/neutral-library/generator.js +97016 -823
- package/src/generators/node-library/generator.js +97016 -823
- package/src/generators/preset/generator.js +139 -152
- package/src/generators/release-version/generator.js +156 -169
- package/src/utils/index.js +141 -154
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## 1.75.0 (2024-05-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### 🚀 Features
|
|
5
|
+
|
|
6
|
+
- **config:** Generated the Storm Configuration JSON schema package asset ([0a5c9bb2](https://github.com/storm-software/storm-ops/commit/0a5c9bb2))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### ❤️ Thank You
|
|
10
|
+
|
|
11
|
+
- Patrick Sullivan
|
|
12
|
+
|
|
13
|
+
## 1.74.0 (2024-05-04)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### 🚀 Features
|
|
17
|
+
|
|
18
|
+
- **config:** Update the theme to use brand colors instead of hierarchy colors ([bcff6b80](https://github.com/storm-software/storm-ops/commit/bcff6b80))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### ❤️ Thank You
|
|
22
|
+
|
|
23
|
+
- Patrick Sullivan
|
|
24
|
+
|
|
1
25
|
## 1.73.2 (2024-04-29)
|
|
2
26
|
|
|
3
27
|
|