@storm-software/cloudflare-tools 0.55.18 → 0.55.19
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 +6 -0
- package/README.md +1 -1
- package/dist/{chunk-CH4HU3UC.mjs → chunk-2NMEF6LP.mjs} +16 -10
- package/dist/{chunk-NHQOBOKU.js → chunk-3GBUWFDY.js} +1 -1
- package/dist/{chunk-TWSVFCGJ.js → chunk-AOQHEVKD.js} +158 -158
- package/dist/{chunk-OO2KFXL5.js → chunk-BRNE2OJC.js} +52 -46
- package/dist/{chunk-FUEYDPCD.mjs → chunk-DEAG3BRL.mjs} +1 -1
- package/dist/{chunk-7GVMKVE6.mjs → chunk-HXUMSWIK.mjs} +1 -1
- package/dist/{chunk-EY654AX3.mjs → chunk-MMV7N7QY.mjs} +26 -15
- package/dist/{chunk-23PVXPM6.js → chunk-MUNYIY4Y.js} +16 -16
- package/dist/{chunk-7HA6AB2O.mjs → chunk-NB2S3V4K.mjs} +3 -3
- package/dist/{chunk-UYVVVI5O.mjs → chunk-NU6KVH6M.mjs} +4 -4
- package/dist/{chunk-57JETFC4.js → chunk-T4IWTHDS.js} +3 -3
- package/dist/{chunk-KD2ZJ3N4.js → chunk-WQCCOPHE.js} +12 -12
- package/dist/{chunk-FNE7DP2D.js → chunk-X6VJDRKI.js} +26 -15
- package/dist/{chunk-JYGVCUHY.mjs → chunk-ZPZYYSN3.mjs} +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 +9 -9
- package/dist/index.mjs +8 -8
- 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.d.mts +3 -0
- package/dist/src/executors/serve/executor.d.ts +3 -0
- 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 +1 -1
|
@@ -134,14 +134,17 @@ var _fs = require('fs');
|
|
|
134
134
|
var _path = require('path');
|
|
135
135
|
var MAX_PATH_SEARCH_DEPTH = 30;
|
|
136
136
|
var depth = 0;
|
|
137
|
-
function findFolderUp(startPath, endFileNames) {
|
|
137
|
+
function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
138
138
|
const _startPath = _nullishCoalesce(startPath, () => ( process.cwd()));
|
|
139
|
+
if (endDirectoryNames.some((endDirName) => _fs.existsSync.call(void 0, _path.join.call(void 0, _startPath, endDirName)))) {
|
|
140
|
+
return _startPath;
|
|
141
|
+
}
|
|
139
142
|
if (endFileNames.some((endFileName) => _fs.existsSync.call(void 0, _path.join.call(void 0, _startPath, endFileName)))) {
|
|
140
143
|
return _startPath;
|
|
141
144
|
}
|
|
142
145
|
if (_startPath !== "/" && depth++ < MAX_PATH_SEARCH_DEPTH) {
|
|
143
146
|
const parent = _path.join.call(void 0, _startPath, "..");
|
|
144
|
-
return findFolderUp(parent, endFileNames);
|
|
147
|
+
return findFolderUp(parent, endFileNames, endDirectoryNames);
|
|
145
148
|
}
|
|
146
149
|
return void 0;
|
|
147
150
|
}
|
|
@@ -149,17 +152,17 @@ _chunkJ5SB6L2Ljs.__name.call(void 0, findFolderUp, "findFolderUp");
|
|
|
149
152
|
|
|
150
153
|
// ../config-tools/src/utilities/find-workspace-root.ts
|
|
151
154
|
var rootFiles = [
|
|
152
|
-
"storm.json",
|
|
153
|
-
"storm.json",
|
|
154
|
-
"storm.yaml",
|
|
155
|
-
"storm.yml",
|
|
156
|
-
"storm.js",
|
|
157
|
-
"storm.ts",
|
|
158
|
-
".storm.json",
|
|
159
|
-
".storm.yaml",
|
|
160
|
-
".storm.yml",
|
|
161
|
-
".storm.js",
|
|
162
|
-
".storm.ts",
|
|
155
|
+
"storm-workspace.json",
|
|
156
|
+
"storm-workspace.json",
|
|
157
|
+
"storm-workspace.yaml",
|
|
158
|
+
"storm-workspace.yml",
|
|
159
|
+
"storm-workspace.js",
|
|
160
|
+
"storm-workspace.ts",
|
|
161
|
+
".storm-workspace.json",
|
|
162
|
+
".storm-workspace.yaml",
|
|
163
|
+
".storm-workspace.yml",
|
|
164
|
+
".storm-workspace.js",
|
|
165
|
+
".storm-workspace.ts",
|
|
163
166
|
"lerna.json",
|
|
164
167
|
"nx.json",
|
|
165
168
|
"turbo.json",
|
|
@@ -183,11 +186,18 @@ var rootFiles = [
|
|
|
183
186
|
"pnpm-lock.yml",
|
|
184
187
|
"bun.lockb"
|
|
185
188
|
];
|
|
189
|
+
var rootDirectories = [
|
|
190
|
+
".storm-workspace",
|
|
191
|
+
".nx",
|
|
192
|
+
".github",
|
|
193
|
+
".vscode",
|
|
194
|
+
".verdaccio"
|
|
195
|
+
];
|
|
186
196
|
function findWorkspaceRootSafe(pathInsideMonorepo) {
|
|
187
197
|
if (process.env.STORM_WORKSPACE_ROOT || process.env.NX_WORKSPACE_ROOT_PATH) {
|
|
188
198
|
return correctPaths(_nullishCoalesce(process.env.STORM_WORKSPACE_ROOT, () => ( process.env.NX_WORKSPACE_ROOT_PATH)));
|
|
189
199
|
}
|
|
190
|
-
return correctPaths(findFolderUp(_nullishCoalesce(pathInsideMonorepo, () => ( process.cwd())), rootFiles));
|
|
200
|
+
return correctPaths(findFolderUp(_nullishCoalesce(pathInsideMonorepo, () => ( process.cwd())), rootFiles, rootDirectories));
|
|
191
201
|
}
|
|
192
202
|
_chunkJ5SB6L2Ljs.__name.call(void 0, findWorkspaceRootSafe, "findWorkspaceRootSafe");
|
|
193
203
|
function findWorkspaceRoot(pathInsideMonorepo) {
|
|
@@ -329,7 +339,7 @@ var WorkspaceDirectoryConfigSchema = _zod2.default.object({
|
|
|
329
339
|
build: _zod2.default.string().trim().default("dist").describe("The directory used to store the workspace's distributable files after a build (relative to the workspace root)")
|
|
330
340
|
}).describe("Various directories used by the workspace to store data, cache, and configuration files");
|
|
331
341
|
var StormConfigSchema = _zod2.default.object({
|
|
332
|
-
$schema: _zod2.default.string().trim().default("https://cdn.jsdelivr.net/npm/@storm-software/config/schemas/storm.schema.json").optional().nullish().describe("The URL to the JSON schema file that describes the Storm configuration file"),
|
|
342
|
+
$schema: _zod2.default.string().trim().default("https://cdn.jsdelivr.net/npm/@storm-software/config/schemas/storm-workspace.schema.json").optional().nullish().describe("The URL to the JSON schema file that describes the Storm configuration file"),
|
|
333
343
|
extends: ExtendsSchema.optional(),
|
|
334
344
|
name: _zod2.default.string().trim().toLowerCase().optional().describe("The name of the service/package/scope using this configuration"),
|
|
335
345
|
namespace: _zod2.default.string().trim().toLowerCase().optional().describe("The namespace of the package"),
|
|
@@ -371,6 +381,7 @@ var StormConfigSchema = _zod2.default.object({
|
|
|
371
381
|
"trace",
|
|
372
382
|
"all"
|
|
373
383
|
]).default("info").describe("The log level used to filter out lower priority log messages. If not provided, this is defaulted using the `environment` config value (if `environment` is set to `production` then `level` is `error`, else `level` is `debug`)."),
|
|
384
|
+
skipConfigLogging: _zod2.default.boolean().optional().describe("Should the logging of the current Storm Workspace configuration be skipped?"),
|
|
374
385
|
registry: RegistryConfigSchema,
|
|
375
386
|
configFile: _zod2.default.string().trim().nullable().default(null).describe("The filepath of the Storm config. When this field is null, no config file was found in the current workspace."),
|
|
376
387
|
colors: ColorConfigSchema.or(ColorConfigMapSchema).describe("Storm theme config values used for styling various package elements"),
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getInternalDependencies,
|
|
3
3
|
r2UploadFile
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HXUMSWIK.mjs";
|
|
5
5
|
import {
|
|
6
6
|
createCliOptions,
|
|
7
7
|
getPackageInfo
|
|
8
8
|
} from "./chunk-XU6MTFCV.mjs";
|
|
9
9
|
import {
|
|
10
10
|
getConfig
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-2NMEF6LP.mjs";
|
|
12
12
|
import {
|
|
13
13
|
findWorkspaceRoot,
|
|
14
14
|
writeDebug,
|
|
15
15
|
writeInfo,
|
|
16
16
|
writeSuccess,
|
|
17
17
|
writeWarning
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-MMV7N7QY.mjs";
|
|
19
19
|
import {
|
|
20
20
|
__name
|
|
21
21
|
} from "./chunk-A7FFSBE6.mjs";
|
package/dist/executors.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";require('./chunk-XO66D74Z.js');
|
|
2
|
+
require('./chunk-MUNYIY4Y.js');
|
|
3
|
+
require('./chunk-T4IWTHDS.js');
|
|
2
4
|
require('./chunk-R7AIVBS7.js');
|
|
3
|
-
require('./chunk-
|
|
4
|
-
require('./chunk-23PVXPM6.js');
|
|
5
|
-
require('./chunk-57JETFC4.js');
|
|
5
|
+
require('./chunk-AOQHEVKD.js');
|
|
6
6
|
require('./chunk-VTHBMY4B.js');
|
|
7
|
-
require('./chunk-
|
|
8
|
-
require('./chunk-
|
|
7
|
+
require('./chunk-BRNE2OJC.js');
|
|
8
|
+
require('./chunk-X6VJDRKI.js');
|
|
9
9
|
require('./chunk-J5SB6L2L.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "./chunk-YSCEY447.mjs";
|
|
2
|
+
import "./chunk-ZPZYYSN3.mjs";
|
|
3
|
+
import "./chunk-HXUMSWIK.mjs";
|
|
2
4
|
import "./chunk-QEWY5YJA.mjs";
|
|
3
|
-
import "./chunk-
|
|
4
|
-
import "./chunk-JYGVCUHY.mjs";
|
|
5
|
-
import "./chunk-7GVMKVE6.mjs";
|
|
5
|
+
import "./chunk-NU6KVH6M.mjs";
|
|
6
6
|
import "./chunk-XU6MTFCV.mjs";
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-2NMEF6LP.mjs";
|
|
8
|
+
import "./chunk-MMV7N7QY.mjs";
|
|
9
9
|
import "./chunk-A7FFSBE6.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkWQCCOPHEjs = require('./chunk-WQCCOPHE.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
10
|
-
require('./chunk-
|
|
11
|
-
require('./chunk-
|
|
9
|
+
var _chunk3GBUWFDYjs = require('./chunk-3GBUWFDY.js');
|
|
10
|
+
require('./chunk-BRNE2OJC.js');
|
|
11
|
+
require('./chunk-X6VJDRKI.js');
|
|
12
12
|
require('./chunk-J5SB6L2L.js');
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
exports.applicationGenerator =
|
|
18
|
+
exports.applicationGenerator = _chunkWQCCOPHEjs.applicationGenerator; exports.applicationSchematic = _chunkWQCCOPHEjs.applicationSchematic; exports.initGenerator = _chunk3GBUWFDYjs.initGenerator; exports.initSchematic = _chunk3GBUWFDYjs.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-NB2S3V4K.mjs";
|
|
6
6
|
import {
|
|
7
7
|
initGenerator,
|
|
8
8
|
initSchematic
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-DEAG3BRL.mjs";
|
|
10
|
+
import "./chunk-2NMEF6LP.mjs";
|
|
11
|
+
import "./chunk-MMV7N7QY.mjs";
|
|
12
12
|
import "./chunk-A7FFSBE6.mjs";
|
|
13
13
|
export {
|
|
14
14
|
applicationGenerator,
|
package/dist/index.js
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); 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; }require('./chunk-XO66D74Z.js');
|
|
2
|
+
require('./chunk-MUNYIY4Y.js');
|
|
2
3
|
require('./chunk-DHBG5ASJ.js');
|
|
3
4
|
|
|
4
5
|
|
|
5
6
|
|
|
6
|
-
var
|
|
7
|
+
var _chunkWQCCOPHEjs = require('./chunk-WQCCOPHE.js');
|
|
7
8
|
|
|
8
9
|
|
|
9
10
|
|
|
10
|
-
var
|
|
11
|
+
var _chunk3GBUWFDYjs = require('./chunk-3GBUWFDY.js');
|
|
11
12
|
require('./chunk-CVGPWUNP.js');
|
|
12
|
-
require('./chunk-R7AIVBS7.js');
|
|
13
|
-
require('./chunk-TWSVFCGJ.js');
|
|
14
|
-
require('./chunk-23PVXPM6.js');
|
|
15
13
|
|
|
16
14
|
|
|
17
15
|
|
|
18
|
-
var
|
|
16
|
+
var _chunkT4IWTHDSjs = require('./chunk-T4IWTHDS.js');
|
|
17
|
+
require('./chunk-R7AIVBS7.js');
|
|
18
|
+
require('./chunk-AOQHEVKD.js');
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
var _chunkVTHBMY4Bjs = require('./chunk-VTHBMY4B.js');
|
|
23
|
-
require('./chunk-
|
|
24
|
-
require('./chunk-
|
|
23
|
+
require('./chunk-BRNE2OJC.js');
|
|
24
|
+
require('./chunk-X6VJDRKI.js');
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
var _chunkJ5SB6L2Ljs = require('./chunk-J5SB6L2L.js');
|
|
@@ -148,4 +148,4 @@ _chunkJ5SB6L2Ljs.__name.call(void 0, createPackageJson, "createPackageJson");
|
|
|
148
148
|
|
|
149
149
|
|
|
150
150
|
|
|
151
|
-
exports.applicationGenerator =
|
|
151
|
+
exports.applicationGenerator = _chunkWQCCOPHEjs.applicationGenerator; exports.applicationSchematic = _chunkWQCCOPHEjs.applicationSchematic; exports.createNodes = createNodes; exports.getInternalDependencies = _chunkT4IWTHDSjs.getInternalDependencies; exports.initGenerator = _chunk3GBUWFDYjs.initGenerator; exports.initSchematic = _chunk3GBUWFDYjs.initSchematic; exports.name = name; exports.r2UploadFile = _chunkT4IWTHDSjs.r2UploadFile;
|
package/dist/index.mjs
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import "./chunk-YSCEY447.mjs";
|
|
2
|
+
import "./chunk-ZPZYYSN3.mjs";
|
|
2
3
|
import "./chunk-3J7KBHMJ.mjs";
|
|
3
4
|
import {
|
|
4
5
|
applicationGenerator,
|
|
5
6
|
applicationSchematic
|
|
6
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-NB2S3V4K.mjs";
|
|
7
8
|
import {
|
|
8
9
|
initGenerator,
|
|
9
10
|
initSchematic
|
|
10
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-DEAG3BRL.mjs";
|
|
11
12
|
import "./chunk-7Z5PILRU.mjs";
|
|
12
|
-
import "./chunk-QEWY5YJA.mjs";
|
|
13
|
-
import "./chunk-UYVVVI5O.mjs";
|
|
14
|
-
import "./chunk-JYGVCUHY.mjs";
|
|
15
13
|
import {
|
|
16
14
|
getInternalDependencies,
|
|
17
15
|
r2UploadFile
|
|
18
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-HXUMSWIK.mjs";
|
|
17
|
+
import "./chunk-QEWY5YJA.mjs";
|
|
18
|
+
import "./chunk-NU6KVH6M.mjs";
|
|
19
19
|
import {
|
|
20
20
|
ProjectTagConstants,
|
|
21
21
|
addProjectTag
|
|
22
22
|
} from "./chunk-XU6MTFCV.mjs";
|
|
23
|
-
import "./chunk-
|
|
24
|
-
import "./chunk-
|
|
23
|
+
import "./chunk-2NMEF6LP.mjs";
|
|
24
|
+
import "./chunk-MMV7N7QY.mjs";
|
|
25
25
|
import {
|
|
26
26
|
__name
|
|
27
27
|
} from "./chunk-A7FFSBE6.mjs";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
var _chunkR7AIVBS7js = require('../../../chunk-R7AIVBS7.js');
|
|
4
|
-
require('../../../chunk-
|
|
4
|
+
require('../../../chunk-AOQHEVKD.js');
|
|
5
5
|
require('../../../chunk-VTHBMY4B.js');
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-BRNE2OJC.js');
|
|
7
|
+
require('../../../chunk-X6VJDRKI.js');
|
|
8
8
|
require('../../../chunk-J5SB6L2L.js');
|
|
9
9
|
|
|
10
10
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runExecutor
|
|
3
3
|
} from "../../../chunk-QEWY5YJA.mjs";
|
|
4
|
-
import "../../../chunk-
|
|
4
|
+
import "../../../chunk-NU6KVH6M.mjs";
|
|
5
5
|
import "../../../chunk-XU6MTFCV.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-2NMEF6LP.mjs";
|
|
7
|
+
import "../../../chunk-MMV7N7QY.mjs";
|
|
8
8
|
import "../../../chunk-A7FFSBE6.mjs";
|
|
9
9
|
export {
|
|
10
10
|
runExecutor as default
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkMUNYIY4Yjs = require('../../../chunk-MUNYIY4Y.js');
|
|
4
|
+
require('../../../chunk-T4IWTHDS.js');
|
|
5
5
|
require('../../../chunk-VTHBMY4B.js');
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-BRNE2OJC.js');
|
|
7
|
+
require('../../../chunk-X6VJDRKI.js');
|
|
8
8
|
require('../../../chunk-J5SB6L2L.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.default =
|
|
11
|
+
exports.default = _chunkMUNYIY4Yjs.runExecutor;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runExecutor
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-ZPZYYSN3.mjs";
|
|
4
|
+
import "../../../chunk-HXUMSWIK.mjs";
|
|
5
5
|
import "../../../chunk-XU6MTFCV.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-2NMEF6LP.mjs";
|
|
7
|
+
import "../../../chunk-MMV7N7QY.mjs";
|
|
8
8
|
import "../../../chunk-A7FFSBE6.mjs";
|
|
9
9
|
export {
|
|
10
10
|
runExecutor as default
|
|
@@ -58,6 +58,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
58
58
|
timezone: z.ZodDefault<z.ZodString>;
|
|
59
59
|
locale: z.ZodDefault<z.ZodString>;
|
|
60
60
|
logLevel: z.ZodDefault<z.ZodEnum<["silent", "fatal", "error", "warn", "success", "info", "debug", "trace", "all"]>>;
|
|
61
|
+
skipConfigLogging: z.ZodOptional<z.ZodBoolean>;
|
|
61
62
|
registry: z.ZodDefault<z.ZodObject<{
|
|
62
63
|
github: z.ZodOptional<z.ZodString>;
|
|
63
64
|
npm: z.ZodOptional<z.ZodString>;
|
|
@@ -984,6 +985,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
984
985
|
namespace?: string | undefined;
|
|
985
986
|
repository?: string | undefined;
|
|
986
987
|
preid?: string | undefined;
|
|
988
|
+
skipConfigLogging?: boolean | undefined;
|
|
987
989
|
}, {
|
|
988
990
|
bot: {
|
|
989
991
|
name?: string | undefined;
|
|
@@ -1165,6 +1167,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1165
1167
|
timezone?: string | undefined;
|
|
1166
1168
|
locale?: string | undefined;
|
|
1167
1169
|
logLevel?: "success" | "info" | "fatal" | "silent" | "error" | "warn" | "debug" | "trace" | "all" | undefined;
|
|
1170
|
+
skipConfigLogging?: boolean | undefined;
|
|
1168
1171
|
registry?: {
|
|
1169
1172
|
github?: string | undefined;
|
|
1170
1173
|
npm?: string | undefined;
|
|
@@ -58,6 +58,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
58
58
|
timezone: z.ZodDefault<z.ZodString>;
|
|
59
59
|
locale: z.ZodDefault<z.ZodString>;
|
|
60
60
|
logLevel: z.ZodDefault<z.ZodEnum<["silent", "fatal", "error", "warn", "success", "info", "debug", "trace", "all"]>>;
|
|
61
|
+
skipConfigLogging: z.ZodOptional<z.ZodBoolean>;
|
|
61
62
|
registry: z.ZodDefault<z.ZodObject<{
|
|
62
63
|
github: z.ZodOptional<z.ZodString>;
|
|
63
64
|
npm: z.ZodOptional<z.ZodString>;
|
|
@@ -984,6 +985,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
984
985
|
namespace?: string | undefined;
|
|
985
986
|
repository?: string | undefined;
|
|
986
987
|
preid?: string | undefined;
|
|
988
|
+
skipConfigLogging?: boolean | undefined;
|
|
987
989
|
}, {
|
|
988
990
|
bot: {
|
|
989
991
|
name?: string | undefined;
|
|
@@ -1165,6 +1167,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1165
1167
|
timezone?: string | undefined;
|
|
1166
1168
|
locale?: string | undefined;
|
|
1167
1169
|
logLevel?: "success" | "info" | "fatal" | "silent" | "error" | "warn" | "debug" | "trace" | "all" | undefined;
|
|
1170
|
+
skipConfigLogging?: boolean | undefined;
|
|
1168
1171
|
registry?: {
|
|
1169
1172
|
github?: string | undefined;
|
|
1170
1173
|
npm?: string | undefined;
|
|
@@ -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 _chunkAOQHEVKDjs = require('../../../chunk-AOQHEVKD.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
var _chunkVTHBMY4Bjs = require('../../../chunk-VTHBMY4B.js');
|
|
7
|
-
require('../../../chunk-
|
|
8
|
-
require('../../../chunk-
|
|
7
|
+
require('../../../chunk-BRNE2OJC.js');
|
|
8
|
+
require('../../../chunk-X6VJDRKI.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
@@ -60,7 +60,7 @@ async function* serveExecutor(options, context, config) {
|
|
|
60
60
|
};
|
|
61
61
|
}
|
|
62
62
|
_chunkJ5SB6L2Ljs.__name.call(void 0, serveExecutor, "serveExecutor");
|
|
63
|
-
var executor_default =
|
|
63
|
+
var executor_default = _chunkAOQHEVKDjs.withRunExecutor.call(void 0, "Cloudflare Serve executor", serveExecutor, {
|
|
64
64
|
skipReadingConfig: false,
|
|
65
65
|
hooks: {
|
|
66
66
|
applyDefaultOptions: /* @__PURE__ */ _chunkJ5SB6L2Ljs.__name.call(void 0, (options) => {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
withRunExecutor
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-NU6KVH6M.mjs";
|
|
4
4
|
import {
|
|
5
5
|
createCliOptions
|
|
6
6
|
} from "../../../chunk-XU6MTFCV.mjs";
|
|
7
|
-
import "../../../chunk-
|
|
8
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-2NMEF6LP.mjs";
|
|
8
|
+
import "../../../chunk-MMV7N7QY.mjs";
|
|
9
9
|
import {
|
|
10
10
|
__name,
|
|
11
11
|
__require
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunk3GBUWFDYjs = require('../../../chunk-3GBUWFDY.js');
|
|
6
6
|
require('../../../chunk-J5SB6L2L.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.default =
|
|
11
|
+
exports.default = _chunk3GBUWFDYjs.generator_default; exports.initGenerator = _chunk3GBUWFDYjs.initGenerator; exports.initSchematic = _chunk3GBUWFDYjs.initSchematic;
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
8
|
-
require('../../../chunk-
|
|
5
|
+
var _chunkWQCCOPHEjs = require('../../../chunk-WQCCOPHE.js');
|
|
6
|
+
require('../../../chunk-3GBUWFDY.js');
|
|
7
|
+
require('../../../chunk-BRNE2OJC.js');
|
|
8
|
+
require('../../../chunk-X6VJDRKI.js');
|
|
9
9
|
require('../../../chunk-J5SB6L2L.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.applicationGenerator =
|
|
14
|
+
exports.applicationGenerator = _chunkWQCCOPHEjs.applicationGenerator; exports.applicationSchematic = _chunkWQCCOPHEjs.applicationSchematic; exports.default = _chunkWQCCOPHEjs.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-NB2S3V4K.mjs";
|
|
6
|
+
import "../../../chunk-DEAG3BRL.mjs";
|
|
7
|
+
import "../../../chunk-2NMEF6LP.mjs";
|
|
8
|
+
import "../../../chunk-MMV7N7QY.mjs";
|
|
9
9
|
import "../../../chunk-A7FFSBE6.mjs";
|
|
10
10
|
export {
|
|
11
11
|
applicationGenerator,
|
package/dist/src/utils/index.js
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../chunk-
|
|
5
|
+
var _chunkT4IWTHDSjs = require('../../chunk-T4IWTHDS.js');
|
|
6
|
+
require('../../chunk-X6VJDRKI.js');
|
|
7
7
|
require('../../chunk-J5SB6L2L.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.getInternalDependencies =
|
|
11
|
+
exports.getInternalDependencies = _chunkT4IWTHDSjs.getInternalDependencies; exports.r2UploadFile = _chunkT4IWTHDSjs.r2UploadFile;
|
package/dist/src/utils/index.mjs
CHANGED
|
@@ -2,8 +2,8 @@ import "../../chunk-7Z5PILRU.mjs";
|
|
|
2
2
|
import {
|
|
3
3
|
getInternalDependencies,
|
|
4
4
|
r2UploadFile
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
5
|
+
} from "../../chunk-HXUMSWIK.mjs";
|
|
6
|
+
import "../../chunk-MMV7N7QY.mjs";
|
|
7
7
|
import "../../chunk-A7FFSBE6.mjs";
|
|
8
8
|
export {
|
|
9
9
|
getInternalDependencies,
|
|
@@ -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 _chunkT4IWTHDSjs = require('../../chunk-T4IWTHDS.js');
|
|
5
|
+
require('../../chunk-X6VJDRKI.js');
|
|
6
6
|
require('../../chunk-J5SB6L2L.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.getInternalDependencies =
|
|
10
|
+
exports.getInternalDependencies = _chunkT4IWTHDSjs.getInternalDependencies; exports.r2UploadFile = _chunkT4IWTHDSjs.r2UploadFile;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getInternalDependencies,
|
|
3
3
|
r2UploadFile
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
4
|
+
} from "../../chunk-HXUMSWIK.mjs";
|
|
5
|
+
import "../../chunk-MMV7N7QY.mjs";
|
|
6
6
|
import "../../chunk-A7FFSBE6.mjs";
|
|
7
7
|
export {
|
|
8
8
|
getInternalDependencies,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/cloudflare-tools",
|
|
3
|
-
"version": "0.55.
|
|
3
|
+
"version": "0.55.19",
|
|
4
4
|
"description": "A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|