@storm-software/cloudflare-tools 0.71.135 → 0.71.139
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 +55 -0
- package/README.md +1 -1
- package/dist/{chunk-LYG5KMUA.mjs → chunk-6UC2RMLH.mjs} +1 -1
- package/dist/{chunk-SYNKODHE.mjs → chunk-C7WPY7XT.mjs} +10 -10
- package/dist/{chunk-PNPYPUCE.js → chunk-DJTQV3PN.js} +9 -9
- package/dist/{chunk-AIE6CJKD.mjs → chunk-I6AXMB5Z.mjs} +1 -1
- package/dist/{chunk-ZFZC4ZU3.mjs → chunk-JZJTCOKN.mjs} +4 -4
- package/dist/{chunk-6QGHAUTN.js → chunk-V5JH2KC2.js} +4 -4
- package/dist/{chunk-3ALYECD7.mjs → chunk-WHNN3F7K.mjs} +1 -1
- package/dist/executors.js +3 -3
- package/dist/executors.mjs +6 -6
- package/dist/generators.js +5 -5
- package/dist/generators.mjs +5 -5
- package/dist/index.js +10 -10
- package/dist/index.mjs +14 -14
- package/dist/src/executors/cloudflare-publish/executor.mjs +3 -3
- package/dist/src/executors/r2-upload-publish/executor.js +4 -4
- package/dist/src/executors/r2-upload-publish/executor.mjs +4 -4
- 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 +15 -15
- package/dist/{chunk-NORE3RH3.mjs → chunk-5G2MEC53.mjs} +8 -8
- package/dist/{chunk-C45TN2ET.js → chunk-XS3GCBKI.js} +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,61 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Cloudflare Tools
|
|
4
4
|
|
|
5
|
+
## [0.71.139](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.71.139) (05/14/2026)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **workspace-tools** to **v1.295.65**
|
|
10
|
+
- Updated **config-tools** to **v1.190.5**
|
|
11
|
+
- Updated **config** to **v1.137.38**
|
|
12
|
+
|
|
13
|
+
## [0.71.138](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.71.138) (05/14/2026)
|
|
14
|
+
|
|
15
|
+
### Miscellaneous
|
|
16
|
+
|
|
17
|
+
- **release:** publish ([d45102e8d](https://github.com/storm-software/storm-ops/commit/d45102e8d))
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- **git-tools:** Ensure non-cached project graph is used during release graph creation ([af729bd1f](https://github.com/storm-software/storm-ops/commit/af729bd1f))
|
|
22
|
+
|
|
23
|
+
### Updated Dependencies
|
|
24
|
+
|
|
25
|
+
- Updated **workspace-tools** to **v1.295.64**
|
|
26
|
+
- Updated **config-tools** to **v1.190.4**
|
|
27
|
+
- Updated **config** to **v1.137.37**
|
|
28
|
+
|
|
29
|
+
## [0.71.137](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.71.137) (05/13/2026)
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
- **git-tools:** Ensure non-cached project graph is used during release graph creation ([af729bd1f](https://github.com/storm-software/storm-ops/commit/af729bd1f))
|
|
34
|
+
|
|
35
|
+
### Updated Dependencies
|
|
36
|
+
|
|
37
|
+
- Updated **workspace-tools** to **v1.295.63**
|
|
38
|
+
- Updated **config-tools** to **v1.190.3**
|
|
39
|
+
- Updated **config** to **v1.137.36**
|
|
40
|
+
|
|
41
|
+
## [0.71.136](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.71.136) (05/12/2026)
|
|
42
|
+
|
|
43
|
+
### Miscellaneous
|
|
44
|
+
|
|
45
|
+
- **monorepo:** Update devenv modules to latest version ([5467f0db1](https://github.com/storm-software/storm-ops/commit/5467f0db1))
|
|
46
|
+
- **monorepo:** Update workspace packages' dependencies ([6b6fa42ec](https://github.com/storm-software/storm-ops/commit/6b6fa42ec))
|
|
47
|
+
|
|
48
|
+
### Updated Dependencies
|
|
49
|
+
|
|
50
|
+
- Updated **workspace-tools** to **v1.295.62**
|
|
51
|
+
- Updated **config-tools** to **v1.190.2**
|
|
52
|
+
- Updated **config** to **v1.137.35**
|
|
53
|
+
|
|
54
|
+
## [0.71.135](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.71.135) (04/29/2026)
|
|
55
|
+
|
|
56
|
+
### Updated Dependencies
|
|
57
|
+
|
|
58
|
+
- Updated **workspace-tools** to **v1.295.61**
|
|
59
|
+
|
|
5
60
|
## [0.71.134](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.71.134) (04/29/2026)
|
|
6
61
|
|
|
7
62
|
### Updated Dependencies
|
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
|
@@ -9,7 +9,7 @@ var __commonJS = (cb, mod) => function __require2() {
|
|
|
9
9
|
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
10
10
|
};
|
|
11
11
|
|
|
12
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
12
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__89bd8bfa776d251dbd20e938db1c740e/node_modules/tsup/assets/esm_shims.js
|
|
13
13
|
import { fileURLToPath } from "url";
|
|
14
14
|
import path from "path";
|
|
15
15
|
var getFilename = () => fileURLToPath(import.meta.url);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
__commonJS
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-6UC2RMLH.mjs";
|
|
4
4
|
|
|
5
5
|
// package.json
|
|
6
6
|
var require_package = __commonJS({
|
|
7
7
|
"package.json"(exports, module) {
|
|
8
8
|
module.exports = {
|
|
9
9
|
name: "@storm-software/cloudflare-tools",
|
|
10
|
-
version: "0.71.
|
|
10
|
+
version: "0.71.139",
|
|
11
11
|
private: false,
|
|
12
12
|
description: "A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.",
|
|
13
13
|
keywords: [
|
|
@@ -132,9 +132,9 @@ var require_package = __commonJS({
|
|
|
132
132
|
module: "dist/index.mjs",
|
|
133
133
|
typings: "dist/index.d.ts",
|
|
134
134
|
dependencies: {
|
|
135
|
-
"@aws-sdk/client-s3": "^3.
|
|
136
|
-
"@aws-sdk/lib-storage": "^3.
|
|
137
|
-
"@smithy/node-http-handler": "^4.
|
|
135
|
+
"@aws-sdk/client-s3": "^3.1046.0",
|
|
136
|
+
"@aws-sdk/lib-storage": "^3.1046.0",
|
|
137
|
+
"@smithy/node-http-handler": "^4.7.2",
|
|
138
138
|
defu: "catalog:",
|
|
139
139
|
glob: "catalog:",
|
|
140
140
|
"mime-types": "^3.0.2",
|
|
@@ -145,20 +145,20 @@ var require_package = __commonJS({
|
|
|
145
145
|
"@nx/node": "catalog:",
|
|
146
146
|
"@nx/web": "catalog:",
|
|
147
147
|
"@nx/webpack": "catalog:",
|
|
148
|
-
"@smithy/protocol-http": "^5.
|
|
148
|
+
"@smithy/protocol-http": "^5.4.2",
|
|
149
149
|
nx: "catalog:",
|
|
150
150
|
tsup: "catalog:",
|
|
151
151
|
untyped: "catalog:",
|
|
152
|
-
wrangler: "^4.
|
|
152
|
+
wrangler: "^4.90.1"
|
|
153
153
|
},
|
|
154
154
|
peerDependencies: {
|
|
155
155
|
"@nx/devkit": "catalog:",
|
|
156
156
|
"@nx/js": "catalog:",
|
|
157
157
|
"@nx/node": "catalog:",
|
|
158
158
|
"@nx/web": "catalog:",
|
|
159
|
-
"@storm-software/config": "1.137.
|
|
160
|
-
"@storm-software/config-tools": "1.190.
|
|
161
|
-
"@storm-software/workspace-tools": "1.295.
|
|
159
|
+
"@storm-software/config": "1.137.38",
|
|
160
|
+
"@storm-software/config-tools": "1.190.5",
|
|
161
|
+
"@storm-software/workspace-tools": "1.295.65",
|
|
162
162
|
nx: "catalog:",
|
|
163
163
|
tsup: "catalog:",
|
|
164
164
|
wrangler: ">=3.58.0"
|
|
@@ -7,7 +7,7 @@ var require_package = _chunkMCKGQKYUjs.__commonJS.call(void 0, {
|
|
|
7
7
|
"package.json"(exports, module) {
|
|
8
8
|
module.exports = {
|
|
9
9
|
name: "@storm-software/cloudflare-tools",
|
|
10
|
-
version: "0.71.
|
|
10
|
+
version: "0.71.139",
|
|
11
11
|
private: false,
|
|
12
12
|
description: "A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.",
|
|
13
13
|
keywords: [
|
|
@@ -132,9 +132,9 @@ var require_package = _chunkMCKGQKYUjs.__commonJS.call(void 0, {
|
|
|
132
132
|
module: "dist/index.mjs",
|
|
133
133
|
typings: "dist/index.d.ts",
|
|
134
134
|
dependencies: {
|
|
135
|
-
"@aws-sdk/client-s3": "^3.
|
|
136
|
-
"@aws-sdk/lib-storage": "^3.
|
|
137
|
-
"@smithy/node-http-handler": "^4.
|
|
135
|
+
"@aws-sdk/client-s3": "^3.1046.0",
|
|
136
|
+
"@aws-sdk/lib-storage": "^3.1046.0",
|
|
137
|
+
"@smithy/node-http-handler": "^4.7.2",
|
|
138
138
|
defu: "catalog:",
|
|
139
139
|
glob: "catalog:",
|
|
140
140
|
"mime-types": "^3.0.2",
|
|
@@ -145,20 +145,20 @@ var require_package = _chunkMCKGQKYUjs.__commonJS.call(void 0, {
|
|
|
145
145
|
"@nx/node": "catalog:",
|
|
146
146
|
"@nx/web": "catalog:",
|
|
147
147
|
"@nx/webpack": "catalog:",
|
|
148
|
-
"@smithy/protocol-http": "^5.
|
|
148
|
+
"@smithy/protocol-http": "^5.4.2",
|
|
149
149
|
nx: "catalog:",
|
|
150
150
|
tsup: "catalog:",
|
|
151
151
|
untyped: "catalog:",
|
|
152
|
-
wrangler: "^4.
|
|
152
|
+
wrangler: "^4.90.1"
|
|
153
153
|
},
|
|
154
154
|
peerDependencies: {
|
|
155
155
|
"@nx/devkit": "catalog:",
|
|
156
156
|
"@nx/js": "catalog:",
|
|
157
157
|
"@nx/node": "catalog:",
|
|
158
158
|
"@nx/web": "catalog:",
|
|
159
|
-
"@storm-software/config": "1.137.
|
|
160
|
-
"@storm-software/config-tools": "1.190.
|
|
161
|
-
"@storm-software/workspace-tools": "1.295.
|
|
159
|
+
"@storm-software/config": "1.137.38",
|
|
160
|
+
"@storm-software/config-tools": "1.190.5",
|
|
161
|
+
"@storm-software/workspace-tools": "1.295.65",
|
|
162
162
|
nx: "catalog:",
|
|
163
163
|
tsup: "catalog:",
|
|
164
164
|
wrangler: ">=3.58.0"
|
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
} from "./chunk-76TM4A24.mjs";
|
|
28
28
|
import {
|
|
29
29
|
__dirname
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-6UC2RMLH.mjs";
|
|
31
31
|
|
|
32
32
|
// ../config-tools/src/utilities/apply-workspace-tokens.ts
|
|
33
33
|
var applyWorkspaceBaseTokens = async (option, tokenParams) => {
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
generator_default
|
|
3
|
-
} from "./chunk-SYNKODHE.mjs";
|
|
4
1
|
import {
|
|
5
2
|
findWorkspaceRoot,
|
|
6
3
|
getConfig
|
|
@@ -14,9 +11,12 @@ import {
|
|
|
14
11
|
writeInfo,
|
|
15
12
|
writeTrace
|
|
16
13
|
} from "./chunk-76TM4A24.mjs";
|
|
14
|
+
import {
|
|
15
|
+
generator_default
|
|
16
|
+
} from "./chunk-C7WPY7XT.mjs";
|
|
17
17
|
import {
|
|
18
18
|
__dirname
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-6UC2RMLH.mjs";
|
|
20
20
|
|
|
21
21
|
// src/generators/worker/generator.ts
|
|
22
22
|
import {
|
|
@@ -1,8 +1,5 @@
|
|
|
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 _chunkPNPYPUCEjs = require('./chunk-PNPYPUCE.js');
|
|
4
|
-
|
|
5
|
-
|
|
6
3
|
|
|
7
4
|
var _chunkM67NVAFNjs = require('./chunk-M67NVAFN.js');
|
|
8
5
|
|
|
@@ -15,6 +12,9 @@ var _chunkM67NVAFNjs = require('./chunk-M67NVAFN.js');
|
|
|
15
12
|
|
|
16
13
|
var _chunkX4EH7JKIjs = require('./chunk-X4EH7JKI.js');
|
|
17
14
|
|
|
15
|
+
|
|
16
|
+
var _chunkDJTQV3PNjs = require('./chunk-DJTQV3PN.js');
|
|
17
|
+
|
|
18
18
|
// src/generators/worker/generator.ts
|
|
19
19
|
|
|
20
20
|
|
|
@@ -70,7 +70,7 @@ ${Object.keys(process.env).map((key) => ` - ${key}=${JSON.stringify(process.env[
|
|
|
70
70
|
const options = await normalizeOptions(tree, schema, config);
|
|
71
71
|
const tasks = [];
|
|
72
72
|
tasks.push(
|
|
73
|
-
await
|
|
73
|
+
await _chunkDJTQV3PNjs.generator_default.call(void 0, tree, {
|
|
74
74
|
...options,
|
|
75
75
|
skipFormat: true
|
|
76
76
|
})
|
package/dist/executors.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";require('./chunk-XO66D74Z.js');
|
|
2
|
-
require('./chunk-C45TN2ET.js');
|
|
3
|
-
require('./chunk-KUGEZPUO.js');
|
|
4
|
-
require('./chunk-RFTWAZAH.js');
|
|
5
2
|
require('./chunk-QBD2OGUY.js');
|
|
3
|
+
require('./chunk-XS3GCBKI.js');
|
|
6
4
|
require('./chunk-NWIDJAAD.js');
|
|
7
5
|
require('./chunk-N7FW365Q.js');
|
|
8
6
|
require('./chunk-M67NVAFN.js');
|
|
7
|
+
require('./chunk-KUGEZPUO.js');
|
|
8
|
+
require('./chunk-RFTWAZAH.js');
|
|
9
9
|
require('./chunk-X4EH7JKI.js');
|
|
10
10
|
require('./chunk-MCKGQKYU.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "./chunk-YSCEY447.mjs";
|
|
2
|
-
import "./chunk-
|
|
3
|
-
import "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-3ALYECD7.mjs";
|
|
6
|
-
import "./chunk-AIE6CJKD.mjs";
|
|
2
|
+
import "./chunk-WHNN3F7K.mjs";
|
|
3
|
+
import "./chunk-5G2MEC53.mjs";
|
|
4
|
+
import "./chunk-I6AXMB5Z.mjs";
|
|
7
5
|
import "./chunk-3MAI3FU2.mjs";
|
|
8
6
|
import "./chunk-NDCCQODD.mjs";
|
|
7
|
+
import "./chunk-SWYYMID7.mjs";
|
|
8
|
+
import "./chunk-RV2PLDCF.mjs";
|
|
9
9
|
import "./chunk-76TM4A24.mjs";
|
|
10
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-6UC2RMLH.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkV5JH2KC2js = require('./chunk-V5JH2KC2.js');
|
|
6
|
+
require('./chunk-M67NVAFN.js');
|
|
7
|
+
require('./chunk-X4EH7JKI.js');
|
|
6
8
|
|
|
7
9
|
|
|
8
10
|
|
|
9
|
-
var
|
|
10
|
-
require('./chunk-M67NVAFN.js');
|
|
11
|
-
require('./chunk-X4EH7JKI.js');
|
|
11
|
+
var _chunkDJTQV3PNjs = require('./chunk-DJTQV3PN.js');
|
|
12
12
|
require('./chunk-MCKGQKYU.js');
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
exports.applicationGenerator =
|
|
18
|
+
exports.applicationGenerator = _chunkV5JH2KC2js.applicationGenerator; exports.applicationSchematic = _chunkV5JH2KC2js.applicationSchematic; exports.initGenerator = _chunkDJTQV3PNjs.initGenerator; exports.initSchematic = _chunkDJTQV3PNjs.initSchematic;
|
package/dist/generators.mjs
CHANGED
|
@@ -2,14 +2,14 @@ import "./chunk-3J7KBHMJ.mjs";
|
|
|
2
2
|
import {
|
|
3
3
|
applicationGenerator,
|
|
4
4
|
applicationSchematic
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-JZJTCOKN.mjs";
|
|
6
|
+
import "./chunk-NDCCQODD.mjs";
|
|
7
|
+
import "./chunk-76TM4A24.mjs";
|
|
6
8
|
import {
|
|
7
9
|
initGenerator,
|
|
8
10
|
initSchematic
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-76TM4A24.mjs";
|
|
12
|
-
import "./chunk-LYG5KMUA.mjs";
|
|
11
|
+
} from "./chunk-C7WPY7XT.mjs";
|
|
12
|
+
import "./chunk-6UC2RMLH.mjs";
|
|
13
13
|
export {
|
|
14
14
|
applicationGenerator,
|
|
15
15
|
applicationSchematic,
|
package/dist/index.js
CHANGED
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }require('./chunk-XO66D74Z.js');
|
|
2
|
-
require('./chunk-
|
|
3
|
-
require('./chunk-
|
|
2
|
+
require('./chunk-QBD2OGUY.js');
|
|
3
|
+
require('./chunk-XS3GCBKI.js');
|
|
4
|
+
require('./chunk-NWIDJAAD.js');
|
|
4
5
|
|
|
5
6
|
|
|
6
7
|
|
|
7
|
-
var
|
|
8
|
+
var _chunkN7FW365Qjs = require('./chunk-N7FW365Q.js');
|
|
9
|
+
require('./chunk-DHBG5ASJ.js');
|
|
8
10
|
|
|
9
11
|
|
|
10
12
|
|
|
11
|
-
var
|
|
13
|
+
var _chunkV5JH2KC2js = require('./chunk-V5JH2KC2.js');
|
|
14
|
+
require('./chunk-M67NVAFN.js');
|
|
12
15
|
require('./chunk-KUGEZPUO.js');
|
|
13
16
|
require('./chunk-CVGPWUNP.js');
|
|
14
17
|
|
|
@@ -17,14 +20,11 @@ require('./chunk-CVGPWUNP.js');
|
|
|
17
20
|
|
|
18
21
|
|
|
19
22
|
var _chunkRFTWAZAHjs = require('./chunk-RFTWAZAH.js');
|
|
20
|
-
require('./chunk-
|
|
21
|
-
require('./chunk-NWIDJAAD.js');
|
|
23
|
+
require('./chunk-X4EH7JKI.js');
|
|
22
24
|
|
|
23
25
|
|
|
24
26
|
|
|
25
|
-
var
|
|
26
|
-
require('./chunk-M67NVAFN.js');
|
|
27
|
-
require('./chunk-X4EH7JKI.js');
|
|
27
|
+
var _chunkDJTQV3PNjs = require('./chunk-DJTQV3PN.js');
|
|
28
28
|
require('./chunk-MCKGQKYU.js');
|
|
29
29
|
|
|
30
30
|
// src/plugins/index.ts
|
|
@@ -160,4 +160,4 @@ function createPackageJson(projectJsonPath, workspaceRoot) {
|
|
|
160
160
|
|
|
161
161
|
|
|
162
162
|
|
|
163
|
-
exports.applicationGenerator =
|
|
163
|
+
exports.applicationGenerator = _chunkV5JH2KC2js.applicationGenerator; exports.applicationSchematic = _chunkV5JH2KC2js.applicationSchematic; exports.createNodesV2 = createNodesV2; exports.getEncoding = _chunkRFTWAZAHjs.getEncoding; exports.getInternalDependencies = _chunkRFTWAZAHjs.getInternalDependencies; exports.initGenerator = _chunkDJTQV3PNjs.initGenerator; exports.initSchematic = _chunkDJTQV3PNjs.initSchematic; exports.isTextFile = _chunkRFTWAZAHjs.isTextFile; exports.name = name; exports.uploadFile = _chunkRFTWAZAHjs.uploadFile;
|
package/dist/index.mjs
CHANGED
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
import "./chunk-YSCEY447.mjs";
|
|
2
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-WHNN3F7K.mjs";
|
|
3
|
+
import "./chunk-5G2MEC53.mjs";
|
|
4
|
+
import "./chunk-I6AXMB5Z.mjs";
|
|
5
|
+
import {
|
|
6
|
+
ProjectTagConstants,
|
|
7
|
+
addProjectTag
|
|
8
|
+
} from "./chunk-3MAI3FU2.mjs";
|
|
3
9
|
import "./chunk-3J7KBHMJ.mjs";
|
|
4
10
|
import {
|
|
5
11
|
applicationGenerator,
|
|
6
12
|
applicationSchematic
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import
|
|
9
|
-
initGenerator,
|
|
10
|
-
initSchematic
|
|
11
|
-
} from "./chunk-SYNKODHE.mjs";
|
|
13
|
+
} from "./chunk-JZJTCOKN.mjs";
|
|
14
|
+
import "./chunk-NDCCQODD.mjs";
|
|
12
15
|
import "./chunk-SWYYMID7.mjs";
|
|
13
16
|
import "./chunk-7Z5PILRU.mjs";
|
|
14
17
|
import {
|
|
@@ -17,15 +20,12 @@ import {
|
|
|
17
20
|
isTextFile,
|
|
18
21
|
uploadFile
|
|
19
22
|
} from "./chunk-RV2PLDCF.mjs";
|
|
20
|
-
import "./chunk-3ALYECD7.mjs";
|
|
21
|
-
import "./chunk-AIE6CJKD.mjs";
|
|
22
|
-
import {
|
|
23
|
-
ProjectTagConstants,
|
|
24
|
-
addProjectTag
|
|
25
|
-
} from "./chunk-3MAI3FU2.mjs";
|
|
26
|
-
import "./chunk-NDCCQODD.mjs";
|
|
27
23
|
import "./chunk-76TM4A24.mjs";
|
|
28
|
-
import
|
|
24
|
+
import {
|
|
25
|
+
initGenerator,
|
|
26
|
+
initSchematic
|
|
27
|
+
} from "./chunk-C7WPY7XT.mjs";
|
|
28
|
+
import "./chunk-6UC2RMLH.mjs";
|
|
29
29
|
|
|
30
30
|
// src/plugins/index.ts
|
|
31
31
|
import {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runExecutor
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-WHNN3F7K.mjs";
|
|
4
|
+
import "../../../chunk-I6AXMB5Z.mjs";
|
|
5
5
|
import "../../../chunk-3MAI3FU2.mjs";
|
|
6
6
|
import "../../../chunk-NDCCQODD.mjs";
|
|
7
7
|
import "../../../chunk-76TM4A24.mjs";
|
|
8
|
-
import "../../../chunk-
|
|
8
|
+
import "../../../chunk-6UC2RMLH.mjs";
|
|
9
9
|
export {
|
|
10
10
|
runExecutor as default
|
|
11
11
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-KUGEZPUO.js');
|
|
5
|
-
require('../../../chunk-RFTWAZAH.js');
|
|
3
|
+
var _chunkXS3GCBKIjs = require('../../../chunk-XS3GCBKI.js');
|
|
6
4
|
require('../../../chunk-N7FW365Q.js');
|
|
7
5
|
require('../../../chunk-M67NVAFN.js');
|
|
6
|
+
require('../../../chunk-KUGEZPUO.js');
|
|
7
|
+
require('../../../chunk-RFTWAZAH.js');
|
|
8
8
|
require('../../../chunk-X4EH7JKI.js');
|
|
9
9
|
require('../../../chunk-MCKGQKYU.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
exports.default =
|
|
12
|
+
exports.default = _chunkXS3GCBKIjs.runExecutor;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runExecutor
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-SWYYMID7.mjs";
|
|
5
|
-
import "../../../chunk-RV2PLDCF.mjs";
|
|
3
|
+
} from "../../../chunk-5G2MEC53.mjs";
|
|
6
4
|
import "../../../chunk-3MAI3FU2.mjs";
|
|
7
5
|
import "../../../chunk-NDCCQODD.mjs";
|
|
6
|
+
import "../../../chunk-SWYYMID7.mjs";
|
|
7
|
+
import "../../../chunk-RV2PLDCF.mjs";
|
|
8
8
|
import "../../../chunk-76TM4A24.mjs";
|
|
9
|
-
import "../../../chunk-
|
|
9
|
+
import "../../../chunk-6UC2RMLH.mjs";
|
|
10
10
|
export {
|
|
11
11
|
runExecutor as default
|
|
12
12
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
withRunExecutor
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-I6AXMB5Z.mjs";
|
|
4
4
|
import {
|
|
5
5
|
createCliOptions
|
|
6
6
|
} from "../../../chunk-3MAI3FU2.mjs";
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-NDCCQODD.mjs";
|
|
|
8
8
|
import "../../../chunk-76TM4A24.mjs";
|
|
9
9
|
import {
|
|
10
10
|
__require
|
|
11
|
-
} from "../../../chunk-
|
|
11
|
+
} from "../../../chunk-6UC2RMLH.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 _chunkDJTQV3PNjs = require('../../../chunk-DJTQV3PN.js');
|
|
6
6
|
require('../../../chunk-MCKGQKYU.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.default =
|
|
11
|
+
exports.default = _chunkDJTQV3PNjs.generator_default; exports.initGenerator = _chunkDJTQV3PNjs.initGenerator; exports.initSchematic = _chunkDJTQV3PNjs.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-C7WPY7XT.mjs";
|
|
6
|
+
import "../../../chunk-6UC2RMLH.mjs";
|
|
7
7
|
export {
|
|
8
8
|
generator_default as default,
|
|
9
9
|
initGenerator,
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-PNPYPUCE.js');
|
|
5
|
+
var _chunkV5JH2KC2js = require('../../../chunk-V5JH2KC2.js');
|
|
7
6
|
require('../../../chunk-M67NVAFN.js');
|
|
8
7
|
require('../../../chunk-X4EH7JKI.js');
|
|
8
|
+
require('../../../chunk-DJTQV3PN.js');
|
|
9
9
|
require('../../../chunk-MCKGQKYU.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.applicationGenerator =
|
|
14
|
+
exports.applicationGenerator = _chunkV5JH2KC2js.applicationGenerator; exports.applicationSchematic = _chunkV5JH2KC2js.applicationSchematic; exports.default = _chunkV5JH2KC2js.generator_default;
|
|
@@ -2,11 +2,11 @@ import {
|
|
|
2
2
|
applicationGenerator,
|
|
3
3
|
applicationSchematic,
|
|
4
4
|
generator_default
|
|
5
|
-
} from "../../../chunk-
|
|
6
|
-
import "../../../chunk-SYNKODHE.mjs";
|
|
5
|
+
} from "../../../chunk-JZJTCOKN.mjs";
|
|
7
6
|
import "../../../chunk-NDCCQODD.mjs";
|
|
8
7
|
import "../../../chunk-76TM4A24.mjs";
|
|
9
|
-
import "../../../chunk-
|
|
8
|
+
import "../../../chunk-C7WPY7XT.mjs";
|
|
9
|
+
import "../../../chunk-6UC2RMLH.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.139",
|
|
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": [
|
|
@@ -113,34 +113,34 @@
|
|
|
113
113
|
"module": "dist/index.mjs",
|
|
114
114
|
"typings": "dist/index.d.ts",
|
|
115
115
|
"dependencies": {
|
|
116
|
-
"@aws-sdk/client-s3": "^3.
|
|
117
|
-
"@aws-sdk/lib-storage": "^3.
|
|
118
|
-
"@smithy/node-http-handler": "^4.
|
|
116
|
+
"@aws-sdk/client-s3": "^3.1046.0",
|
|
117
|
+
"@aws-sdk/lib-storage": "^3.1046.0",
|
|
118
|
+
"@smithy/node-http-handler": "^4.7.2",
|
|
119
119
|
"defu": "6.1.4",
|
|
120
120
|
"glob": "^11.1.0",
|
|
121
121
|
"mime-types": "^3.0.2",
|
|
122
122
|
"pretty-bytes": "^7.1.0"
|
|
123
123
|
},
|
|
124
124
|
"devDependencies": {
|
|
125
|
-
"@nx/devkit": "22.
|
|
125
|
+
"@nx/devkit": "22.7.1",
|
|
126
126
|
"@nx/node": "22.5.1",
|
|
127
127
|
"@nx/web": "22.5.1",
|
|
128
128
|
"@nx/webpack": "22.5.1",
|
|
129
|
-
"@smithy/protocol-http": "^5.
|
|
130
|
-
"nx": "22.
|
|
129
|
+
"@smithy/protocol-http": "^5.4.2",
|
|
130
|
+
"nx": "22.7.1",
|
|
131
131
|
"tsup": "8.4.0",
|
|
132
132
|
"untyped": "^2.0.0",
|
|
133
|
-
"wrangler": "^4.
|
|
133
|
+
"wrangler": "^4.90.1"
|
|
134
134
|
},
|
|
135
135
|
"peerDependencies": {
|
|
136
|
-
"@nx/devkit": "22.
|
|
137
|
-
"@nx/js": "22.
|
|
136
|
+
"@nx/devkit": "22.7.1",
|
|
137
|
+
"@nx/js": "22.7.1",
|
|
138
138
|
"@nx/node": "22.5.1",
|
|
139
139
|
"@nx/web": "22.5.1",
|
|
140
|
-
"@storm-software/config": "1.137.
|
|
141
|
-
"@storm-software/config-tools": "1.190.
|
|
142
|
-
"@storm-software/workspace-tools": "1.295.
|
|
143
|
-
"nx": "22.
|
|
140
|
+
"@storm-software/config": "1.137.38",
|
|
141
|
+
"@storm-software/config-tools": "1.190.5",
|
|
142
|
+
"@storm-software/workspace-tools": "1.295.65",
|
|
143
|
+
"nx": "22.7.1",
|
|
144
144
|
"tsup": "8.4.0",
|
|
145
145
|
"wrangler": ">=3.58.0"
|
|
146
146
|
},
|
|
@@ -155,5 +155,5 @@
|
|
|
155
155
|
"publishConfig": { "access": "public" },
|
|
156
156
|
"executors": "./executors.json",
|
|
157
157
|
"generators": "./generators.json",
|
|
158
|
-
"gitHead": "
|
|
158
|
+
"gitHead": "4c0d75cede50bb0b2fa1765b3df4217e5315b0dd"
|
|
159
159
|
}
|
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
createHttpHandler
|
|
3
|
-
} from "./chunk-SWYYMID7.mjs";
|
|
4
|
-
import {
|
|
5
|
-
getEncoding,
|
|
6
|
-
getInternalDependencies,
|
|
7
|
-
uploadFile
|
|
8
|
-
} from "./chunk-RV2PLDCF.mjs";
|
|
9
1
|
import {
|
|
10
2
|
createCliOptions,
|
|
11
3
|
getPackageInfo
|
|
@@ -14,6 +6,14 @@ import {
|
|
|
14
6
|
findWorkspaceRoot,
|
|
15
7
|
getConfig
|
|
16
8
|
} from "./chunk-NDCCQODD.mjs";
|
|
9
|
+
import {
|
|
10
|
+
createHttpHandler
|
|
11
|
+
} from "./chunk-SWYYMID7.mjs";
|
|
12
|
+
import {
|
|
13
|
+
getEncoding,
|
|
14
|
+
getInternalDependencies,
|
|
15
|
+
uploadFile
|
|
16
|
+
} from "./chunk-RV2PLDCF.mjs";
|
|
17
17
|
import {
|
|
18
18
|
correctPaths,
|
|
19
19
|
joinPaths,
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 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 _chunkKUGEZPUOjs = require('./chunk-KUGEZPUO.js');
|
|
4
3
|
|
|
4
|
+
var _chunkN7FW365Qjs = require('./chunk-N7FW365Q.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkM67NVAFNjs = require('./chunk-M67NVAFN.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
|
+
var _chunkKUGEZPUOjs = require('./chunk-KUGEZPUO.js');
|
|
11
12
|
|
|
12
|
-
var _chunkN7FW365Qjs = require('./chunk-N7FW365Q.js');
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _chunkRFTWAZAHjs = require('./chunk-RFTWAZAH.js');
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
|