@storm-software/cloudflare-tools 0.71.38 → 0.71.39
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 +7 -0
- package/dist/{chunk-XEORWITW.js → chunk-4UDXVHCG.js} +18 -18
- package/dist/{chunk-OUJRXMHB.js → chunk-7YSJQ3QY.js} +3 -3
- package/dist/{chunk-ZLA3QUDW.mjs → chunk-E3ASASDB.mjs} +3 -3
- package/dist/{chunk-XNJDY3LT.js → chunk-EHGAIWWE.js} +12 -12
- package/dist/{chunk-2ZIJOJWK.js → chunk-I5SWGAWE.js} +5 -5
- package/dist/{chunk-OS6UT3W4.mjs → chunk-KRWY2PQY.mjs} +3 -3
- package/dist/{chunk-PGZG5NYJ.mjs → chunk-LCOEW472.mjs} +2 -2
- package/dist/{chunk-YH22CWP6.mjs → chunk-MA3DKCNU.mjs} +3 -3
- package/dist/{chunk-YIOQQ66Z.mjs → chunk-Q5YIARCL.mjs} +3 -3
- package/dist/{chunk-NJQ45CM7.mjs → chunk-QR2JEXGR.mjs} +1 -1
- package/dist/{chunk-JVYJRSQA.js → chunk-SBZF6GML.js} +165 -165
- package/dist/{chunk-EMWNJOID.mjs → chunk-SNMJDKDN.mjs} +1 -1
- package/dist/{chunk-EEK3W5XU.js → chunk-UZODNPP7.js} +34 -34
- package/dist/{chunk-UBHPQSHE.js → chunk-VXBGUJBD.js} +3 -3
- 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 +4 -4
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkVXBGUJBDjs = require('./chunk-VXBGUJBD.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 _chunkVXBGUJBDjs.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 _chunkVXBGUJBDjs.correctPaths.call(void 0,
|
|
84
84
|
findFolderUp(
|
|
85
85
|
_nullishCoalesce(pathInsideMonorepo, () => ( process.cwd())),
|
|
86
86
|
rootFiles,
|
|
@@ -724,7 +724,7 @@ async function getPackageJsonConfig(root) {
|
|
|
724
724
|
const workspaceRoot = findWorkspaceRoot(root);
|
|
725
725
|
if (_fs.existsSync.call(void 0, _path.join.call(void 0, workspaceRoot, "package.json"))) {
|
|
726
726
|
const file = await _promises.readFile.call(void 0,
|
|
727
|
-
|
|
727
|
+
_chunkVXBGUJBDjs.joinPaths.call(void 0, workspaceRoot, "package.json"),
|
|
728
728
|
"utf8"
|
|
729
729
|
);
|
|
730
730
|
if (file) {
|
|
@@ -808,7 +808,7 @@ var getConfigFileByName = async (fileName, filePath, options = {}) => {
|
|
|
808
808
|
envName: _optionalChain([fileName, 'optionalAccess', _5 => _5.toUpperCase, 'call', _6 => _6()]),
|
|
809
809
|
jitiOptions: {
|
|
810
810
|
debug: false,
|
|
811
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false :
|
|
811
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunkVXBGUJBDjs.joinPaths.call(void 0,
|
|
812
812
|
process.env.STORM_CACHE_DIR || "node_modules/.cache/storm",
|
|
813
813
|
"jiti"
|
|
814
814
|
)
|
|
@@ -822,7 +822,7 @@ var getConfigFileByName = async (fileName, filePath, options = {}) => {
|
|
|
822
822
|
envName: _optionalChain([fileName, 'optionalAccess', _7 => _7.toUpperCase, 'call', _8 => _8()]),
|
|
823
823
|
jitiOptions: {
|
|
824
824
|
debug: false,
|
|
825
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false :
|
|
825
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunkVXBGUJBDjs.joinPaths.call(void 0,
|
|
826
826
|
process.env.STORM_CACHE_DIR || "node_modules/.cache/storm",
|
|
827
827
|
"jiti"
|
|
828
828
|
)
|
|
@@ -839,7 +839,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
839
839
|
let config = result.config;
|
|
840
840
|
const configFile = result.configFile;
|
|
841
841
|
if (config && configFile && Object.keys(config).length > 0 && !config.skipConfigLogging) {
|
|
842
|
-
|
|
842
|
+
_chunkVXBGUJBDjs.writeTrace.call(void 0,
|
|
843
843
|
`Found Storm configuration file "${configFile.includes(`${workspacePath}/`) ? configFile.replace(`${workspacePath}/`, "") : configFile}" at "${workspacePath}"`,
|
|
844
844
|
{
|
|
845
845
|
logLevel: "all"
|
|
@@ -855,7 +855,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
855
855
|
for (const result2 of results) {
|
|
856
856
|
if (_optionalChain([result2, 'optionalAccess', _9 => _9.config]) && _optionalChain([result2, 'optionalAccess', _10 => _10.configFile]) && Object.keys(result2.config).length > 0) {
|
|
857
857
|
if (!config.skipConfigLogging && !result2.config.skipConfigLogging) {
|
|
858
|
-
|
|
858
|
+
_chunkVXBGUJBDjs.writeTrace.call(void 0,
|
|
859
859
|
`Found alternative configuration file "${result2.configFile.includes(`${workspacePath}/`) ? result2.configFile.replace(`${workspacePath}/`, "") : result2.configFile}" at "${workspacePath}"`,
|
|
860
860
|
{
|
|
861
861
|
logLevel: "all"
|
|
@@ -935,15 +935,15 @@ var getConfigEnv = () => {
|
|
|
935
935
|
support: process.env[`${prefix}SUPPORT`] || void 0,
|
|
936
936
|
timezone: process.env[`${prefix}TIMEZONE`] || process.env.TZ || void 0,
|
|
937
937
|
locale: process.env[`${prefix}LOCALE`] || process.env.LOCALE || void 0,
|
|
938
|
-
configFile: process.env[`${prefix}WORKSPACE_CONFIG_FILE`] ?
|
|
939
|
-
workspaceRoot: process.env[`${prefix}WORKSPACE_ROOT`] ?
|
|
938
|
+
configFile: process.env[`${prefix}WORKSPACE_CONFIG_FILE`] ? _chunkVXBGUJBDjs.correctPaths.call(void 0, process.env[`${prefix}WORKSPACE_CONFIG_FILE`]) : void 0,
|
|
939
|
+
workspaceRoot: process.env[`${prefix}WORKSPACE_ROOT`] ? _chunkVXBGUJBDjs.correctPaths.call(void 0, process.env[`${prefix}WORKSPACE_ROOT`]) : void 0,
|
|
940
940
|
directories: {
|
|
941
|
-
cache: process.env[`${prefix}CACHE_DIR`] ?
|
|
942
|
-
data: process.env[`${prefix}DATA_DIR`] ?
|
|
943
|
-
config: process.env[`${prefix}CONFIG_DIR`] ?
|
|
944
|
-
temp: process.env[`${prefix}TEMP_DIR`] ?
|
|
945
|
-
log: process.env[`${prefix}LOG_DIR`] ?
|
|
946
|
-
build: process.env[`${prefix}BUILD_DIR`] ?
|
|
941
|
+
cache: process.env[`${prefix}CACHE_DIR`] ? _chunkVXBGUJBDjs.correctPaths.call(void 0, process.env[`${prefix}CACHE_DIR`]) : process.env[`${prefix}CACHE_DIRECTORY`] ? _chunkVXBGUJBDjs.correctPaths.call(void 0, process.env[`${prefix}CACHE_DIRECTORY`]) : void 0,
|
|
942
|
+
data: process.env[`${prefix}DATA_DIR`] ? _chunkVXBGUJBDjs.correctPaths.call(void 0, process.env[`${prefix}DATA_DIR`]) : process.env[`${prefix}DATA_DIRECTORY`] ? _chunkVXBGUJBDjs.correctPaths.call(void 0, process.env[`${prefix}DATA_DIRECTORY`]) : void 0,
|
|
943
|
+
config: process.env[`${prefix}CONFIG_DIR`] ? _chunkVXBGUJBDjs.correctPaths.call(void 0, process.env[`${prefix}CONFIG_DIR`]) : process.env[`${prefix}CONFIG_DIRECTORY`] ? _chunkVXBGUJBDjs.correctPaths.call(void 0, process.env[`${prefix}CONFIG_DIRECTORY`]) : void 0,
|
|
944
|
+
temp: process.env[`${prefix}TEMP_DIR`] ? _chunkVXBGUJBDjs.correctPaths.call(void 0, process.env[`${prefix}TEMP_DIR`]) : process.env[`${prefix}TEMP_DIRECTORY`] ? _chunkVXBGUJBDjs.correctPaths.call(void 0, process.env[`${prefix}TEMP_DIRECTORY`]) : void 0,
|
|
945
|
+
log: process.env[`${prefix}LOG_DIR`] ? _chunkVXBGUJBDjs.correctPaths.call(void 0, process.env[`${prefix}LOG_DIR`]) : process.env[`${prefix}LOG_DIRECTORY`] ? _chunkVXBGUJBDjs.correctPaths.call(void 0, process.env[`${prefix}LOG_DIRECTORY`]) : void 0,
|
|
946
|
+
build: process.env[`${prefix}BUILD_DIR`] ? _chunkVXBGUJBDjs.correctPaths.call(void 0, process.env[`${prefix}BUILD_DIR`]) : process.env[`${prefix}BUILD_DIRECTORY`] ? _chunkVXBGUJBDjs.correctPaths.call(void 0, process.env[`${prefix}BUILD_DIRECTORY`]) : void 0
|
|
947
947
|
},
|
|
948
948
|
skipCache: process.env[`${prefix}SKIP_CACHE`] !== void 0 ? Boolean(process.env[`${prefix}SKIP_CACHE`]) : void 0,
|
|
949
949
|
mode: (_nullishCoalesce(_nullishCoalesce(process.env[`${prefix}MODE`], () => ( process.env.NODE_ENV)), () => ( process.env.ENVIRONMENT))) || void 0,
|
|
@@ -967,7 +967,7 @@ var getConfigEnv = () => {
|
|
|
967
967
|
},
|
|
968
968
|
logLevel: process.env[`${prefix}LOG_LEVEL`] !== null && process.env[`${prefix}LOG_LEVEL`] !== void 0 ? process.env[`${prefix}LOG_LEVEL`] && Number.isSafeInteger(
|
|
969
969
|
Number.parseInt(process.env[`${prefix}LOG_LEVEL`])
|
|
970
|
-
) ?
|
|
970
|
+
) ? _chunkVXBGUJBDjs.getLogLevelLabel.call(void 0,
|
|
971
971
|
Number.parseInt(process.env[`${prefix}LOG_LEVEL`])
|
|
972
972
|
) : process.env[`${prefix}LOG_LEVEL`] : void 0,
|
|
973
973
|
skipConfigLogging: process.env[`${prefix}SKIP_CONFIG_LOGGING`] !== void 0 ? Boolean(process.env[`${prefix}SKIP_CONFIG_LOGGING`]) : void 0
|
|
@@ -1235,42 +1235,42 @@ var setConfigEnv = (config) => {
|
|
|
1235
1235
|
process.env.LANG = config.locale ? `${config.locale.replaceAll("-", "_")}.UTF-8` : "en_US.UTF-8";
|
|
1236
1236
|
}
|
|
1237
1237
|
if (config.configFile) {
|
|
1238
|
-
process.env[`${prefix}WORKSPACE_CONFIG_FILE`] =
|
|
1238
|
+
process.env[`${prefix}WORKSPACE_CONFIG_FILE`] = _chunkVXBGUJBDjs.correctPaths.call(void 0,
|
|
1239
1239
|
config.configFile
|
|
1240
1240
|
);
|
|
1241
1241
|
}
|
|
1242
1242
|
if (config.workspaceRoot) {
|
|
1243
|
-
process.env[`${prefix}WORKSPACE_ROOT`] =
|
|
1244
|
-
process.env.NX_WORKSPACE_ROOT =
|
|
1245
|
-
process.env.NX_WORKSPACE_ROOT_PATH =
|
|
1243
|
+
process.env[`${prefix}WORKSPACE_ROOT`] = _chunkVXBGUJBDjs.correctPaths.call(void 0, config.workspaceRoot);
|
|
1244
|
+
process.env.NX_WORKSPACE_ROOT = _chunkVXBGUJBDjs.correctPaths.call(void 0, config.workspaceRoot);
|
|
1245
|
+
process.env.NX_WORKSPACE_ROOT_PATH = _chunkVXBGUJBDjs.correctPaths.call(void 0, config.workspaceRoot);
|
|
1246
1246
|
}
|
|
1247
1247
|
if (config.directories) {
|
|
1248
1248
|
if (!config.skipCache && config.directories.cache) {
|
|
1249
|
-
process.env[`${prefix}CACHE_DIR`] =
|
|
1249
|
+
process.env[`${prefix}CACHE_DIR`] = _chunkVXBGUJBDjs.correctPaths.call(void 0,
|
|
1250
1250
|
config.directories.cache
|
|
1251
1251
|
);
|
|
1252
1252
|
process.env[`${prefix}CACHE_DIRECTORY`] = process.env[`${prefix}CACHE_DIR`];
|
|
1253
1253
|
}
|
|
1254
1254
|
if (config.directories.data) {
|
|
1255
|
-
process.env[`${prefix}DATA_DIR`] =
|
|
1255
|
+
process.env[`${prefix}DATA_DIR`] = _chunkVXBGUJBDjs.correctPaths.call(void 0, config.directories.data);
|
|
1256
1256
|
process.env[`${prefix}DATA_DIRECTORY`] = process.env[`${prefix}DATA_DIR`];
|
|
1257
1257
|
}
|
|
1258
1258
|
if (config.directories.config) {
|
|
1259
|
-
process.env[`${prefix}CONFIG_DIR`] =
|
|
1259
|
+
process.env[`${prefix}CONFIG_DIR`] = _chunkVXBGUJBDjs.correctPaths.call(void 0,
|
|
1260
1260
|
config.directories.config
|
|
1261
1261
|
);
|
|
1262
1262
|
process.env[`${prefix}CONFIG_DIRECTORY`] = process.env[`${prefix}CONFIG_DIR`];
|
|
1263
1263
|
}
|
|
1264
1264
|
if (config.directories.temp) {
|
|
1265
|
-
process.env[`${prefix}TEMP_DIR`] =
|
|
1265
|
+
process.env[`${prefix}TEMP_DIR`] = _chunkVXBGUJBDjs.correctPaths.call(void 0, config.directories.temp);
|
|
1266
1266
|
process.env[`${prefix}TEMP_DIRECTORY`] = process.env[`${prefix}TEMP_DIR`];
|
|
1267
1267
|
}
|
|
1268
1268
|
if (config.directories.log) {
|
|
1269
|
-
process.env[`${prefix}LOG_DIR`] =
|
|
1269
|
+
process.env[`${prefix}LOG_DIR`] = _chunkVXBGUJBDjs.correctPaths.call(void 0, config.directories.log);
|
|
1270
1270
|
process.env[`${prefix}LOG_DIRECTORY`] = process.env[`${prefix}LOG_DIR`];
|
|
1271
1271
|
}
|
|
1272
1272
|
if (config.directories.build) {
|
|
1273
|
-
process.env[`${prefix}BUILD_DIR`] =
|
|
1273
|
+
process.env[`${prefix}BUILD_DIR`] = _chunkVXBGUJBDjs.correctPaths.call(void 0,
|
|
1274
1274
|
config.directories.build
|
|
1275
1275
|
);
|
|
1276
1276
|
process.env[`${prefix}BUILD_DIRECTORY`] = process.env[`${prefix}BUILD_DIR`];
|
|
@@ -1332,9 +1332,9 @@ var setConfigEnv = (config) => {
|
|
|
1332
1332
|
process.env[`${prefix}LOG_LEVEL`] = String(config.logLevel);
|
|
1333
1333
|
process.env.LOG_LEVEL = String(config.logLevel);
|
|
1334
1334
|
process.env.NX_VERBOSE_LOGGING = String(
|
|
1335
|
-
|
|
1335
|
+
_chunkVXBGUJBDjs.getLogLevel.call(void 0, config.logLevel) >= _chunkVXBGUJBDjs.LogLevel.DEBUG ? true : false
|
|
1336
1336
|
);
|
|
1337
|
-
process.env.RUST_BACKTRACE =
|
|
1337
|
+
process.env.RUST_BACKTRACE = _chunkVXBGUJBDjs.getLogLevel.call(void 0, config.logLevel) >= _chunkVXBGUJBDjs.LogLevel.DEBUG ? "full" : "none";
|
|
1338
1338
|
}
|
|
1339
1339
|
if (config.skipConfigLogging !== void 0) {
|
|
1340
1340
|
process.env[`${prefix}SKIP_CONFIG_LOGGING`] = String(
|
|
@@ -1476,7 +1476,7 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
1476
1476
|
const configFile = await getConfigFile(_workspaceRoot);
|
|
1477
1477
|
if (!configFile) {
|
|
1478
1478
|
if (!skipLogs) {
|
|
1479
|
-
|
|
1479
|
+
_chunkVXBGUJBDjs.writeWarning.call(void 0,
|
|
1480
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",
|
|
1481
1481
|
{ logLevel: "all" }
|
|
1482
1482
|
);
|
|
@@ -1492,7 +1492,7 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
1492
1492
|
defaultConfig
|
|
1493
1493
|
);
|
|
1494
1494
|
if (!configInput.variant) {
|
|
1495
|
-
configInput.variant = _fs.existsSync.call(void 0,
|
|
1495
|
+
configInput.variant = _fs.existsSync.call(void 0, _chunkVXBGUJBDjs.joinPaths.call(void 0, _workspaceRoot, "nx.json")) || _fs.existsSync.call(void 0, _chunkVXBGUJBDjs.joinPaths.call(void 0, _workspaceRoot, ".nx")) || _fs.existsSync.call(void 0, _chunkVXBGUJBDjs.joinPaths.call(void 0, _workspaceRoot, "lerna.json")) || _fs.existsSync.call(void 0, _chunkVXBGUJBDjs.joinPaths.call(void 0, _workspaceRoot, "turbo.json")) ? "monorepo" : "minimal";
|
|
1496
1496
|
}
|
|
1497
1497
|
try {
|
|
1498
1498
|
result = applyDefaultConfig(
|
|
@@ -1503,7 +1503,7 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
1503
1503
|
throw new Error(
|
|
1504
1504
|
`Failed to parse Storm Workspace configuration${_optionalChain([error, 'optionalAccess', _35 => _35.message]) ? `: ${error.message}` : ""}
|
|
1505
1505
|
|
|
1506
|
-
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: ${_chunkVXBGUJBDjs.formatLogMessage.call(void 0,
|
|
1507
1507
|
configInput
|
|
1508
1508
|
)}`,
|
|
1509
1509
|
{
|
|
@@ -1548,9 +1548,9 @@ var loadStormWorkspaceConfig = async (workspaceRoot, skipLogs = false) => {
|
|
|
1548
1548
|
);
|
|
1549
1549
|
setConfigEnv(config);
|
|
1550
1550
|
if (!skipLogs && !config.skipConfigLogging) {
|
|
1551
|
-
|
|
1551
|
+
_chunkVXBGUJBDjs.writeTrace.call(void 0,
|
|
1552
1552
|
`\u2699\uFE0F Using Storm Workspace configuration:
|
|
1553
|
-
${
|
|
1553
|
+
${_chunkVXBGUJBDjs.formatLogMessage.call(void 0, config)}`,
|
|
1554
1554
|
config
|
|
1555
1555
|
);
|
|
1556
1556
|
}
|
|
@@ -111,12 +111,12 @@ function isUnicodeSupported() {
|
|
|
111
111
|
var useIcon = (c, fallback) => isUnicodeSupported() ? c : fallback;
|
|
112
112
|
var CONSOLE_ICONS = {
|
|
113
113
|
[LogLevelLabel.ERROR]: useIcon("\u2718", "\xD7"),
|
|
114
|
-
[LogLevelLabel.FATAL]: useIcon("\
|
|
114
|
+
[LogLevelLabel.FATAL]: useIcon("\u2620", "\xD7"),
|
|
115
115
|
[LogLevelLabel.WARN]: useIcon("\u26A0", "\u203C"),
|
|
116
|
-
[LogLevelLabel.INFO]: useIcon("\
|
|
116
|
+
[LogLevelLabel.INFO]: useIcon("\u{1F6C8}", "i"),
|
|
117
117
|
[LogLevelLabel.SUCCESS]: useIcon("\u2714", "\u221A"),
|
|
118
118
|
[LogLevelLabel.DEBUG]: useIcon("\u{1F6E0}", "D"),
|
|
119
|
-
[LogLevelLabel.TRACE]: useIcon("\
|
|
119
|
+
[LogLevelLabel.TRACE]: useIcon("\u2699", "T"),
|
|
120
120
|
[LogLevelLabel.ALL]: useIcon("\u2709", "\u2192")
|
|
121
121
|
};
|
|
122
122
|
|
package/dist/executors.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";require('./chunk-XO66D74Z.js');
|
|
2
|
-
require('./chunk-
|
|
2
|
+
require('./chunk-4UDXVHCG.js');
|
|
3
3
|
require('./chunk-KUGEZPUO.js');
|
|
4
|
-
require('./chunk-
|
|
4
|
+
require('./chunk-I5SWGAWE.js');
|
|
5
5
|
require('./chunk-QBD2OGUY.js');
|
|
6
|
-
require('./chunk-
|
|
6
|
+
require('./chunk-SBZF6GML.js');
|
|
7
7
|
require('./chunk-N7FW365Q.js');
|
|
8
|
-
require('./chunk-
|
|
9
|
-
require('./chunk-
|
|
8
|
+
require('./chunk-UZODNPP7.js');
|
|
9
|
+
require('./chunk-VXBGUJBD.js');
|
|
10
10
|
require('./chunk-MCKGQKYU.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "./chunk-YSCEY447.mjs";
|
|
2
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-MA3DKCNU.mjs";
|
|
3
3
|
import "./chunk-SWYYMID7.mjs";
|
|
4
|
-
import "./chunk-
|
|
4
|
+
import "./chunk-QR2JEXGR.mjs";
|
|
5
5
|
import "./chunk-NEU7F2AO.mjs";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-LCOEW472.mjs";
|
|
7
7
|
import "./chunk-3MAI3FU2.mjs";
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-SNMJDKDN.mjs";
|
|
9
|
+
import "./chunk-Q5YIARCL.mjs";
|
|
10
10
|
import "./chunk-N5UXWPB6.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkEHGAIWWEjs = require('./chunk-EHGAIWWE.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
10
|
-
require('./chunk-
|
|
11
|
-
require('./chunk-
|
|
9
|
+
var _chunk7YSJQ3QYjs = require('./chunk-7YSJQ3QY.js');
|
|
10
|
+
require('./chunk-UZODNPP7.js');
|
|
11
|
+
require('./chunk-VXBGUJBD.js');
|
|
12
12
|
require('./chunk-MCKGQKYU.js');
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
exports.applicationGenerator =
|
|
18
|
+
exports.applicationGenerator = _chunkEHGAIWWEjs.applicationGenerator; exports.applicationSchematic = _chunkEHGAIWWEjs.applicationSchematic; exports.initGenerator = _chunk7YSJQ3QYjs.initGenerator; exports.initSchematic = _chunk7YSJQ3QYjs.initSchematic;
|
package/dist/generators.mjs
CHANGED
|
@@ -2,13 +2,13 @@ import "./chunk-3J7KBHMJ.mjs";
|
|
|
2
2
|
import {
|
|
3
3
|
applicationGenerator,
|
|
4
4
|
applicationSchematic
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-E3ASASDB.mjs";
|
|
6
6
|
import {
|
|
7
7
|
initGenerator,
|
|
8
8
|
initSchematic
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-KRWY2PQY.mjs";
|
|
10
|
+
import "./chunk-SNMJDKDN.mjs";
|
|
11
|
+
import "./chunk-Q5YIARCL.mjs";
|
|
12
12
|
import "./chunk-N5UXWPB6.mjs";
|
|
13
13
|
export {
|
|
14
14
|
applicationGenerator,
|
package/dist/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }require('./chunk-XO66D74Z.js');
|
|
2
|
-
require('./chunk-
|
|
2
|
+
require('./chunk-4UDXVHCG.js');
|
|
3
3
|
require('./chunk-DHBG5ASJ.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkEHGAIWWEjs = require('./chunk-EHGAIWWE.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var _chunk7YSJQ3QYjs = require('./chunk-7YSJQ3QY.js');
|
|
12
12
|
require('./chunk-KUGEZPUO.js');
|
|
13
13
|
require('./chunk-CVGPWUNP.js');
|
|
14
14
|
|
|
@@ -16,15 +16,15 @@ require('./chunk-CVGPWUNP.js');
|
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var _chunkI5SWGAWEjs = require('./chunk-I5SWGAWE.js');
|
|
20
20
|
require('./chunk-QBD2OGUY.js');
|
|
21
|
-
require('./chunk-
|
|
21
|
+
require('./chunk-SBZF6GML.js');
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
var _chunkN7FW365Qjs = require('./chunk-N7FW365Q.js');
|
|
26
|
-
require('./chunk-
|
|
27
|
-
require('./chunk-
|
|
26
|
+
require('./chunk-UZODNPP7.js');
|
|
27
|
+
require('./chunk-VXBGUJBD.js');
|
|
28
28
|
require('./chunk-MCKGQKYU.js');
|
|
29
29
|
|
|
30
30
|
// src/plugins/index.ts
|
|
@@ -160,4 +160,4 @@ function createPackageJson(projectJsonPath, workspaceRoot) {
|
|
|
160
160
|
|
|
161
161
|
|
|
162
162
|
|
|
163
|
-
exports.applicationGenerator =
|
|
163
|
+
exports.applicationGenerator = _chunkEHGAIWWEjs.applicationGenerator; exports.applicationSchematic = _chunkEHGAIWWEjs.applicationSchematic; exports.createNodesV2 = createNodesV2; exports.getEncoding = _chunkI5SWGAWEjs.getEncoding; exports.getInternalDependencies = _chunkI5SWGAWEjs.getInternalDependencies; exports.initGenerator = _chunk7YSJQ3QYjs.initGenerator; exports.initSchematic = _chunk7YSJQ3QYjs.initSchematic; exports.isTextFile = _chunkI5SWGAWEjs.isTextFile; exports.name = name; exports.uploadFile = _chunkI5SWGAWEjs.uploadFile;
|
package/dist/index.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import "./chunk-YSCEY447.mjs";
|
|
2
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-MA3DKCNU.mjs";
|
|
3
3
|
import "./chunk-3J7KBHMJ.mjs";
|
|
4
4
|
import {
|
|
5
5
|
applicationGenerator,
|
|
6
6
|
applicationSchematic
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-E3ASASDB.mjs";
|
|
8
8
|
import {
|
|
9
9
|
initGenerator,
|
|
10
10
|
initSchematic
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-KRWY2PQY.mjs";
|
|
12
12
|
import "./chunk-SWYYMID7.mjs";
|
|
13
13
|
import "./chunk-7Z5PILRU.mjs";
|
|
14
14
|
import {
|
|
@@ -16,15 +16,15 @@ import {
|
|
|
16
16
|
getInternalDependencies,
|
|
17
17
|
isTextFile,
|
|
18
18
|
uploadFile
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-QR2JEXGR.mjs";
|
|
20
20
|
import "./chunk-NEU7F2AO.mjs";
|
|
21
|
-
import "./chunk-
|
|
21
|
+
import "./chunk-LCOEW472.mjs";
|
|
22
22
|
import {
|
|
23
23
|
ProjectTagConstants,
|
|
24
24
|
addProjectTag
|
|
25
25
|
} from "./chunk-3MAI3FU2.mjs";
|
|
26
|
-
import "./chunk-
|
|
27
|
-
import "./chunk-
|
|
26
|
+
import "./chunk-SNMJDKDN.mjs";
|
|
27
|
+
import "./chunk-Q5YIARCL.mjs";
|
|
28
28
|
import "./chunk-N5UXWPB6.mjs";
|
|
29
29
|
|
|
30
30
|
// src/plugins/index.ts
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
var _chunkQBD2OGUYjs = require('../../../chunk-QBD2OGUY.js');
|
|
4
|
-
require('../../../chunk-
|
|
4
|
+
require('../../../chunk-SBZF6GML.js');
|
|
5
5
|
require('../../../chunk-N7FW365Q.js');
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-UZODNPP7.js');
|
|
7
|
+
require('../../../chunk-VXBGUJBD.js');
|
|
8
8
|
require('../../../chunk-MCKGQKYU.js');
|
|
9
9
|
|
|
10
10
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runExecutor
|
|
3
3
|
} from "../../../chunk-NEU7F2AO.mjs";
|
|
4
|
-
import "../../../chunk-
|
|
4
|
+
import "../../../chunk-LCOEW472.mjs";
|
|
5
5
|
import "../../../chunk-3MAI3FU2.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-SNMJDKDN.mjs";
|
|
7
|
+
import "../../../chunk-Q5YIARCL.mjs";
|
|
8
8
|
import "../../../chunk-N5UXWPB6.mjs";
|
|
9
9
|
export {
|
|
10
10
|
runExecutor as default
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunk4UDXVHCGjs = require('../../../chunk-4UDXVHCG.js');
|
|
4
4
|
require('../../../chunk-KUGEZPUO.js');
|
|
5
|
-
require('../../../chunk-
|
|
5
|
+
require('../../../chunk-I5SWGAWE.js');
|
|
6
6
|
require('../../../chunk-N7FW365Q.js');
|
|
7
|
-
require('../../../chunk-
|
|
8
|
-
require('../../../chunk-
|
|
7
|
+
require('../../../chunk-UZODNPP7.js');
|
|
8
|
+
require('../../../chunk-VXBGUJBD.js');
|
|
9
9
|
require('../../../chunk-MCKGQKYU.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
exports.default =
|
|
12
|
+
exports.default = _chunk4UDXVHCGjs.runExecutor;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runExecutor
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-MA3DKCNU.mjs";
|
|
4
4
|
import "../../../chunk-SWYYMID7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-QR2JEXGR.mjs";
|
|
6
6
|
import "../../../chunk-3MAI3FU2.mjs";
|
|
7
|
-
import "../../../chunk-
|
|
8
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-SNMJDKDN.mjs";
|
|
8
|
+
import "../../../chunk-Q5YIARCL.mjs";
|
|
9
9
|
import "../../../chunk-N5UXWPB6.mjs";
|
|
10
10
|
export {
|
|
11
11
|
runExecutor as default
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); 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 _chunkSBZF6GMLjs = require('../../../chunk-SBZF6GML.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
var _chunkN7FW365Qjs = require('../../../chunk-N7FW365Q.js');
|
|
7
|
-
require('../../../chunk-
|
|
8
|
-
require('../../../chunk-
|
|
7
|
+
require('../../../chunk-UZODNPP7.js');
|
|
8
|
+
require('../../../chunk-VXBGUJBD.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
var _chunkMCKGQKYUjs = require('../../../chunk-MCKGQKYU.js');
|
|
@@ -55,7 +55,7 @@ async function* serveExecutor(options, context) {
|
|
|
55
55
|
success: true
|
|
56
56
|
};
|
|
57
57
|
}
|
|
58
|
-
var executor_default =
|
|
58
|
+
var executor_default = _chunkSBZF6GMLjs.withRunExecutor.call(void 0,
|
|
59
59
|
"Cloudflare Serve executor",
|
|
60
60
|
serveExecutor,
|
|
61
61
|
{
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
withRunExecutor
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-LCOEW472.mjs";
|
|
4
4
|
import {
|
|
5
5
|
createCliOptions
|
|
6
6
|
} from "../../../chunk-3MAI3FU2.mjs";
|
|
7
|
-
import "../../../chunk-
|
|
8
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-SNMJDKDN.mjs";
|
|
8
|
+
import "../../../chunk-Q5YIARCL.mjs";
|
|
9
9
|
import {
|
|
10
10
|
__require
|
|
11
11
|
} from "../../../chunk-N5UXWPB6.mjs";
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunk7YSJQ3QYjs = require('../../../chunk-7YSJQ3QY.js');
|
|
6
6
|
require('../../../chunk-MCKGQKYU.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.default =
|
|
11
|
+
exports.default = _chunk7YSJQ3QYjs.generator_default; exports.initGenerator = _chunk7YSJQ3QYjs.initGenerator; exports.initSchematic = _chunk7YSJQ3QYjs.initSchematic;
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
8
|
-
require('../../../chunk-
|
|
5
|
+
var _chunkEHGAIWWEjs = require('../../../chunk-EHGAIWWE.js');
|
|
6
|
+
require('../../../chunk-7YSJQ3QY.js');
|
|
7
|
+
require('../../../chunk-UZODNPP7.js');
|
|
8
|
+
require('../../../chunk-VXBGUJBD.js');
|
|
9
9
|
require('../../../chunk-MCKGQKYU.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.applicationGenerator =
|
|
14
|
+
exports.applicationGenerator = _chunkEHGAIWWEjs.applicationGenerator; exports.applicationSchematic = _chunkEHGAIWWEjs.applicationSchematic; exports.default = _chunkEHGAIWWEjs.generator_default;
|
|
@@ -2,10 +2,10 @@ import {
|
|
|
2
2
|
applicationGenerator,
|
|
3
3
|
applicationSchematic,
|
|
4
4
|
generator_default
|
|
5
|
-
} from "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
8
|
-
import "../../../chunk-
|
|
5
|
+
} from "../../../chunk-E3ASASDB.mjs";
|
|
6
|
+
import "../../../chunk-KRWY2PQY.mjs";
|
|
7
|
+
import "../../../chunk-SNMJDKDN.mjs";
|
|
8
|
+
import "../../../chunk-Q5YIARCL.mjs";
|
|
9
9
|
import "../../../chunk-N5UXWPB6.mjs";
|
|
10
10
|
export {
|
|
11
11
|
applicationGenerator,
|
package/dist/src/utils/index.js
CHANGED
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
8
|
-
require('../../chunk-
|
|
7
|
+
var _chunkI5SWGAWEjs = require('../../chunk-I5SWGAWE.js');
|
|
8
|
+
require('../../chunk-VXBGUJBD.js');
|
|
9
9
|
require('../../chunk-MCKGQKYU.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.getEncoding =
|
|
15
|
+
exports.getEncoding = _chunkI5SWGAWEjs.getEncoding; exports.getInternalDependencies = _chunkI5SWGAWEjs.getInternalDependencies; exports.isTextFile = _chunkI5SWGAWEjs.isTextFile; exports.uploadFile = _chunkI5SWGAWEjs.uploadFile;
|
package/dist/src/utils/index.mjs
CHANGED
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
getInternalDependencies,
|
|
5
5
|
isTextFile,
|
|
6
6
|
uploadFile
|
|
7
|
-
} from "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
} from "../../chunk-QR2JEXGR.mjs";
|
|
8
|
+
import "../../chunk-Q5YIARCL.mjs";
|
|
9
9
|
import "../../chunk-N5UXWPB6.mjs";
|
|
10
10
|
export {
|
|
11
11
|
getEncoding,
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
7
|
-
require('../../chunk-
|
|
6
|
+
var _chunkI5SWGAWEjs = require('../../chunk-I5SWGAWE.js');
|
|
7
|
+
require('../../chunk-VXBGUJBD.js');
|
|
8
8
|
require('../../chunk-MCKGQKYU.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.getEncoding =
|
|
14
|
+
exports.getEncoding = _chunkI5SWGAWEjs.getEncoding; exports.getInternalDependencies = _chunkI5SWGAWEjs.getInternalDependencies; exports.isTextFile = _chunkI5SWGAWEjs.isTextFile; exports.uploadFile = _chunkI5SWGAWEjs.uploadFile;
|
|
@@ -3,8 +3,8 @@ import {
|
|
|
3
3
|
getInternalDependencies,
|
|
4
4
|
isTextFile,
|
|
5
5
|
uploadFile
|
|
6
|
-
} from "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
6
|
+
} from "../../chunk-QR2JEXGR.mjs";
|
|
7
|
+
import "../../chunk-Q5YIARCL.mjs";
|
|
8
8
|
import "../../chunk-N5UXWPB6.mjs";
|
|
9
9
|
export {
|
|
10
10
|
getEncoding,
|