@storm-software/workspace-tools 1.259.5 → 1.259.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
|
@@ -16,10 +16,10 @@ var _chunkQAHYWB6Sjs = require('./chunk-QAHYWB6S.js');
|
|
|
16
16
|
var _chunkEUFCKDUKjs = require('./chunk-EUFCKDUK.js');
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var _chunk3IZ3O4OKjs = require('./chunk-3IZ3O4OK.js');
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
var
|
|
22
|
+
var _chunkD56HKJCSjs = require('./chunk-D56HKJCS.js');
|
|
23
23
|
require('./chunk-RBU35LQW.js');
|
|
24
24
|
require('./chunk-HI4G4OOG.js');
|
|
25
25
|
require('./chunk-7YRW5HNX.js');
|
package/dist/generators.mjs
CHANGED
|
@@ -14,12 +14,12 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
browserLibraryGeneratorFn
|
|
16
16
|
} from "./chunk-JOMMQ7S6.mjs";
|
|
17
|
-
import {
|
|
18
|
-
configSchemaGeneratorFn
|
|
19
|
-
} from "./chunk-LF5JGT7K.mjs";
|
|
20
17
|
import {
|
|
21
18
|
initGenerator
|
|
22
19
|
} from "./chunk-H4RWKANW.mjs";
|
|
20
|
+
import {
|
|
21
|
+
configSchemaGeneratorFn
|
|
22
|
+
} from "./chunk-LF5JGT7K.mjs";
|
|
23
23
|
import "./chunk-SF477J3B.mjs";
|
|
24
24
|
import "./chunk-EK75QNMS.mjs";
|
|
25
25
|
import "./chunk-J53HKGFM.mjs";
|
package/dist/index.js
CHANGED
|
@@ -115,10 +115,10 @@ var _chunkQAHYWB6Sjs = require('./chunk-QAHYWB6S.js');
|
|
|
115
115
|
var _chunkEUFCKDUKjs = require('./chunk-EUFCKDUK.js');
|
|
116
116
|
|
|
117
117
|
|
|
118
|
-
var
|
|
118
|
+
var _chunk3IZ3O4OKjs = require('./chunk-3IZ3O4OK.js');
|
|
119
119
|
|
|
120
120
|
|
|
121
|
-
var
|
|
121
|
+
var _chunkD56HKJCSjs = require('./chunk-D56HKJCS.js');
|
|
122
122
|
|
|
123
123
|
|
|
124
124
|
|
package/dist/index.mjs
CHANGED
|
@@ -113,12 +113,12 @@ import {
|
|
|
113
113
|
import {
|
|
114
114
|
browserLibraryGeneratorFn
|
|
115
115
|
} from "./chunk-JOMMQ7S6.mjs";
|
|
116
|
-
import {
|
|
117
|
-
configSchemaGeneratorFn
|
|
118
|
-
} from "./chunk-LF5JGT7K.mjs";
|
|
119
116
|
import {
|
|
120
117
|
initGenerator
|
|
121
118
|
} from "./chunk-H4RWKANW.mjs";
|
|
119
|
+
import {
|
|
120
|
+
configSchemaGeneratorFn
|
|
121
|
+
} from "./chunk-LF5JGT7K.mjs";
|
|
122
122
|
import {
|
|
123
123
|
createProjectTsConfigJson,
|
|
124
124
|
getOutputPath,
|
package/package.json
CHANGED