@storm-software/cloudflare-tools 0.71.224 → 0.71.226
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 +42 -0
- package/README.md +1 -1
- package/dist/{chunk-NTAVFPAR.mjs → chunk-2C6QWYFF.mjs} +3 -3
- package/dist/chunk-2JHWKTG5.js +70 -0
- package/dist/{chunk-VFK7WI6O.js → chunk-4MIUPZ4C.js} +7 -18
- package/dist/chunk-4OE4QJ7R.mjs +70 -0
- package/dist/chunk-HGBPLJUS.mjs +269 -0
- package/dist/{chunk-XSO2NEF3.js → chunk-K7HL6AE5.js} +4 -4
- package/dist/chunk-KG23XMBC.js +266 -0
- package/dist/{chunk-WYT4G6BW.mjs → chunk-M42P2A2Q.mjs} +5 -16
- package/dist/{chunk-WO7IPWNX.mjs → chunk-MCQYPNIB.mjs} +7 -7
- package/dist/{chunk-4WESWVMR.js → chunk-OK6QFJ2N.js} +6 -6
- package/dist/{chunk-KDPTLM6V.mjs → chunk-VDSI6S7R.mjs} +1 -1
- package/dist/{chunk-NPLOIBSW.mjs → chunk-XKFWUQZ7.mjs} +1 -1
- 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/r2-upload-publish/untyped.mjs +1 -1
- 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 +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 +12 -12
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunk2JHWKTG5js = require('../../../chunk-2JHWKTG5.js');
|
|
6
6
|
require('../../../chunk-MCKGQKYU.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.default =
|
|
11
|
+
exports.default = _chunk2JHWKTG5js.generator_default; exports.initGenerator = _chunk2JHWKTG5js.initGenerator; exports.initSchematic = _chunk2JHWKTG5js.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-4OE4QJ7R.mjs";
|
|
6
|
+
import "../../../chunk-VDSI6S7R.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 _chunkK7HL6AE5js = require('../../../chunk-K7HL6AE5.js');
|
|
6
|
+
require('../../../chunk-2JHWKTG5.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 = _chunkK7HL6AE5js.applicationGenerator; exports.applicationSchematic = _chunkK7HL6AE5js.applicationSchematic; exports.default = _chunkK7HL6AE5js.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-2C6QWYFF.mjs";
|
|
6
|
+
import "../../../chunk-4OE4QJ7R.mjs";
|
|
7
7
|
import "../../../chunk-5MAMLVMV.mjs";
|
|
8
8
|
import "../../../chunk-K4H5ZMYA.mjs";
|
|
9
|
-
import "../../../chunk-
|
|
9
|
+
import "../../../chunk-VDSI6S7R.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.226",
|
|
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": [
|
|
@@ -141,27 +141,27 @@
|
|
|
141
141
|
"module": "dist/index.mjs",
|
|
142
142
|
"typings": "dist/index.d.ts",
|
|
143
143
|
"dependencies": {
|
|
144
|
-
"@aws-sdk/client-s3": "^3.
|
|
145
|
-
"@aws-sdk/lib-storage": "^3.
|
|
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.
|
|
144
|
+
"@aws-sdk/client-s3": "^3.1079.0",
|
|
145
|
+
"@aws-sdk/lib-storage": "^3.1079.0",
|
|
146
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
147
|
+
"@storm-software/config": "^1.138.20",
|
|
148
|
+
"@storm-software/config-tools": "^1.190.83",
|
|
149
|
+
"@storm-software/workspace-tools": "^1.296.63",
|
|
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.5",
|
|
161
|
+
"nx": "23.0.1",
|
|
162
162
|
"tsup": "8.4.0",
|
|
163
163
|
"untyped": "^2.0.0",
|
|
164
|
-
"wrangler": "^4.
|
|
164
|
+
"wrangler": "^4.107.0"
|
|
165
165
|
},
|
|
166
166
|
"peerDependencies": { "nx": ">=22.7.1", "wrangler": ">=3.58.0" },
|
|
167
167
|
"peerDependenciesMeta": {
|
|
@@ -171,5 +171,5 @@
|
|
|
171
171
|
"publishConfig": { "access": "public" },
|
|
172
172
|
"executors": "./executors.json",
|
|
173
173
|
"generators": "./generators.json",
|
|
174
|
-
"gitHead": "
|
|
174
|
+
"gitHead": "3c11a427a4d49da9337e9f972bd2fb7768550288"
|
|
175
175
|
}
|