@storm-software/workspace-tools 1.61.0 → 1.62.1
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 +29 -0
- package/index.js +149 -147
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/base/index.js +109 -110
- package/src/executors/tsup/executor.js +123 -121
- package/src/executors/tsup-browser/executor.js +123 -121
- package/src/executors/tsup-neutral/executor.js +123 -121
- package/src/executors/tsup-node/executor.js +123 -121
- package/src/executors/typia/executor.js +19 -20
- package/src/generators/browser-library/generator.js +109 -110
- package/src/generators/config-schema/generator.js +19 -20
- package/src/generators/neutral-library/generator.js +109 -110
- package/src/generators/node-library/generator.js +109 -110
- package/src/generators/preset/generator.js +19 -20
- package/src/generators/release-version/generator.js +27 -28
- package/src/utils/index.js +36 -32
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,32 @@
|
|
|
1
|
+
## 1.62.1 (2024-02-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### 🩹 Fixes
|
|
5
|
+
|
|
6
|
+
- **workspace-tools:** Resolve issue with bad entry path ([9dc79475](https://github.com/storm-software/storm-ops/commit/9dc79475))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### ❤️ Thank You
|
|
10
|
+
|
|
11
|
+
- Patrick Sullivan
|
|
12
|
+
|
|
13
|
+
## 1.62.0 (2024-02-26)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### 🚀 Features
|
|
17
|
+
|
|
18
|
+
- **tsconfig:** Added package to contain default base tsconfig files ([1b341f9a](https://github.com/storm-software/storm-ops/commit/1b341f9a))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### 🩹 Fixes
|
|
22
|
+
|
|
23
|
+
- **git-tools:** Resolved linting issues with the nx-version module ([9b5f02d0](https://github.com/storm-software/storm-ops/commit/9b5f02d0))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### ❤️ Thank You
|
|
27
|
+
|
|
28
|
+
- Patrick Sullivan
|
|
29
|
+
|
|
1
30
|
## 1.61.0 (2024-02-26)
|
|
2
31
|
|
|
3
32
|
|