@storm-software/cloudflare-tools 0.71.35 → 0.71.37
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/CHANGELOG.md +26 -0
- package/README.md +1 -2
- package/dist/{chunk-4OKL76J3.mjs → chunk-2WG2QCJL.mjs} +3 -3
- package/dist/{chunk-Z2D7AKMD.mjs → chunk-3X7BL5DM.mjs} +1 -1
- package/dist/{chunk-SMLHRTZN.mjs → chunk-H7RE75NB.mjs} +4 -4
- package/dist/{chunk-G4ZCI2MN.mjs → chunk-I4GOWUAO.mjs} +16 -1
- package/dist/{chunk-4WRUZBE7.mjs → chunk-KPNOOEOX.mjs} +3 -3
- package/dist/{chunk-5GILNZWS.js → chunk-OGBWI4VY.js} +49 -34
- package/dist/{chunk-TPNHSNNZ.mjs → chunk-OJTNJ73Z.mjs} +4 -2
- package/dist/{chunk-KOQ32HGI.js → chunk-RUZIID5D.js} +4 -4
- package/dist/{chunk-VZQDXTIP.js → chunk-TMS3UPJ5.js} +5 -5
- package/dist/{chunk-Z2WQB55R.js → chunk-TTK2XCGF.js} +4 -2
- package/dist/{chunk-GIZHFP3I.mjs → chunk-ULPCX6TC.mjs} +2 -2
- package/dist/{chunk-UQBLSDWU.js → chunk-WRTJQVDN.js} +18 -18
- package/dist/{chunk-YKJOHKZG.js → chunk-YBP3FYOW.js} +12 -12
- package/dist/{chunk-IVVRVG36.js → chunk-YOQ5PYLY.js} +165 -165
- package/dist/executors.js +5 -5
- package/dist/executors.mjs +5 -5
- package/dist/generators.js +5 -5
- package/dist/generators.mjs +4 -4
- package/dist/index.js +8 -8
- package/dist/index.mjs +7 -7
- package/dist/src/executors/cloudflare-publish/executor.js +3 -3
- package/dist/src/executors/cloudflare-publish/executor.mjs +3 -3
- package/dist/src/executors/r2-upload-publish/executor.js +5 -5
- package/dist/src/executors/r2-upload-publish/executor.mjs +4 -4
- package/dist/src/executors/serve/executor.js +4 -4
- package/dist/src/executors/serve/executor.mjs +3 -3
- package/dist/src/generators/init/generator.js +2 -2
- package/dist/src/generators/init/generator.mjs +1 -1
- package/dist/src/generators/worker/generator.js +5 -5
- package/dist/src/generators/worker/generator.mjs +4 -4
- package/dist/src/utils/index.js +3 -3
- package/dist/src/utils/index.mjs +2 -2
- package/dist/src/utils/r2-bucket-helpers.js +3 -3
- package/dist/src/utils/r2-bucket-helpers.mjs +2 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,32 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Cloudflare Tools
|
|
4
4
|
|
|
5
|
+
## [0.71.36](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.71.36) (12/30/2025)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update `README.md` markdown files
|
|
10
|
+
([eea67b18e](https://github.com/storm-software/storm-ops/commit/eea67b18e))
|
|
11
|
+
|
|
12
|
+
### Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated **workspace-tools** to **v1.294.21**
|
|
15
|
+
- Updated **config-tools** to **v1.188.75**
|
|
16
|
+
- Updated **config** to **v1.134.75**
|
|
17
|
+
|
|
18
|
+
## [0.71.35](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.71.35) (12/23/2025)
|
|
19
|
+
|
|
20
|
+
### Miscellaneous
|
|
21
|
+
|
|
22
|
+
- **monorepo:** Update workspace packages' dependencies
|
|
23
|
+
([5b0a35e68](https://github.com/storm-software/storm-ops/commit/5b0a35e68))
|
|
24
|
+
|
|
25
|
+
### Updated Dependencies
|
|
26
|
+
|
|
27
|
+
- Updated **workspace-tools** to **v1.294.20**
|
|
28
|
+
- Updated **config-tools** to **v1.188.74**
|
|
29
|
+
- Updated **config** to **v1.134.74**
|
|
30
|
+
|
|
5
31
|
## [0.71.34](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.71.34) (12/18/2025)
|
|
6
32
|
|
|
7
33
|
### Updated Dependencies
|
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 -->
|
|
@@ -46,7 +46,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
46
46
|
|
|
47
47
|
<!-- START doctoc -->
|
|
48
48
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
49
|
-
|
|
50
49
|
## Table of Contents
|
|
51
50
|
|
|
52
51
|
- [Storm Cloudflare Tools](#storm-cloudflare-tools)
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-H7RE75NB.mjs";
|
|
4
4
|
import {
|
|
5
5
|
findWorkspaceRoot,
|
|
6
6
|
getConfig
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-I4GOWUAO.mjs";
|
|
8
8
|
import {
|
|
9
9
|
getStopwatch,
|
|
10
10
|
writeDebug,
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
writeFatal,
|
|
13
13
|
writeInfo,
|
|
14
14
|
writeTrace
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-OJTNJ73Z.mjs";
|
|
16
16
|
import {
|
|
17
17
|
__dirname
|
|
18
18
|
} from "./chunk-N5UXWPB6.mjs";
|
|
@@ -7,7 +7,7 @@ var require_package = __commonJS({
|
|
|
7
7
|
"package.json"(exports, module) {
|
|
8
8
|
module.exports = {
|
|
9
9
|
name: "@storm-software/cloudflare-tools",
|
|
10
|
-
version: "0.71.
|
|
10
|
+
version: "0.71.36",
|
|
11
11
|
description: "A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.",
|
|
12
12
|
repository: {
|
|
13
13
|
type: "github",
|
|
@@ -136,9 +136,9 @@ var require_package = __commonJS({
|
|
|
136
136
|
"@nx/js": "catalog:",
|
|
137
137
|
"@nx/node": "catalog:",
|
|
138
138
|
"@nx/web": "catalog:",
|
|
139
|
-
"@storm-software/config": "1.134.
|
|
140
|
-
"@storm-software/config-tools": "1.188.
|
|
141
|
-
"@storm-software/workspace-tools": "1.294.
|
|
139
|
+
"@storm-software/config": "1.134.75",
|
|
140
|
+
"@storm-software/config-tools": "1.188.75",
|
|
141
|
+
"@storm-software/workspace-tools": "1.294.21",
|
|
142
142
|
nx: "catalog:",
|
|
143
143
|
tsup: "catalog:",
|
|
144
144
|
wrangler: ">=3.58.0"
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
joinPaths,
|
|
8
8
|
writeTrace,
|
|
9
9
|
writeWarning
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-OJTNJ73Z.mjs";
|
|
11
11
|
|
|
12
12
|
// ../config-tools/src/utilities/find-up.ts
|
|
13
13
|
import { existsSync } from "node:fs";
|
|
@@ -170,6 +170,10 @@ var infoColorSchema = z._default(colorSchema, "#38bdf8");
|
|
|
170
170
|
schemaRegistry.add(infoColorSchema, {
|
|
171
171
|
description: "The informational color of the workspace"
|
|
172
172
|
});
|
|
173
|
+
var debugColorSchema = z._default(colorSchema, "#8afafc");
|
|
174
|
+
schemaRegistry.add(debugColorSchema, {
|
|
175
|
+
description: "The debug color of the workspace"
|
|
176
|
+
});
|
|
173
177
|
var warningColorSchema = z._default(colorSchema, "#f3d371");
|
|
174
178
|
schemaRegistry.add(warningColorSchema, {
|
|
175
179
|
description: "The warning color of the workspace"
|
|
@@ -204,6 +208,7 @@ var darkColorsSchema = z.object({
|
|
|
204
208
|
help: helpColorSchema,
|
|
205
209
|
success: successColorSchema,
|
|
206
210
|
info: infoColorSchema,
|
|
211
|
+
debug: debugColorSchema,
|
|
207
212
|
warning: warningColorSchema,
|
|
208
213
|
danger: dangerColorSchema,
|
|
209
214
|
fatal: fatalColorSchema,
|
|
@@ -221,6 +226,7 @@ var lightColorsSchema = z.object({
|
|
|
221
226
|
help: helpColorSchema,
|
|
222
227
|
success: successColorSchema,
|
|
223
228
|
info: infoColorSchema,
|
|
229
|
+
debug: debugColorSchema,
|
|
224
230
|
warning: warningColorSchema,
|
|
225
231
|
danger: dangerColorSchema,
|
|
226
232
|
fatal: fatalColorSchema,
|
|
@@ -242,6 +248,7 @@ var singleColorsSchema = z.object({
|
|
|
242
248
|
help: helpColorSchema,
|
|
243
249
|
success: successColorSchema,
|
|
244
250
|
info: infoColorSchema,
|
|
251
|
+
debug: debugColorSchema,
|
|
245
252
|
warning: warningColorSchema,
|
|
246
253
|
danger: dangerColorSchema,
|
|
247
254
|
fatal: fatalColorSchema,
|
|
@@ -1031,6 +1038,7 @@ var getSingleThemeColorsEnv = (prefix) => {
|
|
|
1031
1038
|
help: process.env[`${prefix}HELP`],
|
|
1032
1039
|
success: process.env[`${prefix}SUCCESS`],
|
|
1033
1040
|
info: process.env[`${prefix}INFO`],
|
|
1041
|
+
debug: process.env[`${prefix}DEBUG`],
|
|
1034
1042
|
warning: process.env[`${prefix}WARNING`],
|
|
1035
1043
|
danger: process.env[`${prefix}DANGER`],
|
|
1036
1044
|
fatal: process.env[`${prefix}FATAL`],
|
|
@@ -1069,6 +1077,7 @@ var getBaseThemeColorsEnv = (prefix) => {
|
|
|
1069
1077
|
help: process.env[`${prefix}HELP`],
|
|
1070
1078
|
success: process.env[`${prefix}SUCCESS`],
|
|
1071
1079
|
info: process.env[`${prefix}INFO`],
|
|
1080
|
+
debug: process.env[`${prefix}DEBUG`],
|
|
1072
1081
|
warning: process.env[`${prefix}WARNING`],
|
|
1073
1082
|
danger: process.env[`${prefix}DANGER`],
|
|
1074
1083
|
fatal: process.env[`${prefix}FATAL`],
|
|
@@ -1370,6 +1379,9 @@ var setSingleThemeColorsEnv = (prefix, config) => {
|
|
|
1370
1379
|
if (config.info) {
|
|
1371
1380
|
process.env[`${prefix}INFO`] = config.info;
|
|
1372
1381
|
}
|
|
1382
|
+
if (config.debug) {
|
|
1383
|
+
process.env[`${prefix}DEBUG`] = config.debug;
|
|
1384
|
+
}
|
|
1373
1385
|
if (config.warning) {
|
|
1374
1386
|
process.env[`${prefix}WARNING`] = config.warning;
|
|
1375
1387
|
}
|
|
@@ -1425,6 +1437,9 @@ var setBaseThemeColorsEnv = (prefix, config) => {
|
|
|
1425
1437
|
if (config.info) {
|
|
1426
1438
|
process.env[`${prefix}INFO`] = config.info;
|
|
1427
1439
|
}
|
|
1440
|
+
if (config.debug) {
|
|
1441
|
+
process.env[`${prefix}DEBUG`] = config.debug;
|
|
1442
|
+
}
|
|
1428
1443
|
if (config.warning) {
|
|
1429
1444
|
process.env[`${prefix}WARNING`] = config.warning;
|
|
1430
1445
|
}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
getEncoding,
|
|
6
6
|
getInternalDependencies,
|
|
7
7
|
uploadFile
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-3X7BL5DM.mjs";
|
|
9
9
|
import {
|
|
10
10
|
createCliOptions,
|
|
11
11
|
getPackageInfo
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
import {
|
|
14
14
|
findWorkspaceRoot,
|
|
15
15
|
getConfig
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-I4GOWUAO.mjs";
|
|
17
17
|
import {
|
|
18
18
|
correctPaths,
|
|
19
19
|
joinPaths,
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
writeSuccess,
|
|
22
22
|
writeTrace,
|
|
23
23
|
writeWarning
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-OJTNJ73Z.mjs";
|
|
25
25
|
|
|
26
26
|
// src/executors/r2-upload-publish/executor.ts
|
|
27
27
|
import {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkTTK2XCGFjs = require('./chunk-TTK2XCGF.js');
|
|
11
11
|
|
|
12
12
|
// ../config-tools/src/utilities/find-up.ts
|
|
13
13
|
var _fs = require('fs');
|
|
@@ -76,11 +76,11 @@ var rootDirectories = [
|
|
|
76
76
|
];
|
|
77
77
|
function findWorkspaceRootSafe(pathInsideMonorepo) {
|
|
78
78
|
if (process.env.STORM_WORKSPACE_ROOT || process.env.NX_WORKSPACE_ROOT_PATH) {
|
|
79
|
-
return
|
|
79
|
+
return _chunkTTK2XCGFjs.correctPaths.call(void 0,
|
|
80
80
|
_nullishCoalesce(process.env.STORM_WORKSPACE_ROOT, () => ( process.env.NX_WORKSPACE_ROOT_PATH))
|
|
81
81
|
);
|
|
82
82
|
}
|
|
83
|
-
return
|
|
83
|
+
return _chunkTTK2XCGFjs.correctPaths.call(void 0,
|
|
84
84
|
findFolderUp(
|
|
85
85
|
_nullishCoalesce(pathInsideMonorepo, () => ( process.cwd())),
|
|
86
86
|
rootFiles,
|
|
@@ -170,6 +170,10 @@ var infoColorSchema = z._default(colorSchema, "#38bdf8");
|
|
|
170
170
|
schemaRegistry.add(infoColorSchema, {
|
|
171
171
|
description: "The informational color of the workspace"
|
|
172
172
|
});
|
|
173
|
+
var debugColorSchema = z._default(colorSchema, "#8afafc");
|
|
174
|
+
schemaRegistry.add(debugColorSchema, {
|
|
175
|
+
description: "The debug color of the workspace"
|
|
176
|
+
});
|
|
173
177
|
var warningColorSchema = z._default(colorSchema, "#f3d371");
|
|
174
178
|
schemaRegistry.add(warningColorSchema, {
|
|
175
179
|
description: "The warning color of the workspace"
|
|
@@ -204,6 +208,7 @@ var darkColorsSchema = z.object({
|
|
|
204
208
|
help: helpColorSchema,
|
|
205
209
|
success: successColorSchema,
|
|
206
210
|
info: infoColorSchema,
|
|
211
|
+
debug: debugColorSchema,
|
|
207
212
|
warning: warningColorSchema,
|
|
208
213
|
danger: dangerColorSchema,
|
|
209
214
|
fatal: fatalColorSchema,
|
|
@@ -221,6 +226,7 @@ var lightColorsSchema = z.object({
|
|
|
221
226
|
help: helpColorSchema,
|
|
222
227
|
success: successColorSchema,
|
|
223
228
|
info: infoColorSchema,
|
|
229
|
+
debug: debugColorSchema,
|
|
224
230
|
warning: warningColorSchema,
|
|
225
231
|
danger: dangerColorSchema,
|
|
226
232
|
fatal: fatalColorSchema,
|
|
@@ -242,6 +248,7 @@ var singleColorsSchema = z.object({
|
|
|
242
248
|
help: helpColorSchema,
|
|
243
249
|
success: successColorSchema,
|
|
244
250
|
info: infoColorSchema,
|
|
251
|
+
debug: debugColorSchema,
|
|
245
252
|
warning: warningColorSchema,
|
|
246
253
|
danger: dangerColorSchema,
|
|
247
254
|
fatal: fatalColorSchema,
|
|
@@ -717,7 +724,7 @@ async function getPackageJsonConfig(root) {
|
|
|
717
724
|
const workspaceRoot = findWorkspaceRoot(root);
|
|
718
725
|
if (_fs.existsSync.call(void 0, _path.join.call(void 0, workspaceRoot, "package.json"))) {
|
|
719
726
|
const file = await _promises.readFile.call(void 0,
|
|
720
|
-
|
|
727
|
+
_chunkTTK2XCGFjs.joinPaths.call(void 0, workspaceRoot, "package.json"),
|
|
721
728
|
"utf8"
|
|
722
729
|
);
|
|
723
730
|
if (file) {
|
|
@@ -801,7 +808,7 @@ var getConfigFileByName = async (fileName, filePath, options = {}) => {
|
|
|
801
808
|
envName: _optionalChain([fileName, 'optionalAccess', _5 => _5.toUpperCase, 'call', _6 => _6()]),
|
|
802
809
|
jitiOptions: {
|
|
803
810
|
debug: false,
|
|
804
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false :
|
|
811
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunkTTK2XCGFjs.joinPaths.call(void 0,
|
|
805
812
|
process.env.STORM_CACHE_DIR || "node_modules/.cache/storm",
|
|
806
813
|
"jiti"
|
|
807
814
|
)
|
|
@@ -815,7 +822,7 @@ var getConfigFileByName = async (fileName, filePath, options = {}) => {
|
|
|
815
822
|
envName: _optionalChain([fileName, 'optionalAccess', _7 => _7.toUpperCase, 'call', _8 => _8()]),
|
|
816
823
|
jitiOptions: {
|
|
817
824
|
debug: false,
|
|
818
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false :
|
|
825
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunkTTK2XCGFjs.joinPaths.call(void 0,
|
|
819
826
|
process.env.STORM_CACHE_DIR || "node_modules/.cache/storm",
|
|
820
827
|
"jiti"
|
|
821
828
|
)
|
|
@@ -832,7 +839,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
832
839
|
let config = result.config;
|
|
833
840
|
const configFile = result.configFile;
|
|
834
841
|
if (config && configFile && Object.keys(config).length > 0 && !config.skipConfigLogging) {
|
|
835
|
-
|
|
842
|
+
_chunkTTK2XCGFjs.writeTrace.call(void 0,
|
|
836
843
|
`Found Storm configuration file "${configFile.includes(`${workspacePath}/`) ? configFile.replace(`${workspacePath}/`, "") : configFile}" at "${workspacePath}"`,
|
|
837
844
|
{
|
|
838
845
|
logLevel: "all"
|
|
@@ -848,7 +855,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
848
855
|
for (const result2 of results) {
|
|
849
856
|
if (_optionalChain([result2, 'optionalAccess', _9 => _9.config]) && _optionalChain([result2, 'optionalAccess', _10 => _10.configFile]) && Object.keys(result2.config).length > 0) {
|
|
850
857
|
if (!config.skipConfigLogging && !result2.config.skipConfigLogging) {
|
|
851
|
-
|
|
858
|
+
_chunkTTK2XCGFjs.writeTrace.call(void 0,
|
|
852
859
|
`Found alternative configuration file "${result2.configFile.includes(`${workspacePath}/`) ? result2.configFile.replace(`${workspacePath}/`, "") : result2.configFile}" at "${workspacePath}"`,
|
|
853
860
|
{
|
|
854
861
|
logLevel: "all"
|
|
@@ -928,15 +935,15 @@ var getConfigEnv = () => {
|
|
|
928
935
|
support: process.env[`${prefix}SUPPORT`] || void 0,
|
|
929
936
|
timezone: process.env[`${prefix}TIMEZONE`] || process.env.TZ || void 0,
|
|
930
937
|
locale: process.env[`${prefix}LOCALE`] || process.env.LOCALE || void 0,
|
|
931
|
-
configFile: process.env[`${prefix}WORKSPACE_CONFIG_FILE`] ?
|
|
932
|
-
workspaceRoot: process.env[`${prefix}WORKSPACE_ROOT`] ?
|
|
938
|
+
configFile: process.env[`${prefix}WORKSPACE_CONFIG_FILE`] ? _chunkTTK2XCGFjs.correctPaths.call(void 0, process.env[`${prefix}WORKSPACE_CONFIG_FILE`]) : void 0,
|
|
939
|
+
workspaceRoot: process.env[`${prefix}WORKSPACE_ROOT`] ? _chunkTTK2XCGFjs.correctPaths.call(void 0, process.env[`${prefix}WORKSPACE_ROOT`]) : void 0,
|
|
933
940
|
directories: {
|
|
934
|
-
cache: process.env[`${prefix}CACHE_DIR`] ?
|
|
935
|
-
data: process.env[`${prefix}DATA_DIR`] ?
|
|
936
|
-
config: process.env[`${prefix}CONFIG_DIR`] ?
|
|
937
|
-
temp: process.env[`${prefix}TEMP_DIR`] ?
|
|
938
|
-
log: process.env[`${prefix}LOG_DIR`] ?
|
|
939
|
-
build: process.env[`${prefix}BUILD_DIR`] ?
|
|
941
|
+
cache: process.env[`${prefix}CACHE_DIR`] ? _chunkTTK2XCGFjs.correctPaths.call(void 0, process.env[`${prefix}CACHE_DIR`]) : process.env[`${prefix}CACHE_DIRECTORY`] ? _chunkTTK2XCGFjs.correctPaths.call(void 0, process.env[`${prefix}CACHE_DIRECTORY`]) : void 0,
|
|
942
|
+
data: process.env[`${prefix}DATA_DIR`] ? _chunkTTK2XCGFjs.correctPaths.call(void 0, process.env[`${prefix}DATA_DIR`]) : process.env[`${prefix}DATA_DIRECTORY`] ? _chunkTTK2XCGFjs.correctPaths.call(void 0, process.env[`${prefix}DATA_DIRECTORY`]) : void 0,
|
|
943
|
+
config: process.env[`${prefix}CONFIG_DIR`] ? _chunkTTK2XCGFjs.correctPaths.call(void 0, process.env[`${prefix}CONFIG_DIR`]) : process.env[`${prefix}CONFIG_DIRECTORY`] ? _chunkTTK2XCGFjs.correctPaths.call(void 0, process.env[`${prefix}CONFIG_DIRECTORY`]) : void 0,
|
|
944
|
+
temp: process.env[`${prefix}TEMP_DIR`] ? _chunkTTK2XCGFjs.correctPaths.call(void 0, process.env[`${prefix}TEMP_DIR`]) : process.env[`${prefix}TEMP_DIRECTORY`] ? _chunkTTK2XCGFjs.correctPaths.call(void 0, process.env[`${prefix}TEMP_DIRECTORY`]) : void 0,
|
|
945
|
+
log: process.env[`${prefix}LOG_DIR`] ? _chunkTTK2XCGFjs.correctPaths.call(void 0, process.env[`${prefix}LOG_DIR`]) : process.env[`${prefix}LOG_DIRECTORY`] ? _chunkTTK2XCGFjs.correctPaths.call(void 0, process.env[`${prefix}LOG_DIRECTORY`]) : void 0,
|
|
946
|
+
build: process.env[`${prefix}BUILD_DIR`] ? _chunkTTK2XCGFjs.correctPaths.call(void 0, process.env[`${prefix}BUILD_DIR`]) : process.env[`${prefix}BUILD_DIRECTORY`] ? _chunkTTK2XCGFjs.correctPaths.call(void 0, process.env[`${prefix}BUILD_DIRECTORY`]) : void 0
|
|
940
947
|
},
|
|
941
948
|
skipCache: process.env[`${prefix}SKIP_CACHE`] !== void 0 ? Boolean(process.env[`${prefix}SKIP_CACHE`]) : void 0,
|
|
942
949
|
mode: (_nullishCoalesce(_nullishCoalesce(process.env[`${prefix}MODE`], () => ( process.env.NODE_ENV)), () => ( process.env.ENVIRONMENT))) || void 0,
|
|
@@ -960,7 +967,7 @@ var getConfigEnv = () => {
|
|
|
960
967
|
},
|
|
961
968
|
logLevel: process.env[`${prefix}LOG_LEVEL`] !== null && process.env[`${prefix}LOG_LEVEL`] !== void 0 ? process.env[`${prefix}LOG_LEVEL`] && Number.isSafeInteger(
|
|
962
969
|
Number.parseInt(process.env[`${prefix}LOG_LEVEL`])
|
|
963
|
-
) ?
|
|
970
|
+
) ? _chunkTTK2XCGFjs.getLogLevelLabel.call(void 0,
|
|
964
971
|
Number.parseInt(process.env[`${prefix}LOG_LEVEL`])
|
|
965
972
|
) : process.env[`${prefix}LOG_LEVEL`] : void 0,
|
|
966
973
|
skipConfigLogging: process.env[`${prefix}SKIP_CONFIG_LOGGING`] !== void 0 ? Boolean(process.env[`${prefix}SKIP_CONFIG_LOGGING`]) : void 0
|
|
@@ -1031,6 +1038,7 @@ var getSingleThemeColorsEnv = (prefix) => {
|
|
|
1031
1038
|
help: process.env[`${prefix}HELP`],
|
|
1032
1039
|
success: process.env[`${prefix}SUCCESS`],
|
|
1033
1040
|
info: process.env[`${prefix}INFO`],
|
|
1041
|
+
debug: process.env[`${prefix}DEBUG`],
|
|
1034
1042
|
warning: process.env[`${prefix}WARNING`],
|
|
1035
1043
|
danger: process.env[`${prefix}DANGER`],
|
|
1036
1044
|
fatal: process.env[`${prefix}FATAL`],
|
|
@@ -1069,6 +1077,7 @@ var getBaseThemeColorsEnv = (prefix) => {
|
|
|
1069
1077
|
help: process.env[`${prefix}HELP`],
|
|
1070
1078
|
success: process.env[`${prefix}SUCCESS`],
|
|
1071
1079
|
info: process.env[`${prefix}INFO`],
|
|
1080
|
+
debug: process.env[`${prefix}DEBUG`],
|
|
1072
1081
|
warning: process.env[`${prefix}WARNING`],
|
|
1073
1082
|
danger: process.env[`${prefix}DANGER`],
|
|
1074
1083
|
fatal: process.env[`${prefix}FATAL`],
|
|
@@ -1226,42 +1235,42 @@ var setConfigEnv = (config) => {
|
|
|
1226
1235
|
process.env.LANG = config.locale ? `${config.locale.replaceAll("-", "_")}.UTF-8` : "en_US.UTF-8";
|
|
1227
1236
|
}
|
|
1228
1237
|
if (config.configFile) {
|
|
1229
|
-
process.env[`${prefix}WORKSPACE_CONFIG_FILE`] =
|
|
1238
|
+
process.env[`${prefix}WORKSPACE_CONFIG_FILE`] = _chunkTTK2XCGFjs.correctPaths.call(void 0,
|
|
1230
1239
|
config.configFile
|
|
1231
1240
|
);
|
|
1232
1241
|
}
|
|
1233
1242
|
if (config.workspaceRoot) {
|
|
1234
|
-
process.env[`${prefix}WORKSPACE_ROOT`] =
|
|
1235
|
-
process.env.NX_WORKSPACE_ROOT =
|
|
1236
|
-
process.env.NX_WORKSPACE_ROOT_PATH =
|
|
1243
|
+
process.env[`${prefix}WORKSPACE_ROOT`] = _chunkTTK2XCGFjs.correctPaths.call(void 0, config.workspaceRoot);
|
|
1244
|
+
process.env.NX_WORKSPACE_ROOT = _chunkTTK2XCGFjs.correctPaths.call(void 0, config.workspaceRoot);
|
|
1245
|
+
process.env.NX_WORKSPACE_ROOT_PATH = _chunkTTK2XCGFjs.correctPaths.call(void 0, config.workspaceRoot);
|
|
1237
1246
|
}
|
|
1238
1247
|
if (config.directories) {
|
|
1239
1248
|
if (!config.skipCache && config.directories.cache) {
|
|
1240
|
-
process.env[`${prefix}CACHE_DIR`] =
|
|
1249
|
+
process.env[`${prefix}CACHE_DIR`] = _chunkTTK2XCGFjs.correctPaths.call(void 0,
|
|
1241
1250
|
config.directories.cache
|
|
1242
1251
|
);
|
|
1243
1252
|
process.env[`${prefix}CACHE_DIRECTORY`] = process.env[`${prefix}CACHE_DIR`];
|
|
1244
1253
|
}
|
|
1245
1254
|
if (config.directories.data) {
|
|
1246
|
-
process.env[`${prefix}DATA_DIR`] =
|
|
1255
|
+
process.env[`${prefix}DATA_DIR`] = _chunkTTK2XCGFjs.correctPaths.call(void 0, config.directories.data);
|
|
1247
1256
|
process.env[`${prefix}DATA_DIRECTORY`] = process.env[`${prefix}DATA_DIR`];
|
|
1248
1257
|
}
|
|
1249
1258
|
if (config.directories.config) {
|
|
1250
|
-
process.env[`${prefix}CONFIG_DIR`] =
|
|
1259
|
+
process.env[`${prefix}CONFIG_DIR`] = _chunkTTK2XCGFjs.correctPaths.call(void 0,
|
|
1251
1260
|
config.directories.config
|
|
1252
1261
|
);
|
|
1253
1262
|
process.env[`${prefix}CONFIG_DIRECTORY`] = process.env[`${prefix}CONFIG_DIR`];
|
|
1254
1263
|
}
|
|
1255
1264
|
if (config.directories.temp) {
|
|
1256
|
-
process.env[`${prefix}TEMP_DIR`] =
|
|
1265
|
+
process.env[`${prefix}TEMP_DIR`] = _chunkTTK2XCGFjs.correctPaths.call(void 0, config.directories.temp);
|
|
1257
1266
|
process.env[`${prefix}TEMP_DIRECTORY`] = process.env[`${prefix}TEMP_DIR`];
|
|
1258
1267
|
}
|
|
1259
1268
|
if (config.directories.log) {
|
|
1260
|
-
process.env[`${prefix}LOG_DIR`] =
|
|
1269
|
+
process.env[`${prefix}LOG_DIR`] = _chunkTTK2XCGFjs.correctPaths.call(void 0, config.directories.log);
|
|
1261
1270
|
process.env[`${prefix}LOG_DIRECTORY`] = process.env[`${prefix}LOG_DIR`];
|
|
1262
1271
|
}
|
|
1263
1272
|
if (config.directories.build) {
|
|
1264
|
-
process.env[`${prefix}BUILD_DIR`] =
|
|
1273
|
+
process.env[`${prefix}BUILD_DIR`] = _chunkTTK2XCGFjs.correctPaths.call(void 0,
|
|
1265
1274
|
config.directories.build
|
|
1266
1275
|
);
|
|
1267
1276
|
process.env[`${prefix}BUILD_DIRECTORY`] = process.env[`${prefix}BUILD_DIR`];
|
|
@@ -1323,9 +1332,9 @@ var setConfigEnv = (config) => {
|
|
|
1323
1332
|
process.env[`${prefix}LOG_LEVEL`] = String(config.logLevel);
|
|
1324
1333
|
process.env.LOG_LEVEL = String(config.logLevel);
|
|
1325
1334
|
process.env.NX_VERBOSE_LOGGING = String(
|
|
1326
|
-
|
|
1335
|
+
_chunkTTK2XCGFjs.getLogLevel.call(void 0, config.logLevel) >= _chunkTTK2XCGFjs.LogLevel.DEBUG ? true : false
|
|
1327
1336
|
);
|
|
1328
|
-
process.env.RUST_BACKTRACE =
|
|
1337
|
+
process.env.RUST_BACKTRACE = _chunkTTK2XCGFjs.getLogLevel.call(void 0, config.logLevel) >= _chunkTTK2XCGFjs.LogLevel.DEBUG ? "full" : "none";
|
|
1329
1338
|
}
|
|
1330
1339
|
if (config.skipConfigLogging !== void 0) {
|
|
1331
1340
|
process.env[`${prefix}SKIP_CONFIG_LOGGING`] = String(
|
|
@@ -1370,6 +1379,9 @@ var setSingleThemeColorsEnv = (prefix, config) => {
|
|
|
1370
1379
|
if (config.info) {
|
|
1371
1380
|
process.env[`${prefix}INFO`] = config.info;
|
|
1372
1381
|
}
|
|
1382
|
+
if (config.debug) {
|
|
1383
|
+
process.env[`${prefix}DEBUG`] = config.debug;
|
|
1384
|
+
}
|
|
1373
1385
|
if (config.warning) {
|
|
1374
1386
|
process.env[`${prefix}WARNING`] = config.warning;
|
|
1375
1387
|
}
|
|
@@ -1425,6 +1437,9 @@ var setBaseThemeColorsEnv = (prefix, config) => {
|
|
|
1425
1437
|
if (config.info) {
|
|
1426
1438
|
process.env[`${prefix}INFO`] = config.info;
|
|
1427
1439
|
}
|
|
1440
|
+
if (config.debug) {
|
|
1441
|
+
process.env[`${prefix}DEBUG`] = config.debug;
|
|
1442
|
+
}
|
|
1428
1443
|
if (config.warning) {
|
|
1429
1444
|
process.env[`${prefix}WARNING`] = config.warning;
|
|
1430
1445
|
}
|
|
@@ -1461,7 +1476,7 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
1461
1476
|
const configFile = await getConfigFile(_workspaceRoot);
|
|
1462
1477
|
if (!configFile) {
|
|
1463
1478
|
if (!skipLogs) {
|
|
1464
|
-
|
|
1479
|
+
_chunkTTK2XCGFjs.writeWarning.call(void 0,
|
|
1465
1480
|
"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",
|
|
1466
1481
|
{ logLevel: "all" }
|
|
1467
1482
|
);
|
|
@@ -1477,7 +1492,7 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
1477
1492
|
defaultConfig
|
|
1478
1493
|
);
|
|
1479
1494
|
if (!configInput.variant) {
|
|
1480
|
-
configInput.variant = _fs.existsSync.call(void 0,
|
|
1495
|
+
configInput.variant = _fs.existsSync.call(void 0, _chunkTTK2XCGFjs.joinPaths.call(void 0, _workspaceRoot, "nx.json")) || _fs.existsSync.call(void 0, _chunkTTK2XCGFjs.joinPaths.call(void 0, _workspaceRoot, ".nx")) || _fs.existsSync.call(void 0, _chunkTTK2XCGFjs.joinPaths.call(void 0, _workspaceRoot, "lerna.json")) || _fs.existsSync.call(void 0, _chunkTTK2XCGFjs.joinPaths.call(void 0, _workspaceRoot, "turbo.json")) ? "monorepo" : "minimal";
|
|
1481
1496
|
}
|
|
1482
1497
|
try {
|
|
1483
1498
|
result = applyDefaultConfig(
|
|
@@ -1488,7 +1503,7 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
1488
1503
|
throw new Error(
|
|
1489
1504
|
`Failed to parse Storm Workspace configuration${_optionalChain([error, 'optionalAccess', _35 => _35.message]) ? `: ${error.message}` : ""}
|
|
1490
1505
|
|
|
1491
|
-
Please ensure your configuration file is valid JSON and matches the expected schema. The current workspace configuration input is: ${
|
|
1506
|
+
Please ensure your configuration file is valid JSON and matches the expected schema. The current workspace configuration input is: ${_chunkTTK2XCGFjs.formatLogMessage.call(void 0,
|
|
1492
1507
|
configInput
|
|
1493
1508
|
)}`,
|
|
1494
1509
|
{
|
|
@@ -1533,9 +1548,9 @@ var loadStormWorkspaceConfig = async (workspaceRoot, skipLogs = false) => {
|
|
|
1533
1548
|
);
|
|
1534
1549
|
setConfigEnv(config);
|
|
1535
1550
|
if (!skipLogs && !config.skipConfigLogging) {
|
|
1536
|
-
|
|
1551
|
+
_chunkTTK2XCGFjs.writeTrace.call(void 0,
|
|
1537
1552
|
`\u2699\uFE0F Using Storm Workspace configuration:
|
|
1538
|
-
${
|
|
1553
|
+
${_chunkTTK2XCGFjs.formatLogMessage.call(void 0, config)}`,
|
|
1539
1554
|
config
|
|
1540
1555
|
);
|
|
1541
1556
|
}
|
|
@@ -35,6 +35,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
35
35
|
help: "#5C4EE5",
|
|
36
36
|
success: "#087f5b",
|
|
37
37
|
info: "#0550ae",
|
|
38
|
+
debug: "#8afafc",
|
|
38
39
|
warning: "#e3b341",
|
|
39
40
|
danger: "#D8314A",
|
|
40
41
|
fatal: "#51070f",
|
|
@@ -51,6 +52,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
51
52
|
help: "#818cf8",
|
|
52
53
|
success: "#10b981",
|
|
53
54
|
info: "#58a6ff",
|
|
55
|
+
debug: "#8afafc",
|
|
54
56
|
warning: "#f3d371",
|
|
55
57
|
danger: "#D8314A",
|
|
56
58
|
fatal: "#a40e26",
|
|
@@ -231,7 +233,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.info ?? DEFAULT_COLOR_CONF
|
|
|
231
233
|
return (message) => {
|
|
232
234
|
console.debug(
|
|
233
235
|
`
|
|
234
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.
|
|
236
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.debug ?? DEFAULT_COLOR_CONFIG.dark.info)(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
235
237
|
`
|
|
236
238
|
);
|
|
237
239
|
};
|
|
@@ -240,7 +242,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.info ?? DEFAULT_COLOR_CONF
|
|
|
240
242
|
return (message) => {
|
|
241
243
|
console.debug(
|
|
242
244
|
`
|
|
243
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.
|
|
245
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.debug ?? DEFAULT_COLOR_CONFIG.dark.debug)(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
244
246
|
`
|
|
245
247
|
);
|
|
246
248
|
};
|
|
@@ -7,7 +7,7 @@ var require_package = _chunkMCKGQKYUjs.__commonJS.call(void 0, {
|
|
|
7
7
|
"package.json"(exports, module) {
|
|
8
8
|
module.exports = {
|
|
9
9
|
name: "@storm-software/cloudflare-tools",
|
|
10
|
-
version: "0.71.
|
|
10
|
+
version: "0.71.36",
|
|
11
11
|
description: "A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.",
|
|
12
12
|
repository: {
|
|
13
13
|
type: "github",
|
|
@@ -136,9 +136,9 @@ var require_package = _chunkMCKGQKYUjs.__commonJS.call(void 0, {
|
|
|
136
136
|
"@nx/js": "catalog:",
|
|
137
137
|
"@nx/node": "catalog:",
|
|
138
138
|
"@nx/web": "catalog:",
|
|
139
|
-
"@storm-software/config": "1.134.
|
|
140
|
-
"@storm-software/config-tools": "1.188.
|
|
141
|
-
"@storm-software/workspace-tools": "1.294.
|
|
139
|
+
"@storm-software/config": "1.134.75",
|
|
140
|
+
"@storm-software/config-tools": "1.188.75",
|
|
141
|
+
"@storm-software/workspace-tools": "1.294.21",
|
|
142
142
|
nx: "catalog:",
|
|
143
143
|
tsup: "catalog:",
|
|
144
144
|
wrangler: ">=3.58.0"
|
|
@@ -3,15 +3,15 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkTTK2XCGFjs = require('./chunk-TTK2XCGF.js');
|
|
7
7
|
|
|
8
8
|
// src/utils/r2-bucket-helpers.ts
|
|
9
9
|
var _libstorage = require('@aws-sdk/lib-storage');
|
|
10
10
|
var _crypto = require('crypto');
|
|
11
11
|
var _prettybytes = require('pretty-bytes'); var _prettybytes2 = _interopRequireDefault(_prettybytes);
|
|
12
12
|
async function uploadFile(client, bucketName, bucketPath, fileName, version, fileContent, contentType = "application/octet-stream", isDryRun = false) {
|
|
13
|
-
const key = _optionalChain([(!_optionalChain([bucketPath, 'optionalAccess', _ => _.trim, 'call', _2 => _2()]) || _optionalChain([bucketPath, 'optionalAccess', _3 => _3.trim, 'call', _4 => _4()]) === "/" ? fileName :
|
|
14
|
-
|
|
13
|
+
const key = _optionalChain([(!_optionalChain([bucketPath, 'optionalAccess', _ => _.trim, 'call', _2 => _2()]) || _optionalChain([bucketPath, 'optionalAccess', _3 => _3.trim, 'call', _4 => _4()]) === "/" ? fileName : _chunkTTK2XCGFjs.joinPaths.call(void 0, bucketPath.trim(), fileName)), 'optionalAccess', _5 => _5.replace, 'call', _6 => _6(/^\/+/g, "")]) || "";
|
|
14
|
+
_chunkTTK2XCGFjs.writeDebug.call(void 0,
|
|
15
15
|
`Uploading ${key} (content-type: ${contentType}, size: ${_prettybytes2.default.call(void 0,
|
|
16
16
|
Buffer.byteLength(fileContent, getEncoding(contentType))
|
|
17
17
|
)}) to the ${bucketName} R2 bucket`
|
|
@@ -33,10 +33,10 @@ async function uploadFile(client, bucketName, bucketPath, fileName, version, fil
|
|
|
33
33
|
});
|
|
34
34
|
await upload.done();
|
|
35
35
|
} else {
|
|
36
|
-
|
|
36
|
+
_chunkTTK2XCGFjs.writeWarning.call(void 0, "[Dry run]: Skipping upload to the R2 bucket.");
|
|
37
37
|
}
|
|
38
38
|
} catch (error) {
|
|
39
|
-
|
|
39
|
+
_chunkTTK2XCGFjs.writeError.call(void 0, `Failed to upload ${key} to the ${bucketName} R2 bucket.`);
|
|
40
40
|
throw error;
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -35,6 +35,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
35
35
|
help: "#5C4EE5",
|
|
36
36
|
success: "#087f5b",
|
|
37
37
|
info: "#0550ae",
|
|
38
|
+
debug: "#8afafc",
|
|
38
39
|
warning: "#e3b341",
|
|
39
40
|
danger: "#D8314A",
|
|
40
41
|
fatal: "#51070f",
|
|
@@ -51,6 +52,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
51
52
|
help: "#818cf8",
|
|
52
53
|
success: "#10b981",
|
|
53
54
|
info: "#58a6ff",
|
|
55
|
+
debug: "#8afafc",
|
|
54
56
|
warning: "#f3d371",
|
|
55
57
|
danger: "#D8314A",
|
|
56
58
|
fatal: "#a40e26",
|
|
@@ -231,7 +233,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.info, ()
|
|
|
231
233
|
return (message) => {
|
|
232
234
|
console.debug(
|
|
233
235
|
`
|
|
234
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.
|
|
236
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.debug, () => ( DEFAULT_COLOR_CONFIG.dark.info)))(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
235
237
|
`
|
|
236
238
|
);
|
|
237
239
|
};
|
|
@@ -240,7 +242,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.info, ()
|
|
|
240
242
|
return (message) => {
|
|
241
243
|
console.debug(
|
|
242
244
|
`
|
|
243
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.
|
|
245
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.debug, () => ( DEFAULT_COLOR_CONFIG.dark.debug)))(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
244
246
|
`
|
|
245
247
|
);
|
|
246
248
|
};
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
getWorkspaceConfig,
|
|
9
9
|
schemaRegistry,
|
|
10
10
|
workspaceConfigSchema
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-I4GOWUAO.mjs";
|
|
12
12
|
import {
|
|
13
13
|
correctPaths,
|
|
14
14
|
formatLogMessage,
|
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
writeSuccess,
|
|
24
24
|
writeTrace,
|
|
25
25
|
writeWarning
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-OJTNJ73Z.mjs";
|
|
27
27
|
import {
|
|
28
28
|
__dirname
|
|
29
29
|
} from "./chunk-N5UXWPB6.mjs";
|