@storm-software/workspace-tools 1.249.1 → 1.249.2
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 +10 -0
- package/README.md +1 -1
- package/config/base.json +6 -18
- package/dist/executors.js +12 -12
- package/dist/executors.mjs +17 -17
- package/dist/generators.js +6 -6
- package/dist/generators.mjs +8 -8
- package/dist/index.js +18 -18
- package/dist/index.mjs +25 -25
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## 1.249.2 (2025-02-04)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **markdownlint:** Resolve issue with invalid paths excluded from `ignores` config ([6e264418a](https://github.com/storm-software/storm-ops/commit/6e264418a))
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files ([481420a10](https://github.com/storm-software/storm-ops/commit/481420a10))
|
|
10
|
+
|
|
1
11
|
## 1.249.1 (2025-02-04)
|
|
2
12
|
|
|
3
13
|
### Bug Fixes
|
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/config/base.json
CHANGED
|
@@ -309,8 +309,7 @@
|
|
|
309
309
|
"dependsOn": ["^lint-markdown"],
|
|
310
310
|
"executor": "nx:run-commands",
|
|
311
311
|
"options": {
|
|
312
|
-
"command": "pnpm exec markdownlint-cli2 \"{projectRoot}/**/*.{md,mdx,markdown}\" --config=\"./node_modules/@storm-software/markdownlint/config/.markdownlint-cli2.jsonc\""
|
|
313
|
-
"color": true
|
|
312
|
+
"command": "pnpm exec markdownlint-cli2 \"{projectRoot}/**/*.{md,mdx,markdown}\" --config=\"./node_modules/@storm-software/markdownlint/config/.markdownlint-cli2.jsonc\""
|
|
314
313
|
}
|
|
315
314
|
},
|
|
316
315
|
"lint": {
|
|
@@ -328,8 +327,7 @@
|
|
|
328
327
|
"dependsOn": ["^format-toml"],
|
|
329
328
|
"executor": "nx:run-commands",
|
|
330
329
|
"options": {
|
|
331
|
-
"command": "pnpm exec taplo format --colors=\"always\" --config=\"./node_modules/@storm-software/linting-tools/taplo/config.toml\" --cache-path=\"./tmp/taplo/{projectRoot}\""
|
|
332
|
-
"color": true
|
|
330
|
+
"command": "pnpm exec taplo format --colors=\"always\" --config=\"./node_modules/@storm-software/linting-tools/taplo/config.toml\" --cache-path=\"./tmp/taplo/{projectRoot}\""
|
|
333
331
|
}
|
|
334
332
|
},
|
|
335
333
|
"format-readme": {
|
|
@@ -344,8 +342,7 @@
|
|
|
344
342
|
"dependsOn": ["^format-readme"],
|
|
345
343
|
"executor": "nx:run-commands",
|
|
346
344
|
"options": {
|
|
347
|
-
"command": "pnpm exec storm-git readme-gen --templates=\"./tools/readme-templates\" --project=\"{projectName}\""
|
|
348
|
-
"color": true
|
|
345
|
+
"command": "pnpm exec storm-git readme-gen --templates=\"./tools/readme-templates\" --project=\"{projectName}\""
|
|
349
346
|
}
|
|
350
347
|
},
|
|
351
348
|
"format-prettier": {
|
|
@@ -353,8 +350,7 @@
|
|
|
353
350
|
"dependsOn": ["^format-prettier"],
|
|
354
351
|
"executor": "nx:run-commands",
|
|
355
352
|
"options": {
|
|
356
|
-
"command": "pnpm exec prettier \"{projectRoot}/**/*\" --write --ignore-unknown --no-error-on-unmatched-pattern --config=\"./node_modules/@storm-software/prettier/config.json\" --ignore-path=\"./node_modules/@storm-software/prettier/.prettierignore\" --cache --cache-location=\"./tmp/prettier/{projectRoot}\" "
|
|
357
|
-
"color": true
|
|
353
|
+
"command": "pnpm exec prettier \"{projectRoot}/**/*\" --write --ignore-unknown --no-error-on-unmatched-pattern --config=\"./node_modules/@storm-software/prettier/config.json\" --ignore-path=\"./node_modules/@storm-software/prettier/.prettierignore\" --cache --cache-location=\"./tmp/prettier/{projectRoot}\" "
|
|
358
354
|
}
|
|
359
355
|
},
|
|
360
356
|
"format": {
|
|
@@ -365,11 +361,7 @@
|
|
|
365
361
|
"format-readme",
|
|
366
362
|
"format-prettier",
|
|
367
363
|
"^format"
|
|
368
|
-
]
|
|
369
|
-
"executor": "nx:run-commands",
|
|
370
|
-
"options": {
|
|
371
|
-
"command": "echo Formatted the project files in \"{projectRoot}\" "
|
|
372
|
-
}
|
|
364
|
+
]
|
|
373
365
|
},
|
|
374
366
|
"clean": {
|
|
375
367
|
"inputs": ["default", "^production"],
|
|
@@ -396,10 +388,7 @@
|
|
|
396
388
|
"build": {
|
|
397
389
|
"inputs": ["default", "^production"],
|
|
398
390
|
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
|
399
|
-
"dependsOn": ["build-base", "build-compile", "build-untyped", "^build"]
|
|
400
|
-
"options": {
|
|
401
|
-
"command": "echo Built the project files in \"{projectRoot}\" "
|
|
402
|
-
}
|
|
391
|
+
"dependsOn": ["build-base", "build-compile", "build-untyped", "^build"]
|
|
403
392
|
},
|
|
404
393
|
"rebuild": {
|
|
405
394
|
"inputs": ["default", "^production"],
|
|
@@ -407,7 +396,6 @@
|
|
|
407
396
|
"dependsOn": ["clean", "^build"],
|
|
408
397
|
"options": {
|
|
409
398
|
"command": "pnpm exec nx run {projectName}:build",
|
|
410
|
-
"color": true,
|
|
411
399
|
"cwd": "{workspaceRoot}"
|
|
412
400
|
}
|
|
413
401
|
},
|
package/dist/executors.js
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-3J53KHVV.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkWGTIKGAEjs = require('./chunk-WGTIKGAE.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkCQAGLRNYjs = require('./chunk-CQAGLRNY.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
var _chunkNXGJNB3Cjs = require('./chunk-NXGJNB3C.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
13
|
+
var _chunkFMOIAVZVjs = require('./chunk-FMOIAVZV.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _chunkJXSTSZSGjs = require('./chunk-JXSTSZSG.js');
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
20
|
-
require('./chunk-R2NBU264.js');
|
|
19
|
+
var _chunk5O6RWCBQjs = require('./chunk-5O6RWCBQ.js');
|
|
21
20
|
|
|
22
21
|
|
|
23
|
-
var
|
|
22
|
+
var _chunkGGGO542Mjs = require('./chunk-GGGO542M.js');
|
|
24
23
|
|
|
25
24
|
|
|
26
|
-
var
|
|
25
|
+
var _chunkWL7UV3YXjs = require('./chunk-WL7UV3YX.js');
|
|
26
|
+
require('./chunk-R2NBU264.js');
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
var
|
|
29
|
+
var _chunkK434EGC4js = require('./chunk-K434EGC4.js');
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
var
|
|
32
|
+
var _chunkG7HTMCQKjs = require('./chunk-G7HTMCQK.js');
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
var
|
|
35
|
+
var _chunk4AMZUCHLjs = require('./chunk-4AMZUCHL.js');
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
var
|
|
38
|
+
var _chunk4SJW3KRVjs = require('./chunk-4SJW3KRV.js');
|
|
39
39
|
require('./chunk-CUPARBOS.js');
|
|
40
40
|
require('./chunk-ULBTYC2B.js');
|
|
41
41
|
require('./chunk-ZMFVKBRM.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -1,16 +1,22 @@
|
|
|
1
1
|
import "./chunk-V7YZ3666.mjs";
|
|
2
2
|
import {
|
|
3
|
-
|
|
4
|
-
} from "./chunk-
|
|
3
|
+
unbuildExecutorFn
|
|
4
|
+
} from "./chunk-7H4PXXWW.mjs";
|
|
5
5
|
import {
|
|
6
|
-
|
|
7
|
-
} from "./chunk-
|
|
6
|
+
LARGE_BUFFER
|
|
7
|
+
} from "./chunk-VBPOZVKY.mjs";
|
|
8
8
|
import {
|
|
9
9
|
sizeLimitExecutorFn
|
|
10
10
|
} from "./chunk-KM47X5XW.mjs";
|
|
11
11
|
import {
|
|
12
|
-
|
|
13
|
-
} from "./chunk-
|
|
12
|
+
tsdownExecutorFn
|
|
13
|
+
} from "./chunk-UF3YMASN.mjs";
|
|
14
|
+
import {
|
|
15
|
+
typiaExecutorFn
|
|
16
|
+
} from "./chunk-2KNHEXJQ.mjs";
|
|
17
|
+
import {
|
|
18
|
+
cargoFormatExecutor
|
|
19
|
+
} from "./chunk-YILBFUCI.mjs";
|
|
14
20
|
import {
|
|
15
21
|
getRegistryVersion
|
|
16
22
|
} from "./chunk-XUYTELRS.mjs";
|
|
@@ -19,23 +25,17 @@ import {
|
|
|
19
25
|
} from "./chunk-OA6GD45B.mjs";
|
|
20
26
|
import "./chunk-N2P34ZQV.mjs";
|
|
21
27
|
import {
|
|
22
|
-
|
|
23
|
-
} from "./chunk-
|
|
24
|
-
import {
|
|
25
|
-
cargoCheckExecutor
|
|
26
|
-
} from "./chunk-P4ZEGEQX.mjs";
|
|
28
|
+
cargoBuildExecutor
|
|
29
|
+
} from "./chunk-RSFH5OLL.mjs";
|
|
27
30
|
import {
|
|
28
31
|
cargoClippyExecutor
|
|
29
32
|
} from "./chunk-57LRWY5U.mjs";
|
|
33
|
+
import {
|
|
34
|
+
cargoCheckExecutor
|
|
35
|
+
} from "./chunk-P4ZEGEQX.mjs";
|
|
30
36
|
import {
|
|
31
37
|
cargoDocExecutor
|
|
32
38
|
} from "./chunk-7AXJ27FU.mjs";
|
|
33
|
-
import {
|
|
34
|
-
cargoFormatExecutor
|
|
35
|
-
} from "./chunk-YILBFUCI.mjs";
|
|
36
|
-
import {
|
|
37
|
-
cargoBuildExecutor
|
|
38
|
-
} from "./chunk-RSFH5OLL.mjs";
|
|
39
39
|
import "./chunk-JB4KCMSB.mjs";
|
|
40
40
|
import "./chunk-XK3FSWMA.mjs";
|
|
41
41
|
import "./chunk-EIM3O6HY.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-INERRJ6Q.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkSJNJ6TCDjs = require('./chunk-SJNJ6TCD.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkDCJXS5XIjs = require('./chunk-DCJXS5XI.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkWDK2FJUHjs = require('./chunk-WDK2FJUH.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
13
|
+
var _chunkYDV7OQMNjs = require('./chunk-YDV7OQMN.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
var _chunkQKALACBCjs = require('./chunk-QKALACBC.js');
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var _chunkKJPUYQEZjs = require('./chunk-KJPUYQEZ.js');
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
var
|
|
22
|
+
var _chunk3IZ3O4OKjs = require('./chunk-3IZ3O4OK.js');
|
|
23
23
|
require('./chunk-RBU35LQW.js');
|
|
24
24
|
require('./chunk-HI4G4OOG.js');
|
|
25
25
|
require('./chunk-7YRW5HNX.js');
|
package/dist/generators.mjs
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
import "./chunk-RLIZVCIN.mjs";
|
|
2
|
+
import {
|
|
3
|
+
neutralLibraryGeneratorFn
|
|
4
|
+
} from "./chunk-APSDUSBR.mjs";
|
|
5
|
+
import {
|
|
6
|
+
presetGeneratorFn
|
|
7
|
+
} from "./chunk-QDZUYDVM.mjs";
|
|
2
8
|
import {
|
|
3
9
|
nodeLibraryGeneratorFn
|
|
4
10
|
} from "./chunk-Q6OBRMZG.mjs";
|
|
@@ -6,20 +12,14 @@ import {
|
|
|
6
12
|
releaseVersionGeneratorFn
|
|
7
13
|
} from "./chunk-TNAEFYVH.mjs";
|
|
8
14
|
import {
|
|
9
|
-
|
|
10
|
-
} from "./chunk-
|
|
15
|
+
browserLibraryGeneratorFn
|
|
16
|
+
} from "./chunk-7GW75RON.mjs";
|
|
11
17
|
import {
|
|
12
18
|
configSchemaGeneratorFn
|
|
13
19
|
} from "./chunk-S73S6XCY.mjs";
|
|
14
|
-
import {
|
|
15
|
-
browserLibraryGeneratorFn
|
|
16
|
-
} from "./chunk-7GW75RON.mjs";
|
|
17
20
|
import {
|
|
18
21
|
initGenerator
|
|
19
22
|
} from "./chunk-X3GPVZMH.mjs";
|
|
20
|
-
import {
|
|
21
|
-
neutralLibraryGeneratorFn
|
|
22
|
-
} from "./chunk-APSDUSBR.mjs";
|
|
23
23
|
import "./chunk-F2GYXQ5H.mjs";
|
|
24
24
|
import "./chunk-EK75QNMS.mjs";
|
|
25
25
|
import "./chunk-W3SWWT4A.mjs";
|
package/dist/index.js
CHANGED
|
@@ -48,41 +48,41 @@ var _chunkGKL4BY2Yjs = require('./chunk-GKL4BY2Y.js');
|
|
|
48
48
|
require('./chunk-3J53KHVV.js');
|
|
49
49
|
|
|
50
50
|
|
|
51
|
-
var
|
|
51
|
+
var _chunkWGTIKGAEjs = require('./chunk-WGTIKGAE.js');
|
|
52
52
|
|
|
53
53
|
|
|
54
|
-
var
|
|
54
|
+
var _chunkCQAGLRNYjs = require('./chunk-CQAGLRNY.js');
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
var _chunkNXGJNB3Cjs = require('./chunk-NXGJNB3C.js');
|
|
58
58
|
|
|
59
59
|
|
|
60
|
-
var
|
|
60
|
+
var _chunkFMOIAVZVjs = require('./chunk-FMOIAVZV.js');
|
|
61
61
|
|
|
62
62
|
|
|
63
|
-
var
|
|
63
|
+
var _chunkJXSTSZSGjs = require('./chunk-JXSTSZSG.js');
|
|
64
64
|
|
|
65
65
|
|
|
66
|
-
var
|
|
67
|
-
require('./chunk-R2NBU264.js');
|
|
66
|
+
var _chunk5O6RWCBQjs = require('./chunk-5O6RWCBQ.js');
|
|
68
67
|
|
|
69
68
|
|
|
70
|
-
var
|
|
69
|
+
var _chunkGGGO542Mjs = require('./chunk-GGGO542M.js');
|
|
71
70
|
|
|
72
71
|
|
|
73
|
-
var
|
|
72
|
+
var _chunkWL7UV3YXjs = require('./chunk-WL7UV3YX.js');
|
|
73
|
+
require('./chunk-R2NBU264.js');
|
|
74
74
|
|
|
75
75
|
|
|
76
|
-
var
|
|
76
|
+
var _chunkK434EGC4js = require('./chunk-K434EGC4.js');
|
|
77
77
|
|
|
78
78
|
|
|
79
|
-
var
|
|
79
|
+
var _chunkG7HTMCQKjs = require('./chunk-G7HTMCQK.js');
|
|
80
80
|
|
|
81
81
|
|
|
82
|
-
var
|
|
82
|
+
var _chunk4AMZUCHLjs = require('./chunk-4AMZUCHL.js');
|
|
83
83
|
|
|
84
84
|
|
|
85
|
-
var
|
|
85
|
+
var _chunk4SJW3KRVjs = require('./chunk-4SJW3KRV.js');
|
|
86
86
|
|
|
87
87
|
|
|
88
88
|
var _chunkCUPARBOSjs = require('./chunk-CUPARBOS.js');
|
|
@@ -100,25 +100,25 @@ var _chunkULBTYC2Bjs = require('./chunk-ULBTYC2B.js');
|
|
|
100
100
|
require('./chunk-INERRJ6Q.js');
|
|
101
101
|
|
|
102
102
|
|
|
103
|
-
var
|
|
103
|
+
var _chunkSJNJ6TCDjs = require('./chunk-SJNJ6TCD.js');
|
|
104
104
|
|
|
105
105
|
|
|
106
|
-
var
|
|
106
|
+
var _chunkDCJXS5XIjs = require('./chunk-DCJXS5XI.js');
|
|
107
107
|
|
|
108
108
|
|
|
109
|
-
var
|
|
109
|
+
var _chunkWDK2FJUHjs = require('./chunk-WDK2FJUH.js');
|
|
110
110
|
|
|
111
111
|
|
|
112
|
-
var
|
|
112
|
+
var _chunkYDV7OQMNjs = require('./chunk-YDV7OQMN.js');
|
|
113
113
|
|
|
114
114
|
|
|
115
115
|
var _chunkQKALACBCjs = require('./chunk-QKALACBC.js');
|
|
116
116
|
|
|
117
117
|
|
|
118
|
-
var
|
|
118
|
+
var _chunkKJPUYQEZjs = require('./chunk-KJPUYQEZ.js');
|
|
119
119
|
|
|
120
120
|
|
|
121
|
-
var
|
|
121
|
+
var _chunk3IZ3O4OKjs = require('./chunk-3IZ3O4OK.js');
|
|
122
122
|
|
|
123
123
|
|
|
124
124
|
|
package/dist/index.mjs
CHANGED
|
@@ -47,17 +47,23 @@ import {
|
|
|
47
47
|
} from "./chunk-V7IOKRJA.mjs";
|
|
48
48
|
import "./chunk-V7YZ3666.mjs";
|
|
49
49
|
import {
|
|
50
|
-
|
|
51
|
-
} from "./chunk-
|
|
50
|
+
unbuildExecutorFn
|
|
51
|
+
} from "./chunk-7H4PXXWW.mjs";
|
|
52
52
|
import {
|
|
53
|
-
|
|
54
|
-
} from "./chunk-
|
|
53
|
+
LARGE_BUFFER
|
|
54
|
+
} from "./chunk-VBPOZVKY.mjs";
|
|
55
55
|
import {
|
|
56
56
|
sizeLimitExecutorFn
|
|
57
57
|
} from "./chunk-KM47X5XW.mjs";
|
|
58
58
|
import {
|
|
59
|
-
|
|
60
|
-
} from "./chunk-
|
|
59
|
+
tsdownExecutorFn
|
|
60
|
+
} from "./chunk-UF3YMASN.mjs";
|
|
61
|
+
import {
|
|
62
|
+
typiaExecutorFn
|
|
63
|
+
} from "./chunk-2KNHEXJQ.mjs";
|
|
64
|
+
import {
|
|
65
|
+
cargoFormatExecutor
|
|
66
|
+
} from "./chunk-YILBFUCI.mjs";
|
|
61
67
|
import {
|
|
62
68
|
getRegistryVersion
|
|
63
69
|
} from "./chunk-XUYTELRS.mjs";
|
|
@@ -66,23 +72,17 @@ import {
|
|
|
66
72
|
} from "./chunk-OA6GD45B.mjs";
|
|
67
73
|
import "./chunk-N2P34ZQV.mjs";
|
|
68
74
|
import {
|
|
69
|
-
|
|
70
|
-
} from "./chunk-
|
|
71
|
-
import {
|
|
72
|
-
cargoCheckExecutor
|
|
73
|
-
} from "./chunk-P4ZEGEQX.mjs";
|
|
75
|
+
cargoBuildExecutor
|
|
76
|
+
} from "./chunk-RSFH5OLL.mjs";
|
|
74
77
|
import {
|
|
75
78
|
cargoClippyExecutor
|
|
76
79
|
} from "./chunk-57LRWY5U.mjs";
|
|
80
|
+
import {
|
|
81
|
+
cargoCheckExecutor
|
|
82
|
+
} from "./chunk-P4ZEGEQX.mjs";
|
|
77
83
|
import {
|
|
78
84
|
cargoDocExecutor
|
|
79
85
|
} from "./chunk-7AXJ27FU.mjs";
|
|
80
|
-
import {
|
|
81
|
-
cargoFormatExecutor
|
|
82
|
-
} from "./chunk-YILBFUCI.mjs";
|
|
83
|
-
import {
|
|
84
|
-
cargoBuildExecutor
|
|
85
|
-
} from "./chunk-RSFH5OLL.mjs";
|
|
86
86
|
import {
|
|
87
87
|
pnpmCatalogUpdate
|
|
88
88
|
} from "./chunk-JB4KCMSB.mjs";
|
|
@@ -98,6 +98,12 @@ import {
|
|
|
98
98
|
runProcess
|
|
99
99
|
} from "./chunk-XK3FSWMA.mjs";
|
|
100
100
|
import "./chunk-RLIZVCIN.mjs";
|
|
101
|
+
import {
|
|
102
|
+
neutralLibraryGeneratorFn
|
|
103
|
+
} from "./chunk-APSDUSBR.mjs";
|
|
104
|
+
import {
|
|
105
|
+
presetGeneratorFn
|
|
106
|
+
} from "./chunk-QDZUYDVM.mjs";
|
|
101
107
|
import {
|
|
102
108
|
nodeLibraryGeneratorFn
|
|
103
109
|
} from "./chunk-Q6OBRMZG.mjs";
|
|
@@ -105,20 +111,14 @@ import {
|
|
|
105
111
|
releaseVersionGeneratorFn
|
|
106
112
|
} from "./chunk-TNAEFYVH.mjs";
|
|
107
113
|
import {
|
|
108
|
-
|
|
109
|
-
} from "./chunk-
|
|
114
|
+
browserLibraryGeneratorFn
|
|
115
|
+
} from "./chunk-7GW75RON.mjs";
|
|
110
116
|
import {
|
|
111
117
|
configSchemaGeneratorFn
|
|
112
118
|
} from "./chunk-S73S6XCY.mjs";
|
|
113
|
-
import {
|
|
114
|
-
browserLibraryGeneratorFn
|
|
115
|
-
} from "./chunk-7GW75RON.mjs";
|
|
116
119
|
import {
|
|
117
120
|
initGenerator
|
|
118
121
|
} from "./chunk-X3GPVZMH.mjs";
|
|
119
|
-
import {
|
|
120
|
-
neutralLibraryGeneratorFn
|
|
121
|
-
} from "./chunk-APSDUSBR.mjs";
|
|
122
122
|
import {
|
|
123
123
|
createProjectTsConfigJson,
|
|
124
124
|
getOutputPath,
|
package/package.json
CHANGED