@storm-software/workspace-tools 1.146.0 → 1.147.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 +14 -0
- package/README.md +1 -1
- package/index.js +5 -6
- package/meta.json +1 -1
- package/package.json +1 -1
- package/packages/build-tools/src/config/browser-config.d.ts +1 -1
- package/packages/build-tools/src/config/default-config.d.ts +1 -1
- package/packages/build-tools/src/config/neutral-config.d.ts +1 -1
- package/packages/build-tools/src/config/node-config.d.ts +2 -2
- package/packages/build-tools/src/plugins/index.d.ts +1 -0
- package/packages/build-tools/src/plugins/ts-resolve.d.ts +6 -0
- package/packages/build-tools/src/utils/out-extension.d.ts +3 -1
- package/src/generators/preset/generator.js +5 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## 1.147.1 (2024-08-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
- **build-tools:** Resolved issue with the entry name parameter in unbuild config ([f5e5dbdd](https://github.com/storm-software/storm-ops/commit/f5e5dbdd))
|
|
7
|
+
|
|
8
|
+
## 1.147.0 (2024-08-02)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
- **build-tools:** Update the unbuild configuration to get exports from `package.json` files ([bb2fc78f](https://github.com/storm-software/storm-ops/commit/bb2fc78f))
|
|
14
|
+
|
|
1
15
|
## 1.146.0 (2024-08-02)
|
|
2
16
|
|
|
3
17
|
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/index.js
CHANGED
|
@@ -618661,14 +618661,13 @@ async function presetGeneratorFn(tree, options) {
|
|
|
618661
618661
|
options.name,
|
|
618662
618662
|
options.namespace,
|
|
618663
618663
|
"storm",
|
|
618664
|
-
"
|
|
618664
|
+
"storm-stack",
|
|
618665
618665
|
"storm-ops",
|
|
618666
618666
|
"acidic",
|
|
618667
|
-
"acidic-
|
|
618668
|
-
"acidic-model",
|
|
618667
|
+
"acidic-engine",
|
|
618669
618668
|
"cyclone-ui",
|
|
618670
|
-
"
|
|
618671
|
-
"
|
|
618669
|
+
"rust",
|
|
618670
|
+
"nx",
|
|
618672
618671
|
"graphql",
|
|
618673
618672
|
"sullivanpj",
|
|
618674
618673
|
"monorepo"
|
|
@@ -618692,7 +618691,7 @@ async function presetGeneratorFn(tree, options) {
|
|
|
618692
618691
|
},
|
|
618693
618692
|
{
|
|
618694
618693
|
"name": "Pat Sullivan",
|
|
618695
|
-
"email": "
|
|
618694
|
+
"email": "admin@stormsoftware.com",
|
|
618696
618695
|
"url": "https://patsullivan.org"
|
|
618697
618696
|
}
|
|
618698
618697
|
];
|