@storm-software/unbuild 0.57.126 → 0.57.128
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 +3 -3
- package/bin/unbuild.js +3 -3
- package/dist/build.cjs +7 -7
- package/dist/build.js +6 -6
- package/dist/{chunk-6VMZE64H.js → chunk-7Q2YKORG.js} +1 -1
- package/dist/{chunk-DP7FKNIK.cjs → chunk-ABIWEZSE.cjs} +45 -45
- package/dist/{chunk-UWBAXJIB.js → chunk-DY4PAY36.js} +2 -2
- package/dist/{chunk-MESRFRXL.cjs → chunk-F7DWPJ53.cjs} +3 -3
- package/dist/{chunk-KY6IV76L.js → chunk-KKRZ77R2.js} +1 -1
- package/dist/{chunk-6PKNRTLM.cjs → chunk-OHNKWQUW.cjs} +2 -2
- package/dist/{chunk-JEBUPO36.cjs → chunk-OXAFJMZ6.cjs} +3 -3
- package/dist/{chunk-O4BT7W6M.cjs → chunk-OZTGPHIK.cjs} +2 -2
- package/dist/{chunk-XX3JA7ON.js → chunk-SHN2UOJI.js} +1 -1
- package/dist/{chunk-3PJKF6ZP.js → chunk-SYN52ACE.js} +6 -6
- package/dist/{chunk-HNSD65O7.cjs → chunk-TEX4OLXS.cjs} +2 -2
- package/dist/{chunk-NO2X3EYN.js → chunk-TGRJMVW2.js} +1 -1
- package/dist/clean.cjs +3 -3
- package/dist/clean.js +2 -2
- package/dist/index.cjs +7 -7
- package/dist/index.js +6 -6
- package/dist/plugins/analyze.cjs +3 -3
- package/dist/plugins/analyze.js +2 -2
- package/dist/plugins/on-error.cjs +3 -3
- package/dist/plugins/on-error.js +2 -2
- package/dist/plugins/tsc.cjs +3 -3
- package/dist/plugins/tsc.js +2 -2
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
package/bin/unbuild.cjs
CHANGED
|
@@ -106,7 +106,7 @@ var fatalColorSchema = z.optional(colorSchema);
|
|
|
106
106
|
schemaRegistry.add(fatalColorSchema, {
|
|
107
107
|
description: "The fatal color of the workspace"
|
|
108
108
|
});
|
|
109
|
-
var performanceColorSchema = z._default(colorSchema, "#
|
|
109
|
+
var performanceColorSchema = z._default(colorSchema, "#80fd74");
|
|
110
110
|
schemaRegistry.add(performanceColorSchema, {
|
|
111
111
|
description: "The performance color of the workspace"
|
|
112
112
|
});
|
|
@@ -662,7 +662,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
662
662
|
warning: "#e3b341",
|
|
663
663
|
danger: "#D8314A",
|
|
664
664
|
fatal: "#51070f",
|
|
665
|
-
performance: "#
|
|
665
|
+
performance: "#13c302",
|
|
666
666
|
link: "#3fa6ff",
|
|
667
667
|
positive: "#22c55e",
|
|
668
668
|
negative: "#dc2626",
|
|
@@ -680,7 +680,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
680
680
|
warning: "#f3d371",
|
|
681
681
|
danger: "#D8314A",
|
|
682
682
|
fatal: "#a40e26",
|
|
683
|
-
performance: "#
|
|
683
|
+
performance: "#80fd74",
|
|
684
684
|
link: "#3fa6ff",
|
|
685
685
|
positive: "#22c55e",
|
|
686
686
|
negative: "#dc2626",
|
package/bin/unbuild.js
CHANGED
|
@@ -84,7 +84,7 @@ var fatalColorSchema = z.optional(colorSchema);
|
|
|
84
84
|
schemaRegistry.add(fatalColorSchema, {
|
|
85
85
|
description: "The fatal color of the workspace"
|
|
86
86
|
});
|
|
87
|
-
var performanceColorSchema = z._default(colorSchema, "#
|
|
87
|
+
var performanceColorSchema = z._default(colorSchema, "#80fd74");
|
|
88
88
|
schemaRegistry.add(performanceColorSchema, {
|
|
89
89
|
description: "The performance color of the workspace"
|
|
90
90
|
});
|
|
@@ -640,7 +640,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
640
640
|
warning: "#e3b341",
|
|
641
641
|
danger: "#D8314A",
|
|
642
642
|
fatal: "#51070f",
|
|
643
|
-
performance: "#
|
|
643
|
+
performance: "#13c302",
|
|
644
644
|
link: "#3fa6ff",
|
|
645
645
|
positive: "#22c55e",
|
|
646
646
|
negative: "#dc2626",
|
|
@@ -658,7 +658,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
658
658
|
warning: "#f3d371",
|
|
659
659
|
danger: "#D8314A",
|
|
660
660
|
fatal: "#a40e26",
|
|
661
|
-
performance: "#
|
|
661
|
+
performance: "#80fd74",
|
|
662
662
|
link: "#3fa6ff",
|
|
663
663
|
positive: "#22c55e",
|
|
664
664
|
negative: "#dc2626",
|
package/dist/build.cjs
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
9
|
-
require('./chunk-
|
|
10
|
-
require('./chunk-
|
|
11
|
-
require('./chunk-
|
|
12
|
-
require('./chunk-
|
|
13
|
-
require('./chunk-
|
|
8
|
+
var _chunkABIWEZSEcjs = require('./chunk-ABIWEZSE.cjs');
|
|
9
|
+
require('./chunk-OXAFJMZ6.cjs');
|
|
10
|
+
require('./chunk-OZTGPHIK.cjs');
|
|
11
|
+
require('./chunk-F7DWPJ53.cjs');
|
|
12
|
+
require('./chunk-TEX4OLXS.cjs');
|
|
13
|
+
require('./chunk-OHNKWQUW.cjs');
|
|
14
14
|
require('./chunk-OBGZSXTJ.cjs');
|
|
15
15
|
|
|
16
16
|
|
|
@@ -19,4 +19,4 @@ require('./chunk-OBGZSXTJ.cjs');
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
exports.build =
|
|
22
|
+
exports.build = _chunkABIWEZSEcjs.build; exports.cleanOutputPath = _chunkABIWEZSEcjs.cleanOutputPath; exports.copyBuildAssets = _chunkABIWEZSEcjs.copyBuildAssets; exports.executeUnbuild = _chunkABIWEZSEcjs.executeUnbuild; exports.generatePackageJson = _chunkABIWEZSEcjs.generatePackageJson; exports.resolveOptions = _chunkABIWEZSEcjs.resolveOptions;
|
package/dist/build.js
CHANGED
|
@@ -5,12 +5,12 @@ import {
|
|
|
5
5
|
executeUnbuild,
|
|
6
6
|
generatePackageJson,
|
|
7
7
|
resolveOptions
|
|
8
|
-
} from "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
8
|
+
} from "./chunk-SYN52ACE.js";
|
|
9
|
+
import "./chunk-7Q2YKORG.js";
|
|
10
|
+
import "./chunk-SHN2UOJI.js";
|
|
11
|
+
import "./chunk-KKRZ77R2.js";
|
|
12
|
+
import "./chunk-TGRJMVW2.js";
|
|
13
|
+
import "./chunk-DY4PAY36.js";
|
|
14
14
|
import "./chunk-3RG5ZIWI.js";
|
|
15
15
|
export {
|
|
16
16
|
build,
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkOXAFJMZ6cjs = require('./chunk-OXAFJMZ6.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkOZTGPHIKcjs = require('./chunk-OZTGPHIK.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkF7DWPJ53cjs = require('./chunk-F7DWPJ53.cjs');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
13
|
+
var _chunkTEX4OLXScjs = require('./chunk-TEX4OLXS.cjs');
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
@@ -25,7 +25,7 @@ var _chunkHNSD65O7cjs = require('./chunk-HNSD65O7.cjs');
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
var
|
|
28
|
+
var _chunkOHNKWQUWcjs = require('./chunk-OHNKWQUW.cjs');
|
|
29
29
|
|
|
30
30
|
// src/build.ts
|
|
31
31
|
|
|
@@ -206,7 +206,7 @@ var copyAssets = async (config, assets, outputPath, projectRoot, sourceRoot, gen
|
|
|
206
206
|
output: "src/"
|
|
207
207
|
});
|
|
208
208
|
}
|
|
209
|
-
|
|
209
|
+
_chunkOHNKWQUWcjs.writeTrace.call(void 0,
|
|
210
210
|
`\u{1F4DD} Copying the following assets to the output directory:
|
|
211
211
|
${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${joinPaths(outputPath, pendingAsset.output)}`).join("\n")}`,
|
|
212
212
|
config
|
|
@@ -218,9 +218,9 @@ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${p
|
|
|
218
218
|
assets: pendingAssets
|
|
219
219
|
});
|
|
220
220
|
await assetHandler.processAllAssetsOnce();
|
|
221
|
-
|
|
221
|
+
_chunkOHNKWQUWcjs.writeTrace.call(void 0, "Completed copying assets to the output directory", config);
|
|
222
222
|
if (includeSrc === true) {
|
|
223
|
-
|
|
223
|
+
_chunkOHNKWQUWcjs.writeDebug.call(void 0,
|
|
224
224
|
`\u{1F4DD} Adding banner and writing source files: ${joinPaths(
|
|
225
225
|
outputPath,
|
|
226
226
|
"src"
|
|
@@ -399,7 +399,7 @@ var addPackageDependencies = async (workspaceRoot, projectRoot, projectName, pac
|
|
|
399
399
|
}
|
|
400
400
|
}
|
|
401
401
|
if (localPackages.length > 0) {
|
|
402
|
-
|
|
402
|
+
_chunkOHNKWQUWcjs.writeTrace.call(void 0,
|
|
403
403
|
`\u{1F4E6} Adding local packages to package.json: ${localPackages.map((p) => p.name).join(", ")}`
|
|
404
404
|
);
|
|
405
405
|
const projectJsonFile = await _promises.readFile.call(void 0,
|
|
@@ -447,7 +447,7 @@ var addPackageDependencies = async (workspaceRoot, projectRoot, projectName, pac
|
|
|
447
447
|
return ret;
|
|
448
448
|
}, _nullishCoalesce(packageJson.devDependencies, () => ( {})));
|
|
449
449
|
} else {
|
|
450
|
-
|
|
450
|
+
_chunkOHNKWQUWcjs.writeTrace.call(void 0, "\u{1F4E6} No local packages dependencies to add to package.json");
|
|
451
451
|
}
|
|
452
452
|
return packageJson;
|
|
453
453
|
};
|
|
@@ -580,7 +580,7 @@ var fatalColorSchema = z.optional(colorSchema);
|
|
|
580
580
|
schemaRegistry.add(fatalColorSchema, {
|
|
581
581
|
description: "The fatal color of the workspace"
|
|
582
582
|
});
|
|
583
|
-
var performanceColorSchema = z._default(colorSchema, "#
|
|
583
|
+
var performanceColorSchema = z._default(colorSchema, "#80fd74");
|
|
584
584
|
schemaRegistry.add(performanceColorSchema, {
|
|
585
585
|
description: "The performance color of the workspace"
|
|
586
586
|
});
|
|
@@ -1234,7 +1234,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
1234
1234
|
let config = result.config;
|
|
1235
1235
|
const configFile = result.configFile;
|
|
1236
1236
|
if (config && configFile && Object.keys(config).length > 0 && !config.skipConfigLogging) {
|
|
1237
|
-
|
|
1237
|
+
_chunkOHNKWQUWcjs.writeTrace.call(void 0,
|
|
1238
1238
|
`Found Storm configuration file "${configFile.includes(`${workspacePath}/`) ? configFile.replace(`${workspacePath}/`, "") : configFile}" at "${workspacePath}"`,
|
|
1239
1239
|
{
|
|
1240
1240
|
logLevel: "all"
|
|
@@ -1250,7 +1250,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
1250
1250
|
for (const result2 of results) {
|
|
1251
1251
|
if (_optionalChain([result2, 'optionalAccess', _34 => _34.config]) && _optionalChain([result2, 'optionalAccess', _35 => _35.configFile]) && Object.keys(result2.config).length > 0) {
|
|
1252
1252
|
if (!config.skipConfigLogging && !result2.config.skipConfigLogging) {
|
|
1253
|
-
|
|
1253
|
+
_chunkOHNKWQUWcjs.writeTrace.call(void 0,
|
|
1254
1254
|
`Found alternative configuration file "${result2.configFile.includes(`${workspacePath}/`) ? result2.configFile.replace(`${workspacePath}/`, "") : result2.configFile}" at "${workspacePath}"`,
|
|
1255
1255
|
{
|
|
1256
1256
|
logLevel: "all"
|
|
@@ -1366,7 +1366,7 @@ var getConfigEnv = () => {
|
|
|
1366
1366
|
},
|
|
1367
1367
|
logLevel: process.env[`${prefix}LOG_LEVEL`] !== null && process.env[`${prefix}LOG_LEVEL`] !== void 0 ? process.env[`${prefix}LOG_LEVEL`] && Number.isSafeInteger(
|
|
1368
1368
|
Number.parseInt(process.env[`${prefix}LOG_LEVEL`])
|
|
1369
|
-
) ?
|
|
1369
|
+
) ? _chunkOHNKWQUWcjs.getLogLevelLabel.call(void 0,
|
|
1370
1370
|
Number.parseInt(process.env[`${prefix}LOG_LEVEL`])
|
|
1371
1371
|
) : process.env[`${prefix}LOG_LEVEL`] : void 0,
|
|
1372
1372
|
skipConfigLogging: process.env[`${prefix}SKIP_CONFIG_LOGGING`] !== void 0 ? Boolean(process.env[`${prefix}SKIP_CONFIG_LOGGING`]) : void 0
|
|
@@ -1733,9 +1733,9 @@ var setConfigEnv = (config) => {
|
|
|
1733
1733
|
process.env[`${prefix}LOG_LEVEL`] = String(config.logLevel);
|
|
1734
1734
|
process.env.LOG_LEVEL = String(config.logLevel);
|
|
1735
1735
|
process.env.NX_VERBOSE_LOGGING = String(
|
|
1736
|
-
|
|
1736
|
+
_chunkOHNKWQUWcjs.getLogLevel.call(void 0, config.logLevel) >= _chunkOHNKWQUWcjs.LogLevel.DEBUG ? true : false
|
|
1737
1737
|
);
|
|
1738
|
-
process.env.RUST_BACKTRACE =
|
|
1738
|
+
process.env.RUST_BACKTRACE = _chunkOHNKWQUWcjs.getLogLevel.call(void 0, config.logLevel) >= _chunkOHNKWQUWcjs.LogLevel.DEBUG ? "full" : "none";
|
|
1739
1739
|
}
|
|
1740
1740
|
if (config.skipConfigLogging !== void 0) {
|
|
1741
1741
|
process.env[`${prefix}SKIP_CONFIG_LOGGING`] = String(
|
|
@@ -1883,7 +1883,7 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
1883
1883
|
const configFile = await getConfigFile(_workspaceRoot);
|
|
1884
1884
|
if (!configFile) {
|
|
1885
1885
|
if (!skipLogs) {
|
|
1886
|
-
|
|
1886
|
+
_chunkOHNKWQUWcjs.writeWarning.call(void 0,
|
|
1887
1887
|
"No Storm Workspace configuration file found in the current repository. Please ensure this is the expected behavior - you can add a `storm-workspace.json` file to the root of your workspace if it is not.\n",
|
|
1888
1888
|
{ logLevel: "all" }
|
|
1889
1889
|
);
|
|
@@ -1910,7 +1910,7 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
1910
1910
|
throw new Error(
|
|
1911
1911
|
`Failed to parse Storm Workspace configuration${_optionalChain([error, 'optionalAccess', _60 => _60.message]) ? `: ${error.message}` : ""}
|
|
1912
1912
|
|
|
1913
|
-
Please ensure your configuration file is valid JSON and matches the expected schema. The current workspace configuration input is: ${
|
|
1913
|
+
Please ensure your configuration file is valid JSON and matches the expected schema. The current workspace configuration input is: ${_chunkOHNKWQUWcjs.formatLogMessage.call(void 0,
|
|
1914
1914
|
configInput
|
|
1915
1915
|
)}`,
|
|
1916
1916
|
{
|
|
@@ -1955,9 +1955,9 @@ var loadStormWorkspaceConfig = async (workspaceRoot, skipLogs = false) => {
|
|
|
1955
1955
|
);
|
|
1956
1956
|
setConfigEnv(config);
|
|
1957
1957
|
if (!skipLogs && !config.skipConfigLogging) {
|
|
1958
|
-
|
|
1958
|
+
_chunkOHNKWQUWcjs.writeTrace.call(void 0,
|
|
1959
1959
|
`\u2699\uFE0F Using Storm Workspace configuration:
|
|
1960
|
-
${
|
|
1960
|
+
${_chunkOHNKWQUWcjs.formatLogMessage.call(void 0, config)}`,
|
|
1961
1961
|
config
|
|
1962
1962
|
);
|
|
1963
1963
|
}
|
|
@@ -1993,10 +1993,10 @@ var _findworkspaceroot = require('nx/src/utils/find-workspace-root');
|
|
|
1993
1993
|
|
|
1994
1994
|
var _unbuild = require('unbuild');
|
|
1995
1995
|
async function resolveOptions(options, config) {
|
|
1996
|
-
|
|
1997
|
-
const stopwatch =
|
|
1996
|
+
_chunkOHNKWQUWcjs.writeDebug.call(void 0, " \u2699\uFE0F Resolving build options", config);
|
|
1997
|
+
const stopwatch = _chunkOHNKWQUWcjs.getStopwatch.call(void 0, "Build options resolution");
|
|
1998
1998
|
if (options.configPath) {
|
|
1999
|
-
const configFile = await
|
|
1999
|
+
const configFile = await _chunkTEX4OLXScjs.loadConfig.call(void 0, options.configPath);
|
|
2000
2000
|
if (configFile) {
|
|
2001
2001
|
options = _defu2.default.call(void 0, options, configFile);
|
|
2002
2002
|
}
|
|
@@ -2177,7 +2177,7 @@ async function resolveOptions(options, config) {
|
|
|
2177
2177
|
treeShaking: options.treeShaking !== false,
|
|
2178
2178
|
platform: options.platform || "neutral",
|
|
2179
2179
|
color: true,
|
|
2180
|
-
logLevel: config.logLevel ===
|
|
2180
|
+
logLevel: config.logLevel === _chunkOHNKWQUWcjs.LogLevelLabel.FATAL ? _chunkOHNKWQUWcjs.LogLevelLabel.ERROR : _chunkOHNKWQUWcjs.isVerbose.call(void 0, ) ? "verbose" : config.logLevel
|
|
2181
2181
|
}
|
|
2182
2182
|
}
|
|
2183
2183
|
};
|
|
@@ -2198,7 +2198,7 @@ async function resolveOptions(options, config) {
|
|
|
2198
2198
|
if (options.rollup) {
|
|
2199
2199
|
let rollup = {};
|
|
2200
2200
|
if (typeof options.rollup === "string") {
|
|
2201
|
-
const rollupFile = await
|
|
2201
|
+
const rollupFile = await _chunkTEX4OLXScjs.loadConfig.call(void 0, options.rollup);
|
|
2202
2202
|
if (rollupFile) {
|
|
2203
2203
|
rollup = rollupFile;
|
|
2204
2204
|
}
|
|
@@ -2210,20 +2210,20 @@ async function resolveOptions(options, config) {
|
|
|
2210
2210
|
resolvedOptions.hooks = {
|
|
2211
2211
|
"rollup:options": async (ctx, opts) => {
|
|
2212
2212
|
if (options.plugins && options.plugins.length > 0) {
|
|
2213
|
-
|
|
2213
|
+
_chunkOHNKWQUWcjs.writeDebug.call(void 0,
|
|
2214
2214
|
` \u{1F9E9} Found ${options.plugins.length} plugins in provided build options`,
|
|
2215
2215
|
config
|
|
2216
2216
|
);
|
|
2217
2217
|
opts.plugins = options.plugins;
|
|
2218
2218
|
} else {
|
|
2219
|
-
|
|
2219
|
+
_chunkOHNKWQUWcjs.writeDebug.call(void 0,
|
|
2220
2220
|
` \u{1F9E9} No plugins found in provided build options, using default plugins`,
|
|
2221
2221
|
config
|
|
2222
2222
|
);
|
|
2223
2223
|
opts.plugins = await Promise.all([
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2224
|
+
_chunkOZTGPHIKcjs.analyzePlugin.call(void 0, resolvedOptions),
|
|
2225
|
+
_chunkTEX4OLXScjs.tscPlugin.call(void 0, resolvedOptions),
|
|
2226
|
+
_chunkF7DWPJ53cjs.onErrorPlugin.call(void 0, resolvedOptions)
|
|
2227
2227
|
]);
|
|
2228
2228
|
}
|
|
2229
2229
|
},
|
|
@@ -2278,8 +2278,8 @@ var addPackageJsonExport = (file, type = "module", sourceRoot, projectRoot) => {
|
|
|
2278
2278
|
};
|
|
2279
2279
|
async function generatePackageJson(options) {
|
|
2280
2280
|
if (options.generatePackageJson !== false && _fs.existsSync.call(void 0, joinPaths(options.projectRoot, "package.json"))) {
|
|
2281
|
-
|
|
2282
|
-
const stopwatch =
|
|
2281
|
+
_chunkOHNKWQUWcjs.writeDebug.call(void 0, " \u270D\uFE0F Writing package.json file", options.config);
|
|
2282
|
+
const stopwatch = _chunkOHNKWQUWcjs.getStopwatch.call(void 0, "Write package.json file");
|
|
2283
2283
|
const packageJsonPath = joinPaths(options.projectRoot, "project.json");
|
|
2284
2284
|
if (!_fs.existsSync.call(void 0, packageJsonPath)) {
|
|
2285
2285
|
throw new Error("Cannot find package.json configuration");
|
|
@@ -2377,11 +2377,11 @@ async function generatePackageJson(options) {
|
|
|
2377
2377
|
return options;
|
|
2378
2378
|
}
|
|
2379
2379
|
async function executeUnbuild(options) {
|
|
2380
|
-
|
|
2380
|
+
_chunkOHNKWQUWcjs.writeDebug.call(void 0,
|
|
2381
2381
|
` \u{1F680} Running ${options.name} (${options.projectRoot}) build`,
|
|
2382
2382
|
options.config
|
|
2383
2383
|
);
|
|
2384
|
-
const stopwatch =
|
|
2384
|
+
const stopwatch = _chunkOHNKWQUWcjs.getStopwatch.call(void 0,
|
|
2385
2385
|
`${options.name} (${options.projectRoot}) build`
|
|
2386
2386
|
);
|
|
2387
2387
|
try {
|
|
@@ -2390,9 +2390,9 @@ async function executeUnbuild(options) {
|
|
|
2390
2390
|
config: null,
|
|
2391
2391
|
rootDir: joinPaths(options.config.workspaceRoot, options.projectRoot)
|
|
2392
2392
|
};
|
|
2393
|
-
|
|
2393
|
+
_chunkOHNKWQUWcjs.writeTrace.call(void 0,
|
|
2394
2394
|
`Running with unbuild configuration:
|
|
2395
|
-
${
|
|
2395
|
+
${_chunkOHNKWQUWcjs.formatLogMessage.call(void 0, { ...config, env: "<Hidden>" })}
|
|
2396
2396
|
`,
|
|
2397
2397
|
options.config
|
|
2398
2398
|
);
|
|
@@ -2403,11 +2403,11 @@ ${_chunk6PKNRTLMcjs.formatLogMessage.call(void 0, { ...config, env: "<Hidden>" }
|
|
|
2403
2403
|
return options;
|
|
2404
2404
|
}
|
|
2405
2405
|
async function copyBuildAssets(options) {
|
|
2406
|
-
|
|
2406
|
+
_chunkOHNKWQUWcjs.writeDebug.call(void 0,
|
|
2407
2407
|
` \u{1F4CB} Copying asset files to output directory: ${options.outDir}`,
|
|
2408
2408
|
options.config
|
|
2409
2409
|
);
|
|
2410
|
-
const stopwatch =
|
|
2410
|
+
const stopwatch = _chunkOHNKWQUWcjs.getStopwatch.call(void 0, `${options.name} asset copy`);
|
|
2411
2411
|
await copyAssets(
|
|
2412
2412
|
options.config,
|
|
2413
2413
|
_nullishCoalesce(options.assets, () => ( [])),
|
|
@@ -2422,12 +2422,12 @@ async function copyBuildAssets(options) {
|
|
|
2422
2422
|
}
|
|
2423
2423
|
async function cleanOutputPath(options) {
|
|
2424
2424
|
if (options.clean !== false && options.outDir) {
|
|
2425
|
-
|
|
2425
|
+
_chunkOHNKWQUWcjs.writeDebug.call(void 0,
|
|
2426
2426
|
` \u{1F9F9} Cleaning ${options.name} output path: ${options.outDir}`,
|
|
2427
2427
|
options.config
|
|
2428
2428
|
);
|
|
2429
|
-
const stopwatch =
|
|
2430
|
-
await
|
|
2429
|
+
const stopwatch = _chunkOHNKWQUWcjs.getStopwatch.call(void 0, `${options.name} output clean`);
|
|
2430
|
+
await _chunkOXAFJMZ6cjs.cleanDirectories.call(void 0, options.name, options.outDir, options.config);
|
|
2431
2431
|
stopwatch();
|
|
2432
2432
|
}
|
|
2433
2433
|
return options;
|
|
@@ -2442,8 +2442,8 @@ async function build(options) {
|
|
|
2442
2442
|
throw new Error("Cannot find workspace root");
|
|
2443
2443
|
}
|
|
2444
2444
|
const config = await getConfig(workspaceRoot.dir);
|
|
2445
|
-
|
|
2446
|
-
const stopwatch =
|
|
2445
|
+
_chunkOHNKWQUWcjs.writeDebug.call(void 0, ` ${_chunkOHNKWQUWcjs.brandIcon.call(void 0, config)} Executing Storm Unbuild pipeline`, config);
|
|
2446
|
+
const stopwatch = _chunkOHNKWQUWcjs.getStopwatch.call(void 0, "Unbuild pipeline");
|
|
2447
2447
|
try {
|
|
2448
2448
|
options.projectRoot = correctPaths(projectRoot);
|
|
2449
2449
|
const resolvedOptions = await resolveOptions(options, config);
|
|
@@ -2455,12 +2455,12 @@ async function build(options) {
|
|
|
2455
2455
|
if (options.buildOnly !== true) {
|
|
2456
2456
|
await copyBuildAssets(resolvedOptions);
|
|
2457
2457
|
}
|
|
2458
|
-
|
|
2458
|
+
_chunkOHNKWQUWcjs.writeSuccess.call(void 0,
|
|
2459
2459
|
` \u{1F3C1} The ${resolvedOptions.name} build completed successfully`,
|
|
2460
2460
|
config
|
|
2461
2461
|
);
|
|
2462
2462
|
} catch (error) {
|
|
2463
|
-
|
|
2463
|
+
_chunkOHNKWQUWcjs.writeFatal.call(void 0,
|
|
2464
2464
|
"Fatal errors that the build process could not recover from have occured. The build process has been terminated.",
|
|
2465
2465
|
config
|
|
2466
2466
|
);
|
|
@@ -101,7 +101,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
101
101
|
warning: "#e3b341",
|
|
102
102
|
danger: "#D8314A",
|
|
103
103
|
fatal: "#51070f",
|
|
104
|
-
performance: "#
|
|
104
|
+
performance: "#13c302",
|
|
105
105
|
link: "#3fa6ff",
|
|
106
106
|
positive: "#22c55e",
|
|
107
107
|
negative: "#dc2626",
|
|
@@ -119,7 +119,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
119
119
|
warning: "#f3d371",
|
|
120
120
|
danger: "#D8314A",
|
|
121
121
|
fatal: "#a40e26",
|
|
122
|
-
performance: "#
|
|
122
|
+
performance: "#80fd74",
|
|
123
123
|
link: "#3fa6ff",
|
|
124
124
|
positive: "#22c55e",
|
|
125
125
|
negative: "#dc2626",
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkOHNKWQUWcjs = require('./chunk-OHNKWQUW.cjs');
|
|
4
4
|
|
|
5
5
|
// src/plugins/on-error.ts
|
|
6
6
|
var onErrorPlugin = (options) => ({
|
|
7
7
|
name: "storm:on-error",
|
|
8
8
|
buildEnd(error) {
|
|
9
9
|
if (error) {
|
|
10
|
-
|
|
10
|
+
_chunkOHNKWQUWcjs.writeError.call(void 0,
|
|
11
11
|
`The following errors occurred during the build:
|
|
12
12
|
${error ? error.message : "Unknown build error"}
|
|
13
13
|
|
|
@@ -18,7 +18,7 @@ ${error ? error.message : "Unknown build error"}
|
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
20
|
renderError(error) {
|
|
21
|
-
|
|
21
|
+
_chunkOHNKWQUWcjs.writeError.call(void 0,
|
|
22
22
|
`The following errors occurred during the build:
|
|
23
23
|
${error ? error.message : "Unknown build error"}
|
|
24
24
|
|
|
@@ -101,7 +101,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
101
101
|
warning: "#e3b341",
|
|
102
102
|
danger: "#D8314A",
|
|
103
103
|
fatal: "#51070f",
|
|
104
|
-
performance: "#
|
|
104
|
+
performance: "#13c302",
|
|
105
105
|
link: "#3fa6ff",
|
|
106
106
|
positive: "#22c55e",
|
|
107
107
|
negative: "#dc2626",
|
|
@@ -119,7 +119,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
119
119
|
warning: "#f3d371",
|
|
120
120
|
danger: "#D8314A",
|
|
121
121
|
fatal: "#a40e26",
|
|
122
|
-
performance: "#
|
|
122
|
+
performance: "#80fd74",
|
|
123
123
|
link: "#3fa6ff",
|
|
124
124
|
positive: "#22c55e",
|
|
125
125
|
negative: "#dc2626",
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkOHNKWQUWcjs = require('./chunk-OHNKWQUW.cjs');
|
|
5
5
|
|
|
6
6
|
// src/clean.ts
|
|
7
7
|
var _promises = require('fs/promises');
|
|
8
8
|
async function clean(name = "Unbuild", directory, config) {
|
|
9
|
-
|
|
10
|
-
const stopwatch =
|
|
9
|
+
_chunkOHNKWQUWcjs.writeDebug.call(void 0, ` \u{1F9F9} Cleaning ${name} output path: ${directory}`, config);
|
|
10
|
+
const stopwatch = _chunkOHNKWQUWcjs.getStopwatch.call(void 0, `${name} output clean`);
|
|
11
11
|
await cleanDirectories(name, directory, config);
|
|
12
12
|
stopwatch();
|
|
13
13
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkOHNKWQUWcjs = require('./chunk-OHNKWQUW.cjs');
|
|
4
4
|
|
|
5
5
|
// src/plugins/analyze.ts
|
|
6
6
|
var formatBytes = (bytes) => {
|
|
@@ -17,7 +17,7 @@ var analyzePlugin = (options) => {
|
|
|
17
17
|
renderChunk(source, chunk) {
|
|
18
18
|
const sourceBytes = formatBytes(source.length);
|
|
19
19
|
const fileName = chunk.fileName;
|
|
20
|
-
|
|
20
|
+
_chunkOHNKWQUWcjs.writeInfo.call(void 0, ` - ${fileName} ${sourceBytes}`, options.config);
|
|
21
21
|
}
|
|
22
22
|
};
|
|
23
23
|
};
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
2
|
cleanDirectories
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-7Q2YKORG.js";
|
|
4
4
|
import {
|
|
5
5
|
analyzePlugin
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-SHN2UOJI.js";
|
|
7
7
|
import {
|
|
8
8
|
onErrorPlugin
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-KKRZ77R2.js";
|
|
10
10
|
import {
|
|
11
11
|
loadConfig,
|
|
12
12
|
tscPlugin
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-TGRJMVW2.js";
|
|
14
14
|
import {
|
|
15
15
|
LogLevel,
|
|
16
16
|
LogLevelLabel,
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
writeSuccess,
|
|
26
26
|
writeTrace,
|
|
27
27
|
writeWarning
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-DY4PAY36.js";
|
|
29
29
|
|
|
30
30
|
// src/build.ts
|
|
31
31
|
import {
|
|
@@ -580,7 +580,7 @@ var fatalColorSchema = z.optional(colorSchema);
|
|
|
580
580
|
schemaRegistry.add(fatalColorSchema, {
|
|
581
581
|
description: "The fatal color of the workspace"
|
|
582
582
|
});
|
|
583
|
-
var performanceColorSchema = z._default(colorSchema, "#
|
|
583
|
+
var performanceColorSchema = z._default(colorSchema, "#80fd74");
|
|
584
584
|
schemaRegistry.add(performanceColorSchema, {
|
|
585
585
|
description: "The performance color of the workspace"
|
|
586
586
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkOHNKWQUWcjs = require('./chunk-OHNKWQUW.cjs');
|
|
4
4
|
|
|
5
5
|
// src/plugins/tsc.ts
|
|
6
6
|
|
|
@@ -45,7 +45,7 @@ async function createTsCompilerOptions(config, tsConfigPath, projectRoot, depend
|
|
|
45
45
|
declaration: true,
|
|
46
46
|
paths: _buildablelibsutils.computeCompilerOptionsPaths.call(void 0, tsConfig, _nullishCoalesce(dependencies, () => ( [])))
|
|
47
47
|
};
|
|
48
|
-
|
|
48
|
+
_chunkOHNKWQUWcjs.writeTrace.call(void 0, compilerOptions, config);
|
|
49
49
|
return compilerOptions;
|
|
50
50
|
}
|
|
51
51
|
|
package/dist/clean.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('./chunk-
|
|
4
|
+
var _chunkOXAFJMZ6cjs = require('./chunk-OXAFJMZ6.cjs');
|
|
5
|
+
require('./chunk-OHNKWQUW.cjs');
|
|
6
6
|
require('./chunk-OBGZSXTJ.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.clean =
|
|
10
|
+
exports.clean = _chunkOXAFJMZ6cjs.clean; exports.cleanDirectories = _chunkOXAFJMZ6cjs.cleanDirectories;
|
package/dist/clean.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -5,19 +5,19 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkABIWEZSEcjs = require('./chunk-ABIWEZSE.cjs');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
var
|
|
12
|
+
var _chunkOXAFJMZ6cjs = require('./chunk-OXAFJMZ6.cjs');
|
|
13
13
|
require('./chunk-SFZRYJZ2.cjs');
|
|
14
|
-
require('./chunk-
|
|
15
|
-
require('./chunk-
|
|
14
|
+
require('./chunk-OZTGPHIK.cjs');
|
|
15
|
+
require('./chunk-F7DWPJ53.cjs');
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
20
|
-
require('./chunk-
|
|
19
|
+
var _chunkTEX4OLXScjs = require('./chunk-TEX4OLXS.cjs');
|
|
20
|
+
require('./chunk-OHNKWQUW.cjs');
|
|
21
21
|
require('./chunk-OBGZSXTJ.cjs');
|
|
22
22
|
|
|
23
23
|
|
|
@@ -30,4 +30,4 @@ require('./chunk-OBGZSXTJ.cjs');
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
exports.build =
|
|
33
|
+
exports.build = _chunkABIWEZSEcjs.build; exports.clean = _chunkOXAFJMZ6cjs.clean; exports.cleanDirectories = _chunkOXAFJMZ6cjs.cleanDirectories; exports.cleanOutputPath = _chunkABIWEZSEcjs.cleanOutputPath; exports.copyBuildAssets = _chunkABIWEZSEcjs.copyBuildAssets; exports.createTsCompilerOptions = _chunkTEX4OLXScjs.createTsCompilerOptions; exports.executeUnbuild = _chunkABIWEZSEcjs.executeUnbuild; exports.generatePackageJson = _chunkABIWEZSEcjs.generatePackageJson; exports.loadConfig = _chunkTEX4OLXScjs.loadConfig; exports.resolveOptions = _chunkABIWEZSEcjs.resolveOptions;
|
package/dist/index.js
CHANGED
|
@@ -5,19 +5,19 @@ import {
|
|
|
5
5
|
executeUnbuild,
|
|
6
6
|
generatePackageJson,
|
|
7
7
|
resolveOptions
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-SYN52ACE.js";
|
|
9
9
|
import {
|
|
10
10
|
clean,
|
|
11
11
|
cleanDirectories
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-7Q2YKORG.js";
|
|
13
13
|
import "./chunk-GGNOJ77I.js";
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-SHN2UOJI.js";
|
|
15
|
+
import "./chunk-KKRZ77R2.js";
|
|
16
16
|
import {
|
|
17
17
|
createTsCompilerOptions,
|
|
18
18
|
loadConfig
|
|
19
|
-
} from "./chunk-
|
|
20
|
-
import "./chunk-
|
|
19
|
+
} from "./chunk-TGRJMVW2.js";
|
|
20
|
+
import "./chunk-DY4PAY36.js";
|
|
21
21
|
import "./chunk-3RG5ZIWI.js";
|
|
22
22
|
export {
|
|
23
23
|
build,
|
package/dist/plugins/analyze.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-
|
|
3
|
+
var _chunkOZTGPHIKcjs = require('../chunk-OZTGPHIK.cjs');
|
|
4
|
+
require('../chunk-OHNKWQUW.cjs');
|
|
5
5
|
require('../chunk-OBGZSXTJ.cjs');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.analyzePlugin =
|
|
8
|
+
exports.analyzePlugin = _chunkOZTGPHIKcjs.analyzePlugin;
|
package/dist/plugins/analyze.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-
|
|
3
|
+
var _chunkF7DWPJ53cjs = require('../chunk-F7DWPJ53.cjs');
|
|
4
|
+
require('../chunk-OHNKWQUW.cjs');
|
|
5
5
|
require('../chunk-OBGZSXTJ.cjs');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.onErrorPlugin =
|
|
8
|
+
exports.onErrorPlugin = _chunkF7DWPJ53cjs.onErrorPlugin;
|
package/dist/plugins/on-error.js
CHANGED
package/dist/plugins/tsc.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-
|
|
3
|
+
var _chunkTEX4OLXScjs = require('../chunk-TEX4OLXS.cjs');
|
|
4
|
+
require('../chunk-OHNKWQUW.cjs');
|
|
5
5
|
require('../chunk-OBGZSXTJ.cjs');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.tscPlugin =
|
|
8
|
+
exports.tscPlugin = _chunkTEX4OLXScjs.tscPlugin;
|
package/dist/plugins/tsc.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/unbuild",
|
|
3
|
-
"version": "0.57.
|
|
3
|
+
"version": "0.57.128",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing `unbuild` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"repository": {
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"@nx/js": "22.6.0",
|
|
136
136
|
"@swc/core": "1.7.26",
|
|
137
137
|
"nx": "22.6.0",
|
|
138
|
-
"rollup": "^4.59.
|
|
138
|
+
"rollup": "^4.59.1",
|
|
139
139
|
"typescript": "^5.9.2"
|
|
140
140
|
},
|
|
141
141
|
"peerDependenciesMeta": {
|
|
@@ -147,9 +147,9 @@
|
|
|
147
147
|
"typescript": { "optional": false }
|
|
148
148
|
},
|
|
149
149
|
"dependencies": {
|
|
150
|
-
"@storm-software/build-tools": "^0.158.
|
|
151
|
-
"@storm-software/config": "^1.
|
|
152
|
-
"@storm-software/config-tools": "^1.189.
|
|
150
|
+
"@storm-software/build-tools": "^0.158.127",
|
|
151
|
+
"@storm-software/config": "^1.137.0",
|
|
152
|
+
"@storm-software/config-tools": "^1.189.46",
|
|
153
153
|
"commander": "^12.1.0",
|
|
154
154
|
"defu": "6.1.4",
|
|
155
155
|
"esbuild": "^0.25.12",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"jiti": "2.4.2",
|
|
158
158
|
"mkdist": "^2.4.1",
|
|
159
159
|
"pkg-types": "^1.3.1",
|
|
160
|
-
"rollup": "^4.59.
|
|
160
|
+
"rollup": "^4.59.1",
|
|
161
161
|
"rollup-plugin-typescript2": "0.36.0",
|
|
162
162
|
"unbuild": "^3.6.1"
|
|
163
163
|
},
|
|
@@ -171,5 +171,5 @@
|
|
|
171
171
|
},
|
|
172
172
|
"publishConfig": { "access": "public" },
|
|
173
173
|
"sideEffects": false,
|
|
174
|
-
"gitHead": "
|
|
174
|
+
"gitHead": "f8c95293185f34b92585cb3cc1006d71a4c00395"
|
|
175
175
|
}
|