@storm-software/cloudflare-tools 0.71.223 → 0.71.225
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 +40 -0
- package/README.md +1 -1
- package/dist/{chunk-U6OMVOFA.mjs → chunk-3E2GFJMN.mjs} +1 -1
- package/dist/{chunk-YLHBNFNJ.js → chunk-4MIUPZ4C.js} +70 -68
- package/dist/{chunk-XB6S7S3C.js → chunk-62X6T4SY.js} +3 -3
- package/dist/{chunk-7LCOGL6D.mjs → chunk-6LBDQPVT.mjs} +4 -4
- package/dist/chunk-6XTILRPH.mjs +70 -0
- package/dist/{chunk-CV2KQKMS.js → chunk-DQMGW6HJ.js} +4 -4
- package/dist/{chunk-KDPTLM6V.mjs → chunk-EIJGRLEG.mjs} +1 -1
- package/dist/chunk-F37ESSZE.js +70 -0
- package/dist/{chunk-WH4RGUNC.mjs → chunk-FGVJOBJP.mjs} +2 -2
- package/dist/{chunk-O327KKPU.js → chunk-HNDXHX7M.js} +2 -2
- package/dist/{chunk-AIONW2LO.mjs → chunk-J5A7VLNZ.mjs} +3 -3
- package/dist/{chunk-F6LJYBWD.js → chunk-JVXHQADT.js} +3 -3
- package/dist/{chunk-E7ITICBK.js → chunk-NCVDTA5M.js} +2 -1
- package/dist/chunk-PS2AUG7M.js +266 -0
- package/dist/chunk-QDWACPEV.mjs +269 -0
- package/dist/{chunk-QU27DXRB.mjs → chunk-UZMB4DDU.mjs} +23 -21
- package/dist/{chunk-T6GKRQUF.mjs → chunk-ZXLMDNFQ.mjs} +1 -0
- package/dist/executors.js +4 -4
- package/dist/executors.mjs +5 -5
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +3 -3
- package/dist/index.js +7 -7
- package/dist/index.mjs +7 -7
- package/dist/src/executors/cloudflare-publish/executor.js +4 -4
- package/dist/src/executors/cloudflare-publish/executor.mjs +4 -4
- package/dist/src/executors/r2-upload-publish/executor.js +3 -3
- package/dist/src/executors/r2-upload-publish/executor.mjs +3 -3
- package/dist/src/executors/r2-upload-publish/untyped.mjs +1 -1
- package/dist/src/executors/serve/executor.js +6 -6
- package/dist/src/executors/serve/executor.mjs +4 -4
- 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/plugins/index.d.mts +2 -2
- package/dist/src/plugins/index.d.ts +2 -2
- package/dist/src/plugins/index.mjs +1 -1
- 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/package.json +9 -9
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import {
|
|
2
2
|
withRunExecutor
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-UZMB4DDU.mjs";
|
|
4
4
|
import {
|
|
5
5
|
createCliOptions
|
|
6
|
-
} from "../../../chunk-
|
|
6
|
+
} from "../../../chunk-ZXLMDNFQ.mjs";
|
|
7
7
|
import "../../../chunk-5MAMLVMV.mjs";
|
|
8
8
|
import "../../../chunk-CSTZEHUP.mjs";
|
|
9
9
|
import "../../../chunk-K4H5ZMYA.mjs";
|
|
10
10
|
import {
|
|
11
11
|
__require
|
|
12
|
-
} from "../../../chunk-
|
|
12
|
+
} from "../../../chunk-EIJGRLEG.mjs";
|
|
13
13
|
|
|
14
14
|
// src/executors/serve/executor.ts
|
|
15
|
-
import { createAsyncIterable } from "@nx/devkit/
|
|
15
|
+
import { createAsyncIterable } from "@nx/devkit/internal";
|
|
16
16
|
import { waitForPortOpen } from "@nx/web/src/utils/wait-for-port-open";
|
|
17
17
|
import { fork } from "child_process";
|
|
18
18
|
async function* serveExecutor(options, context) {
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkF37ESSZEjs = require('../../../chunk-F37ESSZE.js');
|
|
6
6
|
require('../../../chunk-MCKGQKYU.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.default =
|
|
11
|
+
exports.default = _chunkF37ESSZEjs.generator_default; exports.initGenerator = _chunkF37ESSZEjs.initGenerator; exports.initSchematic = _chunkF37ESSZEjs.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-6XTILRPH.mjs";
|
|
6
|
+
import "../../../chunk-EIJGRLEG.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 _chunkDQMGW6HJjs = require('../../../chunk-DQMGW6HJ.js');
|
|
6
|
+
require('../../../chunk-F37ESSZE.js');
|
|
7
7
|
require('../../../chunk-PGTHXO6M.js');
|
|
8
8
|
require('../../../chunk-AWKQRM2H.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 = _chunkDQMGW6HJjs.applicationGenerator; exports.applicationSchematic = _chunkDQMGW6HJjs.applicationSchematic; exports.default = _chunkDQMGW6HJjs.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-J5A7VLNZ.mjs";
|
|
6
|
+
import "../../../chunk-6XTILRPH.mjs";
|
|
7
7
|
import "../../../chunk-5MAMLVMV.mjs";
|
|
8
8
|
import "../../../chunk-K4H5ZMYA.mjs";
|
|
9
|
-
import "../../../chunk-
|
|
9
|
+
import "../../../chunk-EIJGRLEG.mjs";
|
|
10
10
|
export {
|
|
11
11
|
applicationGenerator,
|
|
12
12
|
applicationSchematic,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CreateNodes } from '@nx/devkit';
|
|
2
2
|
|
|
3
3
|
declare const name = "storm-software/cloudflare-tools/cloudflare";
|
|
4
|
-
declare const createNodesV2:
|
|
4
|
+
declare const createNodesV2: CreateNodes;
|
|
5
5
|
|
|
6
6
|
export { createNodesV2, name };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CreateNodes } from '@nx/devkit';
|
|
2
2
|
|
|
3
3
|
declare const name = "storm-software/cloudflare-tools/cloudflare";
|
|
4
|
-
declare const createNodesV2:
|
|
4
|
+
declare const createNodesV2: CreateNodes;
|
|
5
5
|
|
|
6
6
|
export { createNodesV2, name };
|
package/dist/src/utils/index.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.225",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.",
|
|
6
6
|
"keywords": [
|
|
@@ -143,22 +143,22 @@
|
|
|
143
143
|
"dependencies": {
|
|
144
144
|
"@aws-sdk/client-s3": "^3.1075.0",
|
|
145
145
|
"@aws-sdk/lib-storage": "^3.1075.0",
|
|
146
|
-
"@smithy/node-http-handler": "^4.
|
|
147
|
-
"@storm-software/config": "1.138.
|
|
148
|
-
"@storm-software/config-tools": "1.190.
|
|
149
|
-
"@storm-software/workspace-tools": "1.296.
|
|
146
|
+
"@smithy/node-http-handler": "^4.9.0",
|
|
147
|
+
"@storm-software/config": "^1.138.19",
|
|
148
|
+
"@storm-software/config-tools": "^1.190.82",
|
|
149
|
+
"@storm-software/workspace-tools": "^1.296.62",
|
|
150
150
|
"defu": "^6.1.7",
|
|
151
151
|
"glob": "^11.1.0",
|
|
152
152
|
"mime-types": "^3.0.2",
|
|
153
153
|
"pretty-bytes": "^7.1.0"
|
|
154
154
|
},
|
|
155
155
|
"devDependencies": {
|
|
156
|
-
"@nx/devkit": "
|
|
156
|
+
"@nx/devkit": "23.0.1",
|
|
157
157
|
"@nx/node": "22.7.5",
|
|
158
158
|
"@nx/web": "22.7.5",
|
|
159
159
|
"@nx/webpack": "22.7.5",
|
|
160
|
-
"@smithy/protocol-http": "^5.5.
|
|
161
|
-
"nx": "
|
|
160
|
+
"@smithy/protocol-http": "^5.5.3",
|
|
161
|
+
"nx": "23.0.1",
|
|
162
162
|
"tsup": "8.4.0",
|
|
163
163
|
"untyped": "^2.0.0",
|
|
164
164
|
"wrangler": "^4.105.0"
|
|
@@ -171,5 +171,5 @@
|
|
|
171
171
|
"publishConfig": { "access": "public" },
|
|
172
172
|
"executors": "./executors.json",
|
|
173
173
|
"generators": "./generators.json",
|
|
174
|
-
"gitHead": "
|
|
174
|
+
"gitHead": "3fe24e50009c66cd4ff8b417a44f904740d0283a"
|
|
175
175
|
}
|