@storm-software/unbuild 0.56.18 → 0.56.20
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 -1
- package/bin/unbuild.cjs +2 -2
- package/bin/unbuild.js +2 -2
- package/dist/build.cjs +2 -2
- package/dist/build.js +1 -1
- package/dist/{chunk-DGCP5LFI.cjs → chunk-EG2QHLFZ.cjs} +2 -2
- package/dist/{chunk-XN7BWL6E.js → chunk-LG5C4XE2.js} +2 -2
- 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 -->
|
package/bin/unbuild.cjs
CHANGED
|
@@ -2027,9 +2027,9 @@ ${formatLogMessage(config)}`,
|
|
|
2027
2027
|
};
|
|
2028
2028
|
|
|
2029
2029
|
// ../config-tools/src/get-config.ts
|
|
2030
|
-
|
|
2030
|
+
function getConfig(workspaceRoot, skipLogs = false) {
|
|
2031
2031
|
return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
|
|
2032
|
-
}
|
|
2032
|
+
}
|
|
2033
2033
|
|
|
2034
2034
|
// bin/unbuild.ts
|
|
2035
2035
|
var import_commander = require("commander");
|
package/bin/unbuild.js
CHANGED
|
@@ -2005,9 +2005,9 @@ ${formatLogMessage(config)}`,
|
|
|
2005
2005
|
};
|
|
2006
2006
|
|
|
2007
2007
|
// ../config-tools/src/get-config.ts
|
|
2008
|
-
|
|
2008
|
+
function getConfig(workspaceRoot, skipLogs = false) {
|
|
2009
2009
|
return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
|
|
2010
|
-
}
|
|
2010
|
+
}
|
|
2011
2011
|
|
|
2012
2012
|
// bin/unbuild.ts
|
|
2013
2013
|
import { Command, Option } from "commander";
|
package/dist/build.cjs
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkEG2QHLFZcjs = require('./chunk-EG2QHLFZ.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 = _chunkEG2QHLFZcjs.build; exports.cleanOutputPath = _chunkEG2QHLFZcjs.cleanOutputPath; exports.copyBuildAssets = _chunkEG2QHLFZcjs.copyBuildAssets; exports.executeUnbuild = _chunkEG2QHLFZcjs.executeUnbuild; exports.generatePackageJson = _chunkEG2QHLFZcjs.generatePackageJson; exports.resolveOptions = _chunkEG2QHLFZcjs.resolveOptions;
|
package/dist/build.js
CHANGED
|
@@ -1934,9 +1934,9 @@ ${_chunkKRY2I44Jcjs.formatLogMessage.call(void 0, config)}`,
|
|
|
1934
1934
|
};
|
|
1935
1935
|
|
|
1936
1936
|
// ../config-tools/src/get-config.ts
|
|
1937
|
-
|
|
1937
|
+
function getConfig(workspaceRoot, skipLogs = false) {
|
|
1938
1938
|
return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
|
|
1939
|
-
}
|
|
1939
|
+
}
|
|
1940
1940
|
|
|
1941
1941
|
// ../build-tools/src/utilities/get-entry-points.ts
|
|
1942
1942
|
|
|
@@ -1934,9 +1934,9 @@ ${formatLogMessage(config)}`,
|
|
|
1934
1934
|
};
|
|
1935
1935
|
|
|
1936
1936
|
// ../config-tools/src/get-config.ts
|
|
1937
|
-
|
|
1937
|
+
function getConfig(workspaceRoot, skipLogs = false) {
|
|
1938
1938
|
return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
|
|
1939
|
-
}
|
|
1939
|
+
}
|
|
1940
1940
|
|
|
1941
1941
|
// ../build-tools/src/utilities/get-entry-points.ts
|
|
1942
1942
|
import { glob as glob2 } from "glob";
|
package/dist/index.cjs
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkEG2QHLFZcjs = require('./chunk-EG2QHLFZ.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 = _chunkEG2QHLFZcjs.build; exports.clean = _chunk5LYLEQEHcjs.clean; exports.cleanDirectories = _chunk5LYLEQEHcjs.cleanDirectories; exports.cleanOutputPath = _chunkEG2QHLFZcjs.cleanOutputPath; exports.copyBuildAssets = _chunkEG2QHLFZcjs.copyBuildAssets; exports.createTsCompilerOptions = _chunkQRSVSWU2cjs.createTsCompilerOptions; exports.executeUnbuild = _chunkEG2QHLFZcjs.executeUnbuild; exports.generatePackageJson = _chunkEG2QHLFZcjs.generatePackageJson; exports.loadConfig = _chunkQRSVSWU2cjs.loadConfig; exports.resolveOptions = _chunkEG2QHLFZcjs.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.20",
|
|
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.7",
|
|
151
|
+
"@storm-software/config": "^1.133.10",
|
|
152
|
+
"@storm-software/config-tools": "^1.187.15",
|
|
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": "cf3b0a3f2a3390e2e62adeeb56c0571a6bf75b2d"
|
|
175
175
|
}
|