@storm-software/unbuild 0.56.17 → 0.56.18
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/README.md +1 -2
- package/bin/unbuild.cjs +1 -1
- package/bin/unbuild.js +1 -1
- package/dist/build.cjs +2 -2
- package/dist/build.js +1 -1
- package/dist/{chunk-HS6LASXO.cjs → chunk-DGCP5LFI.cjs} +1 -1
- package/dist/{chunk-DSICFEQ2.js → chunk-XN7BWL6E.js} +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/package.json +5 -5
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 -->
|
|
@@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
-
|
|
44
43
|
## Table of Contents
|
|
45
44
|
|
|
46
45
|
- [Storm Unbuild Package](#storm-unbuild-package)
|
package/bin/unbuild.cjs
CHANGED
|
@@ -492,7 +492,7 @@ schemaRegistry.add(ownerSchema, {
|
|
|
492
492
|
description: "The owner of the package"
|
|
493
493
|
});
|
|
494
494
|
var modeSchema = z._default(
|
|
495
|
-
z.enum(["development", "
|
|
495
|
+
z.enum(["development", "test", "production"]).check(z.trim(), z.toLowerCase()),
|
|
496
496
|
"production"
|
|
497
497
|
);
|
|
498
498
|
schemaRegistry.add(modeSchema, {
|
package/bin/unbuild.js
CHANGED
|
@@ -470,7 +470,7 @@ schemaRegistry.add(ownerSchema, {
|
|
|
470
470
|
description: "The owner of the package"
|
|
471
471
|
});
|
|
472
472
|
var modeSchema = z._default(
|
|
473
|
-
z.enum(["development", "
|
|
473
|
+
z.enum(["development", "test", "production"]).check(z.trim(), z.toLowerCase()),
|
|
474
474
|
"production"
|
|
475
475
|
);
|
|
476
476
|
schemaRegistry.add(modeSchema, {
|
package/dist/build.cjs
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkDGCP5LFIcjs = require('./chunk-DGCP5LFI.cjs');
|
|
9
9
|
require('./chunk-5LYLEQEH.cjs');
|
|
10
10
|
require('./chunk-XYM4DLHB.cjs');
|
|
11
11
|
require('./chunk-ULVTNQE3.cjs');
|
|
@@ -19,4 +19,4 @@ require('./chunk-OBGZSXTJ.cjs');
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
exports.build =
|
|
22
|
+
exports.build = _chunkDGCP5LFIcjs.build; exports.cleanOutputPath = _chunkDGCP5LFIcjs.cleanOutputPath; exports.copyBuildAssets = _chunkDGCP5LFIcjs.copyBuildAssets; exports.executeUnbuild = _chunkDGCP5LFIcjs.executeUnbuild; exports.generatePackageJson = _chunkDGCP5LFIcjs.generatePackageJson; exports.resolveOptions = _chunkDGCP5LFIcjs.resolveOptions;
|
package/dist/build.js
CHANGED
|
@@ -967,7 +967,7 @@ schemaRegistry.add(ownerSchema, {
|
|
|
967
967
|
description: "The owner of the package"
|
|
968
968
|
});
|
|
969
969
|
var modeSchema = z._default(
|
|
970
|
-
z.enum(["development", "
|
|
970
|
+
z.enum(["development", "test", "production"]).check(z.trim(), z.toLowerCase()),
|
|
971
971
|
"production"
|
|
972
972
|
);
|
|
973
973
|
schemaRegistry.add(modeSchema, {
|
|
@@ -967,7 +967,7 @@ schemaRegistry.add(ownerSchema, {
|
|
|
967
967
|
description: "The owner of the package"
|
|
968
968
|
});
|
|
969
969
|
var modeSchema = z._default(
|
|
970
|
-
z.enum(["development", "
|
|
970
|
+
z.enum(["development", "test", "production"]).check(z.trim(), z.toLowerCase()),
|
|
971
971
|
"production"
|
|
972
972
|
);
|
|
973
973
|
schemaRegistry.add(modeSchema, {
|
package/dist/index.cjs
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkDGCP5LFIcjs = require('./chunk-DGCP5LFI.cjs');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
@@ -30,4 +30,4 @@ require('./chunk-OBGZSXTJ.cjs');
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
exports.build =
|
|
33
|
+
exports.build = _chunkDGCP5LFIcjs.build; exports.clean = _chunk5LYLEQEHcjs.clean; exports.cleanDirectories = _chunk5LYLEQEHcjs.cleanDirectories; exports.cleanOutputPath = _chunkDGCP5LFIcjs.cleanOutputPath; exports.copyBuildAssets = _chunkDGCP5LFIcjs.copyBuildAssets; exports.createTsCompilerOptions = _chunkQRSVSWU2cjs.createTsCompilerOptions; exports.executeUnbuild = _chunkDGCP5LFIcjs.executeUnbuild; exports.generatePackageJson = _chunkDGCP5LFIcjs.generatePackageJson; exports.loadConfig = _chunkQRSVSWU2cjs.loadConfig; exports.resolveOptions = _chunkDGCP5LFIcjs.resolveOptions;
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/unbuild",
|
|
3
|
-
"version": "0.56.
|
|
3
|
+
"version": "0.56.18",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing `unbuild` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"repository": {
|
|
@@ -147,9 +147,9 @@
|
|
|
147
147
|
"typescript": { "optional": false }
|
|
148
148
|
},
|
|
149
149
|
"dependencies": {
|
|
150
|
-
"@storm-software/build-tools": "^0.157.
|
|
151
|
-
"@storm-software/config": "^1.133.
|
|
152
|
-
"@storm-software/config-tools": "^1.187.
|
|
150
|
+
"@storm-software/build-tools": "^0.157.5",
|
|
151
|
+
"@storm-software/config": "^1.133.8",
|
|
152
|
+
"@storm-software/config-tools": "^1.187.13",
|
|
153
153
|
"commander": "^12.1.0",
|
|
154
154
|
"defu": "6.1.4",
|
|
155
155
|
"esbuild": "^0.25.0",
|
|
@@ -171,5 +171,5 @@
|
|
|
171
171
|
},
|
|
172
172
|
"publishConfig": { "access": "public" },
|
|
173
173
|
"sideEffects": false,
|
|
174
|
-
"gitHead": "
|
|
174
|
+
"gitHead": "69fc35e481abd37da0a2638a66cae265a00c7fd9"
|
|
175
175
|
}
|