@storm-software/workspace-tools 1.245.5 → 1.245.6
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 +6 -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
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
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
var _chunkPCPEJBLOjs = require('./chunk-PCPEJBLO.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunk6ZRK5I4Njs = require('./chunk-6ZRK5I4N.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkD2ECVPJFjs = require('./chunk-D2ECVPJF.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
var _chunkRRWRVA7Fjs = require('./chunk-RRWRVA7F.js');
|
package/dist/generators.mjs
CHANGED
|
@@ -2,12 +2,12 @@ import "./chunk-RLIZVCIN.mjs";
|
|
|
2
2
|
import {
|
|
3
3
|
neutralLibraryGeneratorFn
|
|
4
4
|
} from "./chunk-UHNTJRTW.mjs";
|
|
5
|
-
import {
|
|
6
|
-
presetGeneratorFn
|
|
7
|
-
} from "./chunk-IUV3RLT4.mjs";
|
|
8
5
|
import {
|
|
9
6
|
nodeLibraryGeneratorFn
|
|
10
7
|
} from "./chunk-T2NTGJ6O.mjs";
|
|
8
|
+
import {
|
|
9
|
+
presetGeneratorFn
|
|
10
|
+
} from "./chunk-IUV3RLT4.mjs";
|
|
11
11
|
import {
|
|
12
12
|
releaseVersionGeneratorFn
|
|
13
13
|
} from "./chunk-Q45DDLNL.mjs";
|
package/dist/index.js
CHANGED
|
@@ -103,10 +103,10 @@ require('./chunk-INERRJ6Q.js');
|
|
|
103
103
|
var _chunkPCPEJBLOjs = require('./chunk-PCPEJBLO.js');
|
|
104
104
|
|
|
105
105
|
|
|
106
|
-
var
|
|
106
|
+
var _chunk6ZRK5I4Njs = require('./chunk-6ZRK5I4N.js');
|
|
107
107
|
|
|
108
108
|
|
|
109
|
-
var
|
|
109
|
+
var _chunkD2ECVPJFjs = require('./chunk-D2ECVPJF.js');
|
|
110
110
|
|
|
111
111
|
|
|
112
112
|
var _chunkRRWRVA7Fjs = require('./chunk-RRWRVA7F.js');
|
package/dist/index.mjs
CHANGED
|
@@ -101,12 +101,12 @@ import "./chunk-RLIZVCIN.mjs";
|
|
|
101
101
|
import {
|
|
102
102
|
neutralLibraryGeneratorFn
|
|
103
103
|
} from "./chunk-UHNTJRTW.mjs";
|
|
104
|
-
import {
|
|
105
|
-
presetGeneratorFn
|
|
106
|
-
} from "./chunk-IUV3RLT4.mjs";
|
|
107
104
|
import {
|
|
108
105
|
nodeLibraryGeneratorFn
|
|
109
106
|
} from "./chunk-T2NTGJ6O.mjs";
|
|
107
|
+
import {
|
|
108
|
+
presetGeneratorFn
|
|
109
|
+
} from "./chunk-IUV3RLT4.mjs";
|
|
110
110
|
import {
|
|
111
111
|
releaseVersionGeneratorFn
|
|
112
112
|
} from "./chunk-Q45DDLNL.mjs";
|
package/package.json
CHANGED