@storm-software/build-tools 0.135.1 → 0.135.3
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/dist/{chunk-4EOISDM2.js → chunk-D7IEQ7P2.js} +4 -1
- package/dist/{chunk-OWWSOXVQ.mjs → chunk-RCQ3JZXR.mjs} +5 -2
- package/dist/index.js +2 -2
- package/dist/index.mjs +1 -1
- package/dist/utilities/copy-assets.js +2 -2
- package/dist/utilities/copy-assets.mjs +1 -1
- package/dist/utilities/index.js +2 -2
- package/dist/utilities/index.mjs +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 -->
|
|
@@ -5,6 +5,7 @@ var _chunkQMLJ4YOFjs = require('./chunk-QMLJ4YOF.js');
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
|
|
8
9
|
var _chunk275E2SADjs = require('./chunk-275E2SAD.js');
|
|
9
10
|
|
|
10
11
|
|
|
@@ -51,8 +52,10 @@ var copyAssets = /* @__PURE__ */ _chunkSHUYVCIDjs.__name.call(void 0, async (con
|
|
|
51
52
|
if (!buildTarget) {
|
|
52
53
|
throw new Error(`The Build process failed because the project does not have a valid build target in the project.json file. Check if the file exists in the root of the project at ${_chunk275E2SADjs.joinPaths.call(void 0, projectRoot, "project.json")}`);
|
|
53
54
|
}
|
|
55
|
+
_chunk275E2SADjs.writeTrace.call(void 0, `\u{1F4DD} Copying the following assets to the output directory:
|
|
56
|
+
${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${_chunk275E2SADjs.joinPaths.call(void 0, outputPath, pendingAsset.output)}`).join("\n")}`, config);
|
|
54
57
|
const result = await _js.copyAssets.call(void 0, {
|
|
55
|
-
assets,
|
|
58
|
+
assets: pendingAssets,
|
|
56
59
|
watch: false,
|
|
57
60
|
outputPath
|
|
58
61
|
}, {
|
|
@@ -4,7 +4,8 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
isVerbose,
|
|
6
6
|
joinPaths,
|
|
7
|
-
writeDebug
|
|
7
|
+
writeDebug,
|
|
8
|
+
writeTrace
|
|
8
9
|
} from "./chunk-DRXCFXBB.mjs";
|
|
9
10
|
import {
|
|
10
11
|
__name
|
|
@@ -51,8 +52,10 @@ var copyAssets = /* @__PURE__ */ __name(async (config, assets, outputPath, proje
|
|
|
51
52
|
if (!buildTarget) {
|
|
52
53
|
throw new Error(`The Build process failed because the project does not have a valid build target in the project.json file. Check if the file exists in the root of the project at ${joinPaths(projectRoot, "project.json")}`);
|
|
53
54
|
}
|
|
55
|
+
writeTrace(`\u{1F4DD} Copying the following assets to the output directory:
|
|
56
|
+
${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${joinPaths(outputPath, pendingAsset.output)}`).join("\n")}`, config);
|
|
54
57
|
const result = await copyAssetsBase({
|
|
55
|
-
assets,
|
|
58
|
+
assets: pendingAssets,
|
|
56
59
|
watch: false,
|
|
57
60
|
outputPath
|
|
58
61
|
}, {
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
var _chunkJP4YIUPAjs = require('./chunk-JP4YIUPA.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkD7IEQ7P2js = require('./chunk-D7IEQ7P2.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
var _chunkQMLJ4YOFjs = require('./chunk-QMLJ4YOF.js');
|
|
@@ -80,4 +80,4 @@ require('./chunk-SHUYVCID.js');
|
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
|
|
83
|
-
exports.DEFAULT_COMPILED_BANNER = _chunk2KEW5JJ7js.DEFAULT_COMPILED_BANNER; exports.DEFAULT_ENVIRONMENT = _chunk2KEW5JJ7js.DEFAULT_ENVIRONMENT; exports.DEFAULT_ORGANIZATION = _chunk2KEW5JJ7js.DEFAULT_ORGANIZATION; exports.DEFAULT_PLATFORM = _chunk2KEW5JJ7js.DEFAULT_PLATFORM; exports.DEFAULT_TARGET = _chunk2KEW5JJ7js.DEFAULT_TARGET; exports.addPackageDependencies = _chunkSYSXNB3Mjs.addPackageDependencies; exports.addPackageJsonExport = _chunkSYSXNB3Mjs.addPackageJsonExport; exports.addPackageJsonExports = _chunkSYSXNB3Mjs.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkSYSXNB3Mjs.addWorkspacePackageJsonFields; exports.analyze = _chunkL7W4YZE4js.analyze; exports.copyAssets =
|
|
83
|
+
exports.DEFAULT_COMPILED_BANNER = _chunk2KEW5JJ7js.DEFAULT_COMPILED_BANNER; exports.DEFAULT_ENVIRONMENT = _chunk2KEW5JJ7js.DEFAULT_ENVIRONMENT; exports.DEFAULT_ORGANIZATION = _chunk2KEW5JJ7js.DEFAULT_ORGANIZATION; exports.DEFAULT_PLATFORM = _chunk2KEW5JJ7js.DEFAULT_PLATFORM; exports.DEFAULT_TARGET = _chunk2KEW5JJ7js.DEFAULT_TARGET; exports.addPackageDependencies = _chunkSYSXNB3Mjs.addPackageDependencies; exports.addPackageJsonExport = _chunkSYSXNB3Mjs.addPackageJsonExport; exports.addPackageJsonExports = _chunkSYSXNB3Mjs.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkSYSXNB3Mjs.addWorkspacePackageJsonFields; exports.analyze = _chunkL7W4YZE4js.analyze; exports.copyAssets = _chunkD7IEQ7P2js.copyAssets; exports.createTaskId = _chunkJP4YIUPAjs.createTaskId; exports.getAllWorkspaceTaskGraphs = _chunkJP4YIUPAjs.getAllWorkspaceTaskGraphs; exports.getEntryPoints = _chunkYXBRJJCUjs.getEntryPoints; exports.getEnv = _chunkIZKGYT3Djs.getEnv; exports.getExternalDependencies = _chunkVSAQXEXDjs.getExternalDependencies; exports.getExtraDependencies = _chunkVSAQXEXDjs.getExtraDependencies; exports.getFileBanner = _chunkPBTSVWXLjs.getFileBanner; exports.getInternalDependencies = _chunkVSAQXEXDjs.getInternalDependencies; exports.getOutExtension = _chunkTWCCJQYFjs.getOutExtension; exports.readNxConfig = _chunkQMLJ4YOFjs.readNxConfig; exports.swc = _chunk2TV7ZJSKjs.swc; exports.tsResolvePlugin = _chunk7TZNJMABjs.tsResolvePlugin; exports.typeDefinitions = _chunkY3HRAWPUjs.typeDefinitions;
|
package/dist/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkD7IEQ7P2js = require('../chunk-D7IEQ7P2.js');
|
|
4
4
|
require('../chunk-QMLJ4YOF.js');
|
|
5
5
|
require('../chunk-275E2SAD.js');
|
|
6
6
|
require('../chunk-SHUYVCID.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.copyAssets =
|
|
9
|
+
exports.copyAssets = _chunkD7IEQ7P2js.copyAssets;
|
package/dist/utilities/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
var _chunkJP4YIUPAjs = require('../chunk-JP4YIUPA.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkD7IEQ7P2js = require('../chunk-D7IEQ7P2.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
var _chunkQMLJ4YOFjs = require('../chunk-QMLJ4YOF.js');
|
|
@@ -51,4 +51,4 @@ require('../chunk-SHUYVCID.js');
|
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
|
|
54
|
-
exports.addPackageDependencies = _chunkSYSXNB3Mjs.addPackageDependencies; exports.addPackageJsonExport = _chunkSYSXNB3Mjs.addPackageJsonExport; exports.addPackageJsonExports = _chunkSYSXNB3Mjs.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkSYSXNB3Mjs.addWorkspacePackageJsonFields; exports.copyAssets =
|
|
54
|
+
exports.addPackageDependencies = _chunkSYSXNB3Mjs.addPackageDependencies; exports.addPackageJsonExport = _chunkSYSXNB3Mjs.addPackageJsonExport; exports.addPackageJsonExports = _chunkSYSXNB3Mjs.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkSYSXNB3Mjs.addWorkspacePackageJsonFields; exports.copyAssets = _chunkD7IEQ7P2js.copyAssets; exports.createTaskId = _chunkJP4YIUPAjs.createTaskId; exports.getAllWorkspaceTaskGraphs = _chunkJP4YIUPAjs.getAllWorkspaceTaskGraphs; exports.getEntryPoints = _chunkYXBRJJCUjs.getEntryPoints; exports.getEnv = _chunkIZKGYT3Djs.getEnv; exports.getExternalDependencies = _chunkVSAQXEXDjs.getExternalDependencies; exports.getExtraDependencies = _chunkVSAQXEXDjs.getExtraDependencies; exports.getFileBanner = _chunkPBTSVWXLjs.getFileBanner; exports.getInternalDependencies = _chunkVSAQXEXDjs.getInternalDependencies; exports.getOutExtension = _chunkTWCCJQYFjs.getOutExtension; exports.readNxConfig = _chunkQMLJ4YOFjs.readNxConfig;
|
package/dist/utilities/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/build-tools",
|
|
3
|
-
"version": "0.135.
|
|
3
|
+
"version": "0.135.3",
|
|
4
4
|
"description": "A comprehensive set of tools for building and managing projects within a Storm workspace. Includes builders such as rollup, rolldown, tsup, and unbuild, along with various utilities.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|