@storm-software/cloudflare-tools 0.55.44 → 0.55.45
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/README.md +1 -1
- package/dist/{chunk-75BWJSFW.mjs → chunk-2P5TGL2R.mjs} +10 -2
- package/dist/{chunk-CAC2PNUJ.js → chunk-4P4IIN6G.js} +17 -17
- package/dist/{chunk-LY3NUGLI.mjs → chunk-BDADKXEW.mjs} +11 -11
- package/dist/{chunk-ISO7UOVA.js → chunk-DZPVDJXE.js} +143 -143
- package/dist/{chunk-TDNPRL4Y.js → chunk-P7YORNEH.js} +1 -1
- package/dist/{chunk-TTDB2VCO.mjs → chunk-PHH7TIFK.mjs} +1 -1
- package/dist/{chunk-STUGKRS5.mjs → chunk-QGY5FTZR.mjs} +6 -6
- package/dist/{chunk-HWJBDRIG.js → chunk-QQQD2SIN.js} +9 -1
- package/dist/{chunk-AXF5C7QR.js → chunk-S5NUDAJR.js} +3 -3
- package/dist/{chunk-MIKH2FI5.mjs → chunk-WGEGIRE6.mjs} +1 -1
- package/dist/{chunk-R2SQ6ZOK.mjs → chunk-YBYGEO5L.mjs} +9 -1
- package/dist/{chunk-R32N7B24.js → chunk-Z5XL2UL5.js} +50 -42
- package/dist/{chunk-JUJW77CM.js → chunk-ZGZLK5XZ.js} +12 -12
- package/dist/{chunk-FVMS7RMT.mjs → chunk-ZTEXBI4T.mjs} +5 -5
- 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 +12 -12
- package/dist/index.mjs +16 -16
- 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 +20 -2
- package/dist/src/executors/serve/executor.d.ts +20 -2
- 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
|
@@ -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-DZPVDJXE.js');
|
|
5
5
|
require('../../../chunk-VTHBMY4B.js');
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-Z5XL2UL5.js');
|
|
7
|
+
require('../../../chunk-QQQD2SIN.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-VNLZQQ5C.mjs";
|
|
4
|
-
import "../../../chunk-
|
|
4
|
+
import "../../../chunk-BDADKXEW.mjs";
|
|
5
5
|
import "../../../chunk-YYEF6TFG.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-2P5TGL2R.mjs";
|
|
7
|
+
import "../../../chunk-YBYGEO5L.mjs";
|
|
8
8
|
import "../../../chunk-3HMZSKJD.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
|
|
3
|
+
var _chunk4P4IIN6Gjs = require('../../../chunk-4P4IIN6G.js');
|
|
4
|
+
require('../../../chunk-S5NUDAJR.js');
|
|
4
5
|
require('../../../chunk-VTHBMY4B.js');
|
|
5
|
-
require('../../../chunk-
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-HWJBDRIG.js');
|
|
6
|
+
require('../../../chunk-Z5XL2UL5.js');
|
|
7
|
+
require('../../../chunk-QQQD2SIN.js');
|
|
8
8
|
require('../../../chunk-J5SB6L2L.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.default =
|
|
11
|
+
exports.default = _chunk4P4IIN6Gjs.runExecutor;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runExecutor
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-QGY5FTZR.mjs";
|
|
4
|
+
import "../../../chunk-PHH7TIFK.mjs";
|
|
4
5
|
import "../../../chunk-YYEF6TFG.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-R2SQ6ZOK.mjs";
|
|
6
|
+
import "../../../chunk-2P5TGL2R.mjs";
|
|
7
|
+
import "../../../chunk-YBYGEO5L.mjs";
|
|
8
8
|
import "../../../chunk-3HMZSKJD.mjs";
|
|
9
9
|
export {
|
|
10
10
|
runExecutor as default
|
|
@@ -64,6 +64,16 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
64
64
|
slack?: string | undefined;
|
|
65
65
|
medium?: string | undefined;
|
|
66
66
|
}>;
|
|
67
|
+
error: z.ZodObject<{
|
|
68
|
+
codesFile: z.ZodDefault<z.ZodString>;
|
|
69
|
+
url: z.ZodOptional<z.ZodString>;
|
|
70
|
+
}, "strip", z.ZodTypeAny, {
|
|
71
|
+
codesFile: string;
|
|
72
|
+
url?: string | undefined;
|
|
73
|
+
}, {
|
|
74
|
+
codesFile?: string | undefined;
|
|
75
|
+
url?: string | undefined;
|
|
76
|
+
}>;
|
|
67
77
|
mode: z.ZodDefault<z.ZodEnum<["development", "staging", "production"]>>;
|
|
68
78
|
workspaceRoot: z.ZodDefault<z.ZodString>;
|
|
69
79
|
externalPackagePatterns: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -857,6 +867,10 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
857
867
|
slack: string;
|
|
858
868
|
medium: string;
|
|
859
869
|
};
|
|
870
|
+
error: {
|
|
871
|
+
codesFile: string;
|
|
872
|
+
url?: string | undefined;
|
|
873
|
+
};
|
|
860
874
|
mode: "development" | "staging" | "production";
|
|
861
875
|
workspaceRoot: string;
|
|
862
876
|
externalPackagePatterns: string[];
|
|
@@ -872,7 +886,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
872
886
|
packageManager: "npm" | "yarn" | "pnpm" | "bun";
|
|
873
887
|
timezone: string;
|
|
874
888
|
locale: string;
|
|
875
|
-
logLevel: "success" | "info" | "fatal" | "
|
|
889
|
+
logLevel: "success" | "info" | "fatal" | "error" | "silent" | "warn" | "debug" | "trace" | "all";
|
|
876
890
|
registry: {
|
|
877
891
|
github?: string | undefined;
|
|
878
892
|
npm?: string | undefined;
|
|
@@ -1054,6 +1068,10 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
1054
1068
|
slack?: string | undefined;
|
|
1055
1069
|
medium?: string | undefined;
|
|
1056
1070
|
};
|
|
1071
|
+
error: {
|
|
1072
|
+
codesFile?: string | undefined;
|
|
1073
|
+
url?: string | undefined;
|
|
1074
|
+
};
|
|
1057
1075
|
directories: {
|
|
1058
1076
|
cache?: string | undefined;
|
|
1059
1077
|
data?: string | undefined;
|
|
@@ -1230,7 +1248,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
1230
1248
|
packageManager?: "npm" | "yarn" | "pnpm" | "bun" | undefined;
|
|
1231
1249
|
timezone?: string | undefined;
|
|
1232
1250
|
locale?: string | undefined;
|
|
1233
|
-
logLevel?: "success" | "info" | "fatal" | "
|
|
1251
|
+
logLevel?: "success" | "info" | "fatal" | "error" | "silent" | "warn" | "debug" | "trace" | "all" | undefined;
|
|
1234
1252
|
skipConfigLogging?: boolean | undefined;
|
|
1235
1253
|
registry?: {
|
|
1236
1254
|
github?: string | undefined;
|
|
@@ -64,6 +64,16 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
64
64
|
slack?: string | undefined;
|
|
65
65
|
medium?: string | undefined;
|
|
66
66
|
}>;
|
|
67
|
+
error: z.ZodObject<{
|
|
68
|
+
codesFile: z.ZodDefault<z.ZodString>;
|
|
69
|
+
url: z.ZodOptional<z.ZodString>;
|
|
70
|
+
}, "strip", z.ZodTypeAny, {
|
|
71
|
+
codesFile: string;
|
|
72
|
+
url?: string | undefined;
|
|
73
|
+
}, {
|
|
74
|
+
codesFile?: string | undefined;
|
|
75
|
+
url?: string | undefined;
|
|
76
|
+
}>;
|
|
67
77
|
mode: z.ZodDefault<z.ZodEnum<["development", "staging", "production"]>>;
|
|
68
78
|
workspaceRoot: z.ZodDefault<z.ZodString>;
|
|
69
79
|
externalPackagePatterns: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -857,6 +867,10 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
857
867
|
slack: string;
|
|
858
868
|
medium: string;
|
|
859
869
|
};
|
|
870
|
+
error: {
|
|
871
|
+
codesFile: string;
|
|
872
|
+
url?: string | undefined;
|
|
873
|
+
};
|
|
860
874
|
mode: "development" | "staging" | "production";
|
|
861
875
|
workspaceRoot: string;
|
|
862
876
|
externalPackagePatterns: string[];
|
|
@@ -872,7 +886,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
872
886
|
packageManager: "npm" | "yarn" | "pnpm" | "bun";
|
|
873
887
|
timezone: string;
|
|
874
888
|
locale: string;
|
|
875
|
-
logLevel: "success" | "info" | "fatal" | "
|
|
889
|
+
logLevel: "success" | "info" | "fatal" | "error" | "silent" | "warn" | "debug" | "trace" | "all";
|
|
876
890
|
registry: {
|
|
877
891
|
github?: string | undefined;
|
|
878
892
|
npm?: string | undefined;
|
|
@@ -1054,6 +1068,10 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
1054
1068
|
slack?: string | undefined;
|
|
1055
1069
|
medium?: string | undefined;
|
|
1056
1070
|
};
|
|
1071
|
+
error: {
|
|
1072
|
+
codesFile?: string | undefined;
|
|
1073
|
+
url?: string | undefined;
|
|
1074
|
+
};
|
|
1057
1075
|
directories: {
|
|
1058
1076
|
cache?: string | undefined;
|
|
1059
1077
|
data?: string | undefined;
|
|
@@ -1230,7 +1248,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
1230
1248
|
packageManager?: "npm" | "yarn" | "pnpm" | "bun" | undefined;
|
|
1231
1249
|
timezone?: string | undefined;
|
|
1232
1250
|
locale?: string | undefined;
|
|
1233
|
-
logLevel?: "success" | "info" | "fatal" | "
|
|
1251
|
+
logLevel?: "success" | "info" | "fatal" | "error" | "silent" | "warn" | "debug" | "trace" | "all" | undefined;
|
|
1234
1252
|
skipConfigLogging?: boolean | undefined;
|
|
1235
1253
|
registry?: {
|
|
1236
1254
|
github?: 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 _chunkDZPVDJXEjs = require('../../../chunk-DZPVDJXE.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
var _chunkVTHBMY4Bjs = require('../../../chunk-VTHBMY4B.js');
|
|
7
|
-
require('../../../chunk-
|
|
8
|
-
require('../../../chunk-
|
|
7
|
+
require('../../../chunk-Z5XL2UL5.js');
|
|
8
|
+
require('../../../chunk-QQQD2SIN.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 = _chunkDZPVDJXEjs.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-BDADKXEW.mjs";
|
|
4
4
|
import {
|
|
5
5
|
createCliOptions
|
|
6
6
|
} from "../../../chunk-YYEF6TFG.mjs";
|
|
7
|
-
import "../../../chunk-
|
|
8
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-2P5TGL2R.mjs";
|
|
8
|
+
import "../../../chunk-YBYGEO5L.mjs";
|
|
9
9
|
import {
|
|
10
10
|
__name,
|
|
11
11
|
__require
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkP7YORNEHjs = require('../../../chunk-P7YORNEH.js');
|
|
6
6
|
require('../../../chunk-J5SB6L2L.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.default =
|
|
11
|
+
exports.default = _chunkP7YORNEHjs.generator_default; exports.initGenerator = _chunkP7YORNEHjs.initGenerator; exports.initSchematic = _chunkP7YORNEHjs.initSchematic;
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
8
|
-
require('../../../chunk-
|
|
5
|
+
var _chunkZGZLK5XZjs = require('../../../chunk-ZGZLK5XZ.js');
|
|
6
|
+
require('../../../chunk-P7YORNEH.js');
|
|
7
|
+
require('../../../chunk-Z5XL2UL5.js');
|
|
8
|
+
require('../../../chunk-QQQD2SIN.js');
|
|
9
9
|
require('../../../chunk-J5SB6L2L.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.applicationGenerator =
|
|
14
|
+
exports.applicationGenerator = _chunkZGZLK5XZjs.applicationGenerator; exports.applicationSchematic = _chunkZGZLK5XZjs.applicationSchematic; exports.default = _chunkZGZLK5XZjs.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-ZTEXBI4T.mjs";
|
|
6
|
+
import "../../../chunk-WGEGIRE6.mjs";
|
|
7
|
+
import "../../../chunk-2P5TGL2R.mjs";
|
|
8
|
+
import "../../../chunk-YBYGEO5L.mjs";
|
|
9
9
|
import "../../../chunk-3HMZSKJD.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 _chunkS5NUDAJRjs = require('../../chunk-S5NUDAJR.js');
|
|
6
|
+
require('../../chunk-QQQD2SIN.js');
|
|
7
7
|
require('../../chunk-J5SB6L2L.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.getInternalDependencies =
|
|
11
|
+
exports.getInternalDependencies = _chunkS5NUDAJRjs.getInternalDependencies; exports.r2UploadFile = _chunkS5NUDAJRjs.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-PHH7TIFK.mjs";
|
|
6
|
+
import "../../chunk-YBYGEO5L.mjs";
|
|
7
7
|
import "../../chunk-3HMZSKJD.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 _chunkS5NUDAJRjs = require('../../chunk-S5NUDAJR.js');
|
|
5
|
+
require('../../chunk-QQQD2SIN.js');
|
|
6
6
|
require('../../chunk-J5SB6L2L.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.getInternalDependencies =
|
|
10
|
+
exports.getInternalDependencies = _chunkS5NUDAJRjs.getInternalDependencies; exports.r2UploadFile = _chunkS5NUDAJRjs.r2UploadFile;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getInternalDependencies,
|
|
3
3
|
r2UploadFile
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
4
|
+
} from "../../chunk-PHH7TIFK.mjs";
|
|
5
|
+
import "../../chunk-YBYGEO5L.mjs";
|
|
6
6
|
import "../../chunk-3HMZSKJD.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.45",
|
|
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",
|