@storm-software/workspace-tools 1.264.7 → 1.264.9
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 +12 -0
- package/README.md +1 -1
- package/dist/generators.js +2 -2
- package/dist/generators.mjs +3 -3
- package/dist/index.js +2 -2
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## 1.264.9 (2025-03-11)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous
|
|
4
|
+
|
|
5
|
+
- **monorepo:** Regenerate README markdown files ([36b8a62d3](https://github.com/storm-software/storm-ops/commit/36b8a62d3))
|
|
6
|
+
|
|
7
|
+
## 1.264.8 (2025-03-11)
|
|
8
|
+
|
|
9
|
+
### Miscellaneous
|
|
10
|
+
|
|
11
|
+
- **monorepo:** Regenerate README markdown files ([c8c042ba1](https://github.com/storm-software/storm-ops/commit/c8c042ba1))
|
|
12
|
+
|
|
1
13
|
## 1.264.7 (2025-03-10)
|
|
2
14
|
|
|
3
15
|
### Miscellaneous
|
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/dist/generators.js
CHANGED
|
@@ -13,10 +13,10 @@ var _chunkD5NZC2JNjs = require('./chunk-D5NZC2JN.js');
|
|
|
13
13
|
var _chunkIC2TARGZjs = require('./chunk-IC2TARGZ.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _chunk3IZ3O4OKjs = require('./chunk-3IZ3O4OK.js');
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var _chunkXGU4526Mjs = require('./chunk-XGU4526M.js');
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
var _chunkN7NXGPZAjs = require('./chunk-N7NXGPZA.js');
|
package/dist/generators.mjs
CHANGED
|
@@ -11,12 +11,12 @@ import {
|
|
|
11
11
|
import {
|
|
12
12
|
browserLibraryGeneratorFn
|
|
13
13
|
} from "./chunk-RMNEVFW4.mjs";
|
|
14
|
-
import {
|
|
15
|
-
configSchemaGeneratorFn
|
|
16
|
-
} from "./chunk-NZAGHP4Q.mjs";
|
|
17
14
|
import {
|
|
18
15
|
initGenerator
|
|
19
16
|
} from "./chunk-KTJM6G4K.mjs";
|
|
17
|
+
import {
|
|
18
|
+
configSchemaGeneratorFn
|
|
19
|
+
} from "./chunk-NZAGHP4Q.mjs";
|
|
20
20
|
import {
|
|
21
21
|
neutralLibraryGeneratorFn
|
|
22
22
|
} from "./chunk-267XQYEI.mjs";
|
package/dist/index.js
CHANGED
|
@@ -108,10 +108,10 @@ var _chunkD5NZC2JNjs = require('./chunk-D5NZC2JN.js');
|
|
|
108
108
|
var _chunkIC2TARGZjs = require('./chunk-IC2TARGZ.js');
|
|
109
109
|
|
|
110
110
|
|
|
111
|
-
var
|
|
111
|
+
var _chunk3IZ3O4OKjs = require('./chunk-3IZ3O4OK.js');
|
|
112
112
|
|
|
113
113
|
|
|
114
|
-
var
|
|
114
|
+
var _chunkXGU4526Mjs = require('./chunk-XGU4526M.js');
|
|
115
115
|
|
|
116
116
|
|
|
117
117
|
var _chunkN7NXGPZAjs = require('./chunk-N7NXGPZA.js');
|
package/dist/index.mjs
CHANGED
|
@@ -106,12 +106,12 @@ import {
|
|
|
106
106
|
import {
|
|
107
107
|
browserLibraryGeneratorFn
|
|
108
108
|
} from "./chunk-RMNEVFW4.mjs";
|
|
109
|
-
import {
|
|
110
|
-
configSchemaGeneratorFn
|
|
111
|
-
} from "./chunk-NZAGHP4Q.mjs";
|
|
112
109
|
import {
|
|
113
110
|
initGenerator
|
|
114
111
|
} from "./chunk-KTJM6G4K.mjs";
|
|
112
|
+
import {
|
|
113
|
+
configSchemaGeneratorFn
|
|
114
|
+
} from "./chunk-NZAGHP4Q.mjs";
|
|
115
115
|
import {
|
|
116
116
|
neutralLibraryGeneratorFn
|
|
117
117
|
} from "./chunk-267XQYEI.mjs";
|
package/package.json
CHANGED