@storm-software/unbuild 0.51.4 → 0.51.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/README.md +2 -1
- package/bin/unbuild.cjs +2 -5
- package/bin/unbuild.js +2 -5
- package/dist/build.cjs +2 -2
- package/dist/build.js +1 -1
- package/dist/{chunk-ZP7VG4UX.cjs → chunk-I7VO23KY.cjs} +2 -5
- package/dist/{chunk-HIH6JOQR.js → chunk-IZBYABHW.js} +2 -5
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/package.json +6 -6
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,6 +40,7 @@ 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
|
+
|
|
43
44
|
## Table of Contents
|
|
44
45
|
|
|
45
46
|
- [Storm Unbuild Package](#storm-unbuild-package)
|
package/bin/unbuild.cjs
CHANGED
|
@@ -507,16 +507,13 @@ schemaRegistry.add(packageManagerSchema, {
|
|
|
507
507
|
description: "The JavaScript/TypeScript package manager used by the repository"
|
|
508
508
|
});
|
|
509
509
|
var timezoneSchema = z._default(
|
|
510
|
-
z.string().check(z.trim()
|
|
510
|
+
z.string().check(z.trim()),
|
|
511
511
|
"America/New_York"
|
|
512
512
|
);
|
|
513
513
|
schemaRegistry.add(timezoneSchema, {
|
|
514
514
|
description: "The default timezone of the workspace"
|
|
515
515
|
});
|
|
516
|
-
var localeSchema = z._default(
|
|
517
|
-
z.string().check(z.trim(), z.toLowerCase()),
|
|
518
|
-
"en-US"
|
|
519
|
-
);
|
|
516
|
+
var localeSchema = z._default(z.string().check(z.trim()), "en-US");
|
|
520
517
|
schemaRegistry.add(localeSchema, {
|
|
521
518
|
description: "The default locale of the workspace"
|
|
522
519
|
});
|
package/bin/unbuild.js
CHANGED
|
@@ -485,16 +485,13 @@ schemaRegistry.add(packageManagerSchema, {
|
|
|
485
485
|
description: "The JavaScript/TypeScript package manager used by the repository"
|
|
486
486
|
});
|
|
487
487
|
var timezoneSchema = z._default(
|
|
488
|
-
z.string().check(z.trim()
|
|
488
|
+
z.string().check(z.trim()),
|
|
489
489
|
"America/New_York"
|
|
490
490
|
);
|
|
491
491
|
schemaRegistry.add(timezoneSchema, {
|
|
492
492
|
description: "The default timezone of the workspace"
|
|
493
493
|
});
|
|
494
|
-
var localeSchema = z._default(
|
|
495
|
-
z.string().check(z.trim(), z.toLowerCase()),
|
|
496
|
-
"en-US"
|
|
497
|
-
);
|
|
494
|
+
var localeSchema = z._default(z.string().check(z.trim()), "en-US");
|
|
498
495
|
schemaRegistry.add(localeSchema, {
|
|
499
496
|
description: "The default locale of the workspace"
|
|
500
497
|
});
|
package/dist/build.cjs
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkI7VO23KYcjs = require('./chunk-I7VO23KY.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 = _chunkI7VO23KYcjs.build; exports.cleanOutputPath = _chunkI7VO23KYcjs.cleanOutputPath; exports.copyBuildAssets = _chunkI7VO23KYcjs.copyBuildAssets; exports.executeUnbuild = _chunkI7VO23KYcjs.executeUnbuild; exports.generatePackageJson = _chunkI7VO23KYcjs.generatePackageJson; exports.resolveOptions = _chunkI7VO23KYcjs.resolveOptions;
|
package/dist/build.js
CHANGED
|
@@ -981,16 +981,13 @@ schemaRegistry.add(packageManagerSchema, {
|
|
|
981
981
|
description: "The JavaScript/TypeScript package manager used by the repository"
|
|
982
982
|
});
|
|
983
983
|
var timezoneSchema = z._default(
|
|
984
|
-
z.string().check(z.trim()
|
|
984
|
+
z.string().check(z.trim()),
|
|
985
985
|
"America/New_York"
|
|
986
986
|
);
|
|
987
987
|
schemaRegistry.add(timezoneSchema, {
|
|
988
988
|
description: "The default timezone of the workspace"
|
|
989
989
|
});
|
|
990
|
-
var localeSchema = z._default(
|
|
991
|
-
z.string().check(z.trim(), z.toLowerCase()),
|
|
992
|
-
"en-US"
|
|
993
|
-
);
|
|
990
|
+
var localeSchema = z._default(z.string().check(z.trim()), "en-US");
|
|
994
991
|
schemaRegistry.add(localeSchema, {
|
|
995
992
|
description: "The default locale of the workspace"
|
|
996
993
|
});
|
|
@@ -981,16 +981,13 @@ schemaRegistry.add(packageManagerSchema, {
|
|
|
981
981
|
description: "The JavaScript/TypeScript package manager used by the repository"
|
|
982
982
|
});
|
|
983
983
|
var timezoneSchema = z._default(
|
|
984
|
-
z.string().check(z.trim()
|
|
984
|
+
z.string().check(z.trim()),
|
|
985
985
|
"America/New_York"
|
|
986
986
|
);
|
|
987
987
|
schemaRegistry.add(timezoneSchema, {
|
|
988
988
|
description: "The default timezone of the workspace"
|
|
989
989
|
});
|
|
990
|
-
var localeSchema = z._default(
|
|
991
|
-
z.string().check(z.trim(), z.toLowerCase()),
|
|
992
|
-
"en-US"
|
|
993
|
-
);
|
|
990
|
+
var localeSchema = z._default(z.string().check(z.trim()), "en-US");
|
|
994
991
|
schemaRegistry.add(localeSchema, {
|
|
995
992
|
description: "The default locale of the workspace"
|
|
996
993
|
});
|
package/dist/index.cjs
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkI7VO23KYcjs = require('./chunk-I7VO23KY.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 = _chunkI7VO23KYcjs.build; exports.clean = _chunk5LYLEQEHcjs.clean; exports.cleanDirectories = _chunk5LYLEQEHcjs.cleanDirectories; exports.cleanOutputPath = _chunkI7VO23KYcjs.cleanOutputPath; exports.copyBuildAssets = _chunkI7VO23KYcjs.copyBuildAssets; exports.createTsCompilerOptions = _chunkQRSVSWU2cjs.createTsCompilerOptions; exports.executeUnbuild = _chunkI7VO23KYcjs.executeUnbuild; exports.generatePackageJson = _chunkI7VO23KYcjs.generatePackageJson; exports.loadConfig = _chunkQRSVSWU2cjs.loadConfig; exports.resolveOptions = _chunkI7VO23KYcjs.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.51.
|
|
3
|
+
"version": "0.51.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing `unbuild` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"repository": {
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"@swc/core": "1.7.26",
|
|
137
137
|
"nx": "^21.3.10",
|
|
138
138
|
"rollup": "^4.29.1",
|
|
139
|
-
"typescript": "^5.
|
|
139
|
+
"typescript": "^5.9.2"
|
|
140
140
|
},
|
|
141
141
|
"peerDependenciesMeta": {
|
|
142
142
|
"@nx/devkit": { "optional": false },
|
|
@@ -147,9 +147,9 @@
|
|
|
147
147
|
"typescript": { "optional": false }
|
|
148
148
|
},
|
|
149
149
|
"dependencies": {
|
|
150
|
-
"@storm-software/build-tools": "^0.153.
|
|
151
|
-
"@storm-software/config": "^1.128.
|
|
152
|
-
"@storm-software/config-tools": "^1.180.
|
|
150
|
+
"@storm-software/build-tools": "^0.153.6",
|
|
151
|
+
"@storm-software/config": "^1.128.6",
|
|
152
|
+
"@storm-software/config-tools": "^1.180.6",
|
|
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": "044d535c80810296f217c0bb741e51f164aede5b"
|
|
175
175
|
}
|