@storm-software/cloudflare-tools 0.71.36 → 0.71.38
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 +21 -0
- package/dist/{chunk-VZQDXTIP.js → chunk-2ZIJOJWK.js} +5 -5
- package/dist/{chunk-5GILNZWS.js → chunk-EEK3W5XU.js} +49 -34
- package/dist/{chunk-G4ZCI2MN.mjs → chunk-EMWNJOID.mjs} +16 -1
- package/dist/{chunk-IVVRVG36.js → chunk-JVYJRSQA.js} +165 -165
- package/dist/{chunk-Z2D7AKMD.mjs → chunk-NJQ45CM7.mjs} +1 -1
- package/dist/{chunk-XRUTB3YT.mjs → chunk-OS6UT3W4.mjs} +4 -4
- package/dist/{chunk-WJNXHOQX.js → chunk-OUJRXMHB.js} +4 -4
- package/dist/{chunk-GIZHFP3I.mjs → chunk-PGZG5NYJ.mjs} +2 -2
- package/dist/{chunk-Z2WQB55R.js → chunk-UBHPQSHE.js} +4 -2
- package/dist/{chunk-UQBLSDWU.js → chunk-XEORWITW.js} +18 -18
- package/dist/{chunk-ZAGSYBDS.js → chunk-XNJDY3LT.js} +12 -12
- package/dist/{chunk-4WRUZBE7.mjs → chunk-YH22CWP6.mjs} +3 -3
- package/dist/{chunk-TPNHSNNZ.mjs → chunk-YIOQQ66Z.mjs} +4 -2
- package/dist/{chunk-4RYJLPOF.mjs → chunk-ZLA3QUDW.mjs} +3 -3
- 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 +8 -8
- package/dist/index.mjs +7 -7
- 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.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 +5 -5
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
withRunExecutor
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-PGZG5NYJ.mjs";
|
|
4
4
|
import {
|
|
5
5
|
createCliOptions
|
|
6
6
|
} from "../../../chunk-3MAI3FU2.mjs";
|
|
7
|
-
import "../../../chunk-
|
|
8
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-EMWNJOID.mjs";
|
|
8
|
+
import "../../../chunk-YIOQQ66Z.mjs";
|
|
9
9
|
import {
|
|
10
10
|
__require
|
|
11
11
|
} from "../../../chunk-N5UXWPB6.mjs";
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkOUJRXMHBjs = require('../../../chunk-OUJRXMHB.js');
|
|
6
6
|
require('../../../chunk-MCKGQKYU.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.default =
|
|
11
|
+
exports.default = _chunkOUJRXMHBjs.generator_default; exports.initGenerator = _chunkOUJRXMHBjs.initGenerator; exports.initSchematic = _chunkOUJRXMHBjs.initSchematic;
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
8
|
-
require('../../../chunk-
|
|
5
|
+
var _chunkXNJDY3LTjs = require('../../../chunk-XNJDY3LT.js');
|
|
6
|
+
require('../../../chunk-OUJRXMHB.js');
|
|
7
|
+
require('../../../chunk-EEK3W5XU.js');
|
|
8
|
+
require('../../../chunk-UBHPQSHE.js');
|
|
9
9
|
require('../../../chunk-MCKGQKYU.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.applicationGenerator =
|
|
14
|
+
exports.applicationGenerator = _chunkXNJDY3LTjs.applicationGenerator; exports.applicationSchematic = _chunkXNJDY3LTjs.applicationSchematic; exports.default = _chunkXNJDY3LTjs.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-ZLA3QUDW.mjs";
|
|
6
|
+
import "../../../chunk-OS6UT3W4.mjs";
|
|
7
|
+
import "../../../chunk-EMWNJOID.mjs";
|
|
8
|
+
import "../../../chunk-YIOQQ66Z.mjs";
|
|
9
9
|
import "../../../chunk-N5UXWPB6.mjs";
|
|
10
10
|
export {
|
|
11
11
|
applicationGenerator,
|
package/dist/src/utils/index.js
CHANGED
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
8
|
-
require('../../chunk-
|
|
7
|
+
var _chunk2ZIJOJWKjs = require('../../chunk-2ZIJOJWK.js');
|
|
8
|
+
require('../../chunk-UBHPQSHE.js');
|
|
9
9
|
require('../../chunk-MCKGQKYU.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.getEncoding =
|
|
15
|
+
exports.getEncoding = _chunk2ZIJOJWKjs.getEncoding; exports.getInternalDependencies = _chunk2ZIJOJWKjs.getInternalDependencies; exports.isTextFile = _chunk2ZIJOJWKjs.isTextFile; exports.uploadFile = _chunk2ZIJOJWKjs.uploadFile;
|
package/dist/src/utils/index.mjs
CHANGED
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
getInternalDependencies,
|
|
5
5
|
isTextFile,
|
|
6
6
|
uploadFile
|
|
7
|
-
} from "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
} from "../../chunk-NJQ45CM7.mjs";
|
|
8
|
+
import "../../chunk-YIOQQ66Z.mjs";
|
|
9
9
|
import "../../chunk-N5UXWPB6.mjs";
|
|
10
10
|
export {
|
|
11
11
|
getEncoding,
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
7
|
-
require('../../chunk-
|
|
6
|
+
var _chunk2ZIJOJWKjs = require('../../chunk-2ZIJOJWK.js');
|
|
7
|
+
require('../../chunk-UBHPQSHE.js');
|
|
8
8
|
require('../../chunk-MCKGQKYU.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.getEncoding =
|
|
14
|
+
exports.getEncoding = _chunk2ZIJOJWKjs.getEncoding; exports.getInternalDependencies = _chunk2ZIJOJWKjs.getInternalDependencies; exports.isTextFile = _chunk2ZIJOJWKjs.isTextFile; exports.uploadFile = _chunk2ZIJOJWKjs.uploadFile;
|
|
@@ -3,8 +3,8 @@ import {
|
|
|
3
3
|
getInternalDependencies,
|
|
4
4
|
isTextFile,
|
|
5
5
|
uploadFile
|
|
6
|
-
} from "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
6
|
+
} from "../../chunk-NJQ45CM7.mjs";
|
|
7
|
+
import "../../chunk-YIOQQ66Z.mjs";
|
|
8
8
|
import "../../chunk-N5UXWPB6.mjs";
|
|
9
9
|
export {
|
|
10
10
|
getEncoding,
|
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.38",
|
|
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.3.3",
|
|
118
118
|
"@nx/node": "^22.3.3",
|
|
119
119
|
"@nx/web": "^22.3.3",
|
|
120
|
-
"@storm-software/config": "1.
|
|
121
|
-
"@storm-software/config-tools": "1.188.
|
|
122
|
-
"@storm-software/workspace-tools": "1.294.
|
|
120
|
+
"@storm-software/config": "1.135.0",
|
|
121
|
+
"@storm-software/config-tools": "1.188.76",
|
|
122
|
+
"@storm-software/workspace-tools": "1.294.22",
|
|
123
123
|
"nx": "^22.3.3",
|
|
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": "d07f74f1d50951459260d2738dea47586e194f7f"
|
|
159
159
|
}
|