@storm-software/cloudflare-tools 0.55.59 → 0.55.61
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-QHEOKFFX.mjs → chunk-FUE6U32Q.mjs} +1 -1
- package/dist/{chunk-4CNZ5PH2.mjs → chunk-I4BEGOU2.mjs} +12 -6
- package/dist/{chunk-ZZMK5H75.js → chunk-J67QGNB5.js} +4 -4
- package/dist/{chunk-A6L4ZGKM.js → chunk-KLU3MC7D.js} +204 -41
- package/dist/{chunk-UHTKO6PS.mjs → chunk-OZZB2O7W.mjs} +2 -2
- package/dist/{chunk-U2GYOTAE.js → chunk-QYQD76ND.js} +12 -6
- package/dist/{chunk-PUQB7POQ.js → chunk-RC7NR5DM.js} +1 -1
- package/dist/{chunk-I3INFEES.js → chunk-XFDLWZLO.js} +2 -2
- package/dist/{chunk-K5VN3HED.mjs → chunk-Y5KOP5W7.mjs} +187 -24
- package/dist/{chunk-TTTVOVML.mjs → chunk-YSDG777H.mjs} +1 -1
- package/dist/executors.js +3 -3
- package/dist/executors.mjs +3 -3
- package/dist/generators.js +4 -4
- package/dist/generators.mjs +3 -3
- package/dist/index.d.mts +14 -1
- package/dist/index.d.ts +14 -1
- package/dist/index.js +6 -6
- package/dist/index.mjs +5 -5
- package/dist/src/executors/cloudflare-publish/executor.js +2 -2
- package/dist/src/executors/cloudflare-publish/executor.mjs +2 -2
- package/dist/src/executors/r2-upload-publish/executor.js +3 -3
- package/dist/src/executors/r2-upload-publish/executor.mjs +2 -2
- package/dist/src/executors/serve/executor.js +3 -3
- 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 +1 -1
- package/dist/src/generators/worker/generator.js +4 -4
- package/dist/src/generators/worker/generator.mjs +3 -3
- package/package.json +11 -11
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runExecutor
|
|
3
3
|
} from "../../../chunk-VCFN2W5L.mjs";
|
|
4
|
-
import "../../../chunk-
|
|
4
|
+
import "../../../chunk-Y5KOP5W7.mjs";
|
|
5
5
|
import "../../../chunk-H36VLRVB.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-I4BEGOU2.mjs";
|
|
7
7
|
import "../../../chunk-Q7EDJLEB.mjs";
|
|
8
8
|
import "../../../chunk-H2MWLDLR.mjs";
|
|
9
9
|
export {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkXFDLWZLOjs = require('../../../chunk-XFDLWZLO.js');
|
|
4
4
|
require('../../../chunk-DXA6VL3T.js');
|
|
5
5
|
require('../../../chunk-VTHBMY4B.js');
|
|
6
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-QYQD76ND.js');
|
|
7
7
|
require('../../../chunk-WNICDYXY.js');
|
|
8
8
|
require('../../../chunk-J5SB6L2L.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.default =
|
|
11
|
+
exports.default = _chunkXFDLWZLOjs.runExecutor;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runExecutor
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-FUE6U32Q.mjs";
|
|
4
4
|
import "../../../chunk-CRVSAZIS.mjs";
|
|
5
5
|
import "../../../chunk-H36VLRVB.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-I4BEGOU2.mjs";
|
|
7
7
|
import "../../../chunk-Q7EDJLEB.mjs";
|
|
8
8
|
import "../../../chunk-H2MWLDLR.mjs";
|
|
9
9
|
export {
|
|
@@ -1,10 +1,10 @@
|
|
|
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 _chunkKLU3MC7Djs = require('../../../chunk-KLU3MC7D.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
var _chunkVTHBMY4Bjs = require('../../../chunk-VTHBMY4B.js');
|
|
7
|
-
require('../../../chunk-
|
|
7
|
+
require('../../../chunk-QYQD76ND.js');
|
|
8
8
|
require('../../../chunk-WNICDYXY.js');
|
|
9
9
|
|
|
10
10
|
|
|
@@ -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 = _chunkKLU3MC7Djs.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,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
withRunExecutor
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-Y5KOP5W7.mjs";
|
|
4
4
|
import {
|
|
5
5
|
createCliOptions
|
|
6
6
|
} from "../../../chunk-H36VLRVB.mjs";
|
|
7
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-I4BEGOU2.mjs";
|
|
8
8
|
import "../../../chunk-Q7EDJLEB.mjs";
|
|
9
9
|
import {
|
|
10
10
|
__name,
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkRC7NR5DMjs = require('../../../chunk-RC7NR5DM.js');
|
|
6
6
|
require('../../../chunk-J5SB6L2L.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.default =
|
|
11
|
+
exports.default = _chunkRC7NR5DMjs.generator_default; exports.initGenerator = _chunkRC7NR5DMjs.initGenerator; exports.initSchematic = _chunkRC7NR5DMjs.initSchematic;
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
5
|
+
var _chunkJ67QGNB5js = require('../../../chunk-J67QGNB5.js');
|
|
6
|
+
require('../../../chunk-RC7NR5DM.js');
|
|
7
|
+
require('../../../chunk-QYQD76ND.js');
|
|
8
8
|
require('../../../chunk-WNICDYXY.js');
|
|
9
9
|
require('../../../chunk-J5SB6L2L.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.applicationGenerator =
|
|
14
|
+
exports.applicationGenerator = _chunkJ67QGNB5js.applicationGenerator; exports.applicationSchematic = _chunkJ67QGNB5js.applicationSchematic; exports.default = _chunkJ67QGNB5js.generator_default;
|
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
applicationGenerator,
|
|
3
3
|
applicationSchematic,
|
|
4
4
|
generator_default
|
|
5
|
-
} from "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
5
|
+
} from "../../../chunk-OZZB2O7W.mjs";
|
|
6
|
+
import "../../../chunk-YSDG777H.mjs";
|
|
7
|
+
import "../../../chunk-I4BEGOU2.mjs";
|
|
8
8
|
import "../../../chunk-Q7EDJLEB.mjs";
|
|
9
9
|
import "../../../chunk-H2MWLDLR.mjs";
|
|
10
10
|
export {
|
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.61",
|
|
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",
|
|
@@ -113,11 +113,11 @@
|
|
|
113
113
|
"sullivanpj"
|
|
114
114
|
],
|
|
115
115
|
"peerDependencies": {
|
|
116
|
-
"@nx/devkit": "20.
|
|
117
|
-
"@nx/node": "20.
|
|
118
|
-
"@nx/web": "20.
|
|
119
|
-
"@nx/webpack": "20.
|
|
120
|
-
"nx": "20.
|
|
116
|
+
"@nx/devkit": "20.8.0",
|
|
117
|
+
"@nx/node": "20.8.0",
|
|
118
|
+
"@nx/web": "20.8.0",
|
|
119
|
+
"@nx/webpack": "20.8.0",
|
|
120
|
+
"nx": "20.8.0",
|
|
121
121
|
"wrangler": ">=3.58.0"
|
|
122
122
|
},
|
|
123
123
|
"peerDependenciesMeta": {
|
|
@@ -135,11 +135,11 @@
|
|
|
135
135
|
"jest-resolve": "29.7.0"
|
|
136
136
|
},
|
|
137
137
|
"devDependencies": {
|
|
138
|
-
"@nx/devkit": "20.
|
|
139
|
-
"@nx/node": "20.
|
|
140
|
-
"@nx/web": "20.
|
|
141
|
-
"@nx/webpack": "20.
|
|
142
|
-
"nx": "20.
|
|
138
|
+
"@nx/devkit": "20.8.0",
|
|
139
|
+
"@nx/node": "20.8.0",
|
|
140
|
+
"@nx/web": "20.8.0",
|
|
141
|
+
"@nx/webpack": "20.8.0",
|
|
142
|
+
"nx": "20.8.0",
|
|
143
143
|
"tsup": "8.3.5",
|
|
144
144
|
"untyped": "^1.5.2",
|
|
145
145
|
"wrangler": ">=3.58.0"
|