@storm-software/unbuild 0.38.9 → 0.38.11
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 +4 -1
- package/bin/unbuild.js +4 -1
- package/dist/build.cjs +2 -2
- package/dist/build.js +1 -1
- package/dist/{chunk-LVUMWCBV.cjs → chunk-PEHOCO5T.cjs} +4 -1
- package/dist/{chunk-LDA6WRJV.js → chunk-Q5VWBXHK.js} +4 -1
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
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
|
@@ -2007,7 +2007,10 @@ async function executeUnbuild(options) {
|
|
|
2007
2007
|
rootDir: joinPaths(options.config.workspaceRoot, options.projectRoot)
|
|
2008
2008
|
};
|
|
2009
2009
|
writeTrace(`Running with unbuild configuration:
|
|
2010
|
-
${formatLogMessage(
|
|
2010
|
+
${formatLogMessage({
|
|
2011
|
+
...config,
|
|
2012
|
+
env: "<Hidden>"
|
|
2013
|
+
})}
|
|
2011
2014
|
`, options.config);
|
|
2012
2015
|
await (0, import_unbuild.build)(options.projectRoot, false, config);
|
|
2013
2016
|
} finally {
|
package/bin/unbuild.js
CHANGED
|
@@ -1986,7 +1986,10 @@ async function executeUnbuild(options) {
|
|
|
1986
1986
|
rootDir: joinPaths(options.config.workspaceRoot, options.projectRoot)
|
|
1987
1987
|
};
|
|
1988
1988
|
writeTrace(`Running with unbuild configuration:
|
|
1989
|
-
${formatLogMessage(
|
|
1989
|
+
${formatLogMessage({
|
|
1990
|
+
...config,
|
|
1991
|
+
env: "<Hidden>"
|
|
1992
|
+
})}
|
|
1990
1993
|
`, options.config);
|
|
1991
1994
|
await unbuild(options.projectRoot, false, config);
|
|
1992
1995
|
} finally {
|
package/dist/build.cjs
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkPEHOCO5Tcjs = require('./chunk-PEHOCO5T.cjs');
|
|
9
9
|
require('./chunk-E74YDPSV.cjs');
|
|
10
10
|
require('./chunk-BN66ODNO.cjs');
|
|
11
11
|
require('./chunk-WCQ3HMVK.cjs');
|
|
@@ -19,4 +19,4 @@ require('./chunk-BGYQAVKQ.cjs');
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
exports.build =
|
|
22
|
+
exports.build = _chunkPEHOCO5Tcjs.build; exports.cleanOutputPath = _chunkPEHOCO5Tcjs.cleanOutputPath; exports.copyBuildAssets = _chunkPEHOCO5Tcjs.copyBuildAssets; exports.executeUnbuild = _chunkPEHOCO5Tcjs.executeUnbuild; exports.generatePackageJson = _chunkPEHOCO5Tcjs.generatePackageJson; exports.resolveOptions = _chunkPEHOCO5Tcjs.resolveOptions;
|
package/dist/build.js
CHANGED
|
@@ -1126,7 +1126,10 @@ async function executeUnbuild(options) {
|
|
|
1126
1126
|
rootDir: _chunk4D3WT42Ncjs.joinPaths.call(void 0, options.config.workspaceRoot, options.projectRoot)
|
|
1127
1127
|
};
|
|
1128
1128
|
_chunk4D3WT42Ncjs.writeTrace.call(void 0, `Running with unbuild configuration:
|
|
1129
|
-
${_chunk4D3WT42Ncjs.formatLogMessage.call(void 0,
|
|
1129
|
+
${_chunk4D3WT42Ncjs.formatLogMessage.call(void 0, {
|
|
1130
|
+
...config,
|
|
1131
|
+
env: "<Hidden>"
|
|
1132
|
+
})}
|
|
1130
1133
|
`, options.config);
|
|
1131
1134
|
await _unbuild.build.call(void 0, options.projectRoot, false, config);
|
|
1132
1135
|
} finally {
|
|
@@ -1126,7 +1126,10 @@ async function executeUnbuild(options) {
|
|
|
1126
1126
|
rootDir: joinPaths(options.config.workspaceRoot, options.projectRoot)
|
|
1127
1127
|
};
|
|
1128
1128
|
writeTrace(`Running with unbuild configuration:
|
|
1129
|
-
${formatLogMessage(
|
|
1129
|
+
${formatLogMessage({
|
|
1130
|
+
...config,
|
|
1131
|
+
env: "<Hidden>"
|
|
1132
|
+
})}
|
|
1130
1133
|
`, options.config);
|
|
1131
1134
|
await unbuild(options.projectRoot, false, config);
|
|
1132
1135
|
} finally {
|
package/dist/index.cjs
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkPEHOCO5Tcjs = require('./chunk-PEHOCO5T.cjs');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
@@ -30,4 +30,4 @@ require('./chunk-BGYQAVKQ.cjs');
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
exports.build =
|
|
33
|
+
exports.build = _chunkPEHOCO5Tcjs.build; exports.clean = _chunkE74YDPSVcjs.clean; exports.cleanDirectories = _chunkE74YDPSVcjs.cleanDirectories; exports.cleanOutputPath = _chunkPEHOCO5Tcjs.cleanOutputPath; exports.copyBuildAssets = _chunkPEHOCO5Tcjs.copyBuildAssets; exports.createTsCompilerOptions = _chunkKV76QDPTcjs.createTsCompilerOptions; exports.executeUnbuild = _chunkPEHOCO5Tcjs.executeUnbuild; exports.generatePackageJson = _chunkPEHOCO5Tcjs.generatePackageJson; exports.loadConfig = _chunkKV76QDPTcjs.loadConfig; exports.resolveOptions = _chunkPEHOCO5Tcjs.resolveOptions;
|
package/dist/index.js
CHANGED
package/package.json
CHANGED