@storm-software/cloudflare-tools 0.71.53 → 0.71.55
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 +14 -0
- package/README.md +1 -1
- package/dist/{chunk-Z32NCHCF.mjs → chunk-276PU2JK.mjs} +4 -4
- package/dist/{chunk-BT5ICL3J.mjs → chunk-2VLUD7ES.mjs} +1 -1
- package/dist/{chunk-KDPVEDXB.mjs → chunk-74DC5UCP.mjs} +2 -2
- package/dist/chunk-C2B5Y63S.js +231 -0
- package/dist/chunk-C2TW7OEJ.mjs +269 -0
- package/dist/{chunk-SVDNIWTG.js → chunk-E7SXH3BE.js} +1 -1
- package/dist/{chunk-5YGEOERJ.js → chunk-J5TCUMBD.js} +4 -4
- package/dist/{chunk-6RLHG2N7.mjs → chunk-PTD74LWF.mjs} +1 -1
- package/dist/chunk-QTUMOPFF.mjs +231 -0
- package/dist/{chunk-NSRFFUDV.js → chunk-SZIF5PWY.js} +2 -2
- package/dist/chunk-VQ7CQDF7.js +266 -0
- package/dist/{chunk-XSHLEP6G.mjs → chunk-Y6QXVEOO.mjs} +5 -5
- package/dist/executors.js +1 -1
- package/dist/executors.mjs +3 -3
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +3 -3
- package/dist/index.js +4 -4
- package/dist/index.mjs +5 -5
- package/dist/src/executors/cloudflare-publish/executor.js +1 -1
- package/dist/src/executors/cloudflare-publish/executor.mjs +3 -3
- package/dist/src/executors/r2-upload-publish/executor.mjs +1 -1
- package/dist/src/executors/serve/executor.js +2 -2
- package/dist/src/executors/serve/executor.mjs +2 -2
- package/dist/src/generators/init/generator.js +2 -2
- package/dist/src/generators/init/generator.mjs +2 -2
- package/dist/src/generators/worker/generator.js +3 -3
- package/dist/src/generators/worker/generator.mjs +3 -3
- package/dist/src/utils/http-handler.mjs +1 -1
- package/dist/src/utils/index.mjs +1 -1
- package/dist/src/utils/r2-bucket-helpers.mjs +1 -1
- package/dist/tsup.config.mjs +1 -1
- package/package.json +5 -5
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runExecutor
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-PTD74LWF.mjs";
|
|
4
|
+
import "../../../chunk-74DC5UCP.mjs";
|
|
5
5
|
import "../../../chunk-3MAI3FU2.mjs";
|
|
6
6
|
import "../../../chunk-P42MQNVF.mjs";
|
|
7
7
|
import "../../../chunk-52X4GPEN.mjs";
|
|
8
|
-
import "../../../chunk-
|
|
8
|
+
import "../../../chunk-2VLUD7ES.mjs";
|
|
9
9
|
export {
|
|
10
10
|
runExecutor as default
|
|
11
11
|
};
|
|
@@ -6,7 +6,7 @@ import "../../../chunk-OPXJUL5V.mjs";
|
|
|
6
6
|
import "../../../chunk-3MAI3FU2.mjs";
|
|
7
7
|
import "../../../chunk-P42MQNVF.mjs";
|
|
8
8
|
import "../../../chunk-52X4GPEN.mjs";
|
|
9
|
-
import "../../../chunk-
|
|
9
|
+
import "../../../chunk-2VLUD7ES.mjs";
|
|
10
10
|
export {
|
|
11
11
|
runExecutor as default
|
|
12
12
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
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 _chunkE7SXH3BEjs = require('../../../chunk-E7SXH3BE.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
var _chunkN7FW365Qjs = require('../../../chunk-N7FW365Q.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 = _chunkE7SXH3BEjs.withRunExecutor.call(void 0,
|
|
59
59
|
"Cloudflare Serve executor",
|
|
60
60
|
serveExecutor,
|
|
61
61
|
{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
withRunExecutor
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-74DC5UCP.mjs";
|
|
4
4
|
import {
|
|
5
5
|
createCliOptions
|
|
6
6
|
} from "../../../chunk-3MAI3FU2.mjs";
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-P42MQNVF.mjs";
|
|
|
8
8
|
import "../../../chunk-52X4GPEN.mjs";
|
|
9
9
|
import {
|
|
10
10
|
__require
|
|
11
|
-
} from "../../../chunk-
|
|
11
|
+
} from "../../../chunk-2VLUD7ES.mjs";
|
|
12
12
|
|
|
13
13
|
// src/executors/serve/executor.ts
|
|
14
14
|
import { createAsyncIterable } from "@nx/devkit/src/utils/async-iterable";
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkJ5TCUMBDjs = require('../../../chunk-J5TCUMBD.js');
|
|
6
6
|
require('../../../chunk-MCKGQKYU.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.default =
|
|
11
|
+
exports.default = _chunkJ5TCUMBDjs.generator_default; exports.initGenerator = _chunkJ5TCUMBDjs.initGenerator; exports.initSchematic = _chunkJ5TCUMBDjs.initSchematic;
|
|
@@ -2,8 +2,8 @@ import {
|
|
|
2
2
|
generator_default,
|
|
3
3
|
initGenerator,
|
|
4
4
|
initSchematic
|
|
5
|
-
} from "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
5
|
+
} from "../../../chunk-Y6QXVEOO.mjs";
|
|
6
|
+
import "../../../chunk-2VLUD7ES.mjs";
|
|
7
7
|
export {
|
|
8
8
|
generator_default as default,
|
|
9
9
|
initGenerator,
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
5
|
+
var _chunkSZIF5PWYjs = require('../../../chunk-SZIF5PWY.js');
|
|
6
|
+
require('../../../chunk-J5TCUMBD.js');
|
|
7
7
|
require('../../../chunk-QWSTQIUA.js');
|
|
8
8
|
require('../../../chunk-2KWRE5Y5.js');
|
|
9
9
|
require('../../../chunk-MCKGQKYU.js');
|
|
@@ -11,4 +11,4 @@ require('../../../chunk-MCKGQKYU.js');
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.applicationGenerator =
|
|
14
|
+
exports.applicationGenerator = _chunkSZIF5PWYjs.applicationGenerator; exports.applicationSchematic = _chunkSZIF5PWYjs.applicationSchematic; exports.default = _chunkSZIF5PWYjs.generator_default;
|
|
@@ -2,11 +2,11 @@ import {
|
|
|
2
2
|
applicationGenerator,
|
|
3
3
|
applicationSchematic,
|
|
4
4
|
generator_default
|
|
5
|
-
} from "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
5
|
+
} from "../../../chunk-C2TW7OEJ.mjs";
|
|
6
|
+
import "../../../chunk-Y6QXVEOO.mjs";
|
|
7
7
|
import "../../../chunk-P42MQNVF.mjs";
|
|
8
8
|
import "../../../chunk-52X4GPEN.mjs";
|
|
9
|
-
import "../../../chunk-
|
|
9
|
+
import "../../../chunk-2VLUD7ES.mjs";
|
|
10
10
|
export {
|
|
11
11
|
applicationGenerator,
|
|
12
12
|
applicationSchematic,
|
package/dist/src/utils/index.mjs
CHANGED
package/dist/tsup.config.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/cloudflare-tools",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.55",
|
|
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",
|
|
@@ -117,9 +117,9 @@
|
|
|
117
117
|
"@nx/js": "^22.5.1",
|
|
118
118
|
"@nx/node": "^22.5.1",
|
|
119
119
|
"@nx/web": "^22.5.1",
|
|
120
|
-
"@storm-software/config": "1.135.
|
|
121
|
-
"@storm-software/config-tools": "1.189.
|
|
122
|
-
"@storm-software/workspace-tools": "1.294.
|
|
120
|
+
"@storm-software/config": "1.135.7",
|
|
121
|
+
"@storm-software/config-tools": "1.189.6",
|
|
122
|
+
"@storm-software/workspace-tools": "1.294.39",
|
|
123
123
|
"nx": "^22.5.1",
|
|
124
124
|
"tsup": "8.4.0",
|
|
125
125
|
"wrangler": ">=3.58.0"
|
|
@@ -155,5 +155,5 @@
|
|
|
155
155
|
"publishConfig": { "access": "public" },
|
|
156
156
|
"executors": "./executors.json",
|
|
157
157
|
"generators": "./generators.json",
|
|
158
|
-
"gitHead": "
|
|
158
|
+
"gitHead": "1246351be8bc0444be4f05feb8ddf68950fb4e39"
|
|
159
159
|
}
|