@storm-software/cloudflare-tools 0.67.2 → 0.67.5
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 +24 -0
- package/README.md +1 -1
- package/dist/{chunk-Z76CPG5A.mjs → chunk-G3YIFEHZ.mjs} +1 -1
- package/dist/{chunk-LGJWFT4E.mjs → chunk-IXYKG2JG.mjs} +1 -1
- package/dist/{chunk-4O4EESJQ.js → chunk-JNXW4FF4.js} +1 -1
- package/dist/{chunk-IOQB44PE.js → chunk-R6O5A7JL.js} +1 -1
- package/dist/{chunk-WUAPPK36.mjs → chunk-RPGEOOIS.mjs} +4 -4
- package/dist/{chunk-UTJUPMHF.js → chunk-X6EHH3TC.js} +2 -2
- package/dist/executors.js +1 -1
- package/dist/executors.mjs +1 -1
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +2 -2
- package/dist/index.js +4 -4
- package/dist/index.mjs +3 -3
- package/dist/src/executors/cloudflare-publish/executor.js +1 -1
- package/dist/src/executors/cloudflare-publish/executor.mjs +1 -1
- package/dist/src/executors/serve/executor.js +2 -2
- package/dist/src/executors/serve/executor.mjs +1 -1
- 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 +3 -3
- package/dist/src/generators/worker/generator.mjs +2 -2
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,30 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Cloudflare Tools
|
|
4
4
|
|
|
5
|
+
## [0.67.4](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.67.4) (2025-09-15)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([4db53df30](https://github.com/storm-software/storm-ops/commit/4db53df30))
|
|
11
|
+
|
|
12
|
+
## [0.67.3](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.67.3) (2025-09-15)
|
|
13
|
+
|
|
14
|
+
### Miscellaneous
|
|
15
|
+
|
|
16
|
+
- **pnpm-tools:** Update script file name and write workspace contents to
|
|
17
|
+
warning message
|
|
18
|
+
([ac72547b3](https://github.com/storm-software/storm-ops/commit/ac72547b3))
|
|
19
|
+
- **monorepo:** Regenerate README markdown files
|
|
20
|
+
([beeeb4edc](https://github.com/storm-software/storm-ops/commit/beeeb4edc))
|
|
21
|
+
|
|
22
|
+
## [0.67.2](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.67.2) (2025-09-15)
|
|
23
|
+
|
|
24
|
+
### Miscellaneous
|
|
25
|
+
|
|
26
|
+
- **monorepo:** Update workspace package links
|
|
27
|
+
([dd47cb757](https://github.com/storm-software/storm-ops/commit/dd47cb757))
|
|
28
|
+
|
|
5
29
|
## [0.67.1](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.67.1) (2025-09-13)
|
|
6
30
|
|
|
7
31
|
### Miscellaneous
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -7,7 +7,7 @@ var require_package = __commonJS({
|
|
|
7
7
|
"package.json"(exports, module) {
|
|
8
8
|
module.exports = {
|
|
9
9
|
name: "@storm-software/cloudflare-tools",
|
|
10
|
-
version: "0.67.
|
|
10
|
+
version: "0.67.4",
|
|
11
11
|
description: "A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.",
|
|
12
12
|
repository: {
|
|
13
13
|
type: "github",
|
|
@@ -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.67.
|
|
10
|
+
version: "0.67.4",
|
|
11
11
|
description: "A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.",
|
|
12
12
|
repository: {
|
|
13
13
|
type: "github",
|
|
@@ -1161,9 +1161,9 @@ var _prettier = require('prettier');
|
|
|
1161
1161
|
var _semver = require('semver');
|
|
1162
1162
|
|
|
1163
1163
|
// ../pnpm-tools/src/helpers/pnpm-workspace.ts
|
|
1164
|
-
var _jsyaml = require('js-yaml');
|
|
1165
1164
|
|
|
1166
1165
|
|
|
1166
|
+
var _yaml = require('yaml');
|
|
1167
1167
|
|
|
1168
1168
|
// ../workspace-tools/src/executors/npm-publish/executor.ts
|
|
1169
1169
|
|
|
@@ -1154,7 +1154,7 @@ import {
|
|
|
1154
1154
|
readCachedProjectGraph as readCachedProjectGraph2
|
|
1155
1155
|
} from "@nx/devkit";
|
|
1156
1156
|
import { existsSync as existsSync6 } from "node:fs";
|
|
1157
|
-
import { readFile as
|
|
1157
|
+
import { readFile as readFile5, writeFile as writeFile3 } from "node:fs/promises";
|
|
1158
1158
|
import { format } from "prettier";
|
|
1159
1159
|
|
|
1160
1160
|
// ../npm-tools/src/helpers/get-version.ts
|
|
@@ -1164,13 +1164,13 @@ import { exec as exec2 } from "node:child_process";
|
|
|
1164
1164
|
import { coerce, gt, valid } from "semver";
|
|
1165
1165
|
|
|
1166
1166
|
// ../pnpm-tools/src/helpers/pnpm-workspace.ts
|
|
1167
|
-
import { dump, load } from "js-yaml";
|
|
1168
1167
|
import { existsSync as existsSync5 } from "node:fs";
|
|
1169
|
-
import { writeFile as writeFile2 } from "node:fs/promises";
|
|
1168
|
+
import { readFile as readFile4, writeFile as writeFile2 } from "node:fs/promises";
|
|
1169
|
+
import { parse, stringify } from "yaml";
|
|
1170
1170
|
|
|
1171
1171
|
// ../workspace-tools/src/executors/npm-publish/executor.ts
|
|
1172
1172
|
import { execSync as execSync3 } from "node:child_process";
|
|
1173
|
-
import { readFile as
|
|
1173
|
+
import { readFile as readFile6, writeFile as writeFile4 } from "node:fs/promises";
|
|
1174
1174
|
import { format as format2 } from "prettier";
|
|
1175
1175
|
var LARGE_BUFFER2 = 1024 * 1e6;
|
|
1176
1176
|
|
|
@@ -1,6 +1,6 @@
|
|
|
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 _chunkJNXW4FF4js = require('./chunk-JNXW4FF4.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
@@ -66,7 +66,7 @@ ${Object.keys(process.env).map((key) => ` - ${key}=${JSON.stringify(process.env[
|
|
|
66
66
|
const options = await normalizeOptions(tree, schema, config);
|
|
67
67
|
const tasks = [];
|
|
68
68
|
tasks.push(
|
|
69
|
-
await
|
|
69
|
+
await _chunkJNXW4FF4js.generator_default.call(void 0, tree, {
|
|
70
70
|
...options,
|
|
71
71
|
skipFormat: true
|
|
72
72
|
})
|
package/dist/executors.js
CHANGED
package/dist/executors.mjs
CHANGED
package/dist/generators.js
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkX6EHH3TCjs = require('./chunk-X6EHH3TC.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkJNXW4FF4js = require('./chunk-JNXW4FF4.js');
|
|
10
10
|
require('./chunk-F7YMEAER.js');
|
|
11
11
|
require('./chunk-2CDSXWFA.js');
|
|
12
12
|
require('./chunk-MCKGQKYU.js');
|
|
@@ -15,4 +15,4 @@ require('./chunk-MCKGQKYU.js');
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
exports.applicationGenerator =
|
|
18
|
+
exports.applicationGenerator = _chunkX6EHH3TCjs.applicationGenerator; exports.applicationSchematic = _chunkX6EHH3TCjs.applicationSchematic; exports.initGenerator = _chunkJNXW4FF4js.initGenerator; exports.initSchematic = _chunkJNXW4FF4js.initSchematic;
|
package/dist/generators.mjs
CHANGED
|
@@ -2,11 +2,11 @@ import "./chunk-3J7KBHMJ.mjs";
|
|
|
2
2
|
import {
|
|
3
3
|
applicationGenerator,
|
|
4
4
|
applicationSchematic
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-IXYKG2JG.mjs";
|
|
6
6
|
import {
|
|
7
7
|
initGenerator,
|
|
8
8
|
initSchematic
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-G3YIFEHZ.mjs";
|
|
10
10
|
import "./chunk-N5AGCLFI.mjs";
|
|
11
11
|
import "./chunk-V44DYGWX.mjs";
|
|
12
12
|
import "./chunk-3GK6RCJ6.mjs";
|
package/dist/index.js
CHANGED
|
@@ -3,14 +3,14 @@ require('./chunk-DHBG5ASJ.js');
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkX6EHH3TCjs = require('./chunk-X6EHH3TC.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkJNXW4FF4js = require('./chunk-JNXW4FF4.js');
|
|
11
11
|
require('./chunk-CVGPWUNP.js');
|
|
12
12
|
require('./chunk-IRORGRVZ.js');
|
|
13
|
-
require('./chunk-
|
|
13
|
+
require('./chunk-R6O5A7JL.js');
|
|
14
14
|
require('./chunk-UPFKACG7.js');
|
|
15
15
|
|
|
16
16
|
|
|
@@ -163,4 +163,4 @@ function createPackageJson(projectJsonPath, workspaceRoot) {
|
|
|
163
163
|
|
|
164
164
|
|
|
165
165
|
|
|
166
|
-
exports.applicationGenerator =
|
|
166
|
+
exports.applicationGenerator = _chunkX6EHH3TCjs.applicationGenerator; exports.applicationSchematic = _chunkX6EHH3TCjs.applicationSchematic; exports.createNodesV2 = createNodesV2; exports.getInternalDependencies = _chunkNCQM44P3js.getInternalDependencies; exports.initGenerator = _chunkJNXW4FF4js.initGenerator; exports.initSchematic = _chunkJNXW4FF4js.initSchematic; exports.name = name; exports.r2UploadFile = _chunkNCQM44P3js.r2UploadFile;
|
package/dist/index.mjs
CHANGED
|
@@ -3,14 +3,14 @@ import "./chunk-3J7KBHMJ.mjs";
|
|
|
3
3
|
import {
|
|
4
4
|
applicationGenerator,
|
|
5
5
|
applicationSchematic
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-IXYKG2JG.mjs";
|
|
7
7
|
import {
|
|
8
8
|
initGenerator,
|
|
9
9
|
initSchematic
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-G3YIFEHZ.mjs";
|
|
11
11
|
import "./chunk-7Z5PILRU.mjs";
|
|
12
12
|
import "./chunk-EE5HK652.mjs";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-RPGEOOIS.mjs";
|
|
14
14
|
import "./chunk-DC2YLD3R.mjs";
|
|
15
15
|
import {
|
|
16
16
|
getInternalDependencies,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
var _chunkIRORGRVZjs = require('../../../chunk-IRORGRVZ.js');
|
|
4
|
-
require('../../../chunk-
|
|
4
|
+
require('../../../chunk-R6O5A7JL.js');
|
|
5
5
|
require('../../../chunk-NU34IEWN.js');
|
|
6
6
|
require('../../../chunk-F7YMEAER.js');
|
|
7
7
|
require('../../../chunk-2CDSXWFA.js');
|
|
@@ -1,6 +1,6 @@
|
|
|
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 _chunkR6O5A7JLjs = require('../../../chunk-R6O5A7JL.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
var _chunkNU34IEWNjs = require('../../../chunk-NU34IEWN.js');
|
|
@@ -55,7 +55,7 @@ async function* serveExecutor(options, context) {
|
|
|
55
55
|
success: true
|
|
56
56
|
};
|
|
57
57
|
}
|
|
58
|
-
var executor_default =
|
|
58
|
+
var executor_default = _chunkR6O5A7JLjs.withRunExecutor.call(void 0,
|
|
59
59
|
"Cloudflare Serve executor",
|
|
60
60
|
serveExecutor,
|
|
61
61
|
{
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkJNXW4FF4js = require('../../../chunk-JNXW4FF4.js');
|
|
6
6
|
require('../../../chunk-MCKGQKYU.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.default =
|
|
11
|
+
exports.default = _chunkJNXW4FF4js.generator_default; exports.initGenerator = _chunkJNXW4FF4js.initGenerator; exports.initSchematic = _chunkJNXW4FF4js.initSchematic;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
5
|
+
var _chunkX6EHH3TCjs = require('../../../chunk-X6EHH3TC.js');
|
|
6
|
+
require('../../../chunk-JNXW4FF4.js');
|
|
7
7
|
require('../../../chunk-F7YMEAER.js');
|
|
8
8
|
require('../../../chunk-2CDSXWFA.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 = _chunkX6EHH3TCjs.applicationGenerator; exports.applicationSchematic = _chunkX6EHH3TCjs.applicationSchematic; exports.default = _chunkX6EHH3TCjs.generator_default;
|
|
@@ -2,8 +2,8 @@ import {
|
|
|
2
2
|
applicationGenerator,
|
|
3
3
|
applicationSchematic,
|
|
4
4
|
generator_default
|
|
5
|
-
} from "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
5
|
+
} from "../../../chunk-IXYKG2JG.mjs";
|
|
6
|
+
import "../../../chunk-G3YIFEHZ.mjs";
|
|
7
7
|
import "../../../chunk-N5AGCLFI.mjs";
|
|
8
8
|
import "../../../chunk-V44DYGWX.mjs";
|
|
9
9
|
import "../../../chunk-3GK6RCJ6.mjs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/cloudflare-tools",
|
|
3
|
-
"version": "0.67.
|
|
3
|
+
"version": "0.67.5",
|
|
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,15 +113,15 @@
|
|
|
113
113
|
"sullivanpj"
|
|
114
114
|
],
|
|
115
115
|
"peerDependencies": {
|
|
116
|
-
"@nx/devkit": "
|
|
117
|
-
"@nx/js": "
|
|
118
|
-
"@nx/node": "
|
|
119
|
-
"@nx/web": "
|
|
116
|
+
"@nx/devkit": "^21.4.1",
|
|
117
|
+
"@nx/js": "^21.4.1",
|
|
118
|
+
"@nx/node": "^21.4.1",
|
|
119
|
+
"@nx/web": "^21.4.1",
|
|
120
120
|
"@storm-software/config": "1.113.5",
|
|
121
121
|
"@storm-software/config-tools": "1.163.5",
|
|
122
122
|
"@storm-software/workspace-tools": "1.267.0",
|
|
123
|
-
"nx": "
|
|
124
|
-
"tsup": "
|
|
123
|
+
"nx": "^21.4.1",
|
|
124
|
+
"tsup": "8.4.0",
|
|
125
125
|
"wrangler": ">=3.58.0"
|
|
126
126
|
},
|
|
127
127
|
"peerDependenciesMeta": {
|
|
@@ -134,21 +134,21 @@
|
|
|
134
134
|
},
|
|
135
135
|
"dependencies": {
|
|
136
136
|
"@aws-sdk/client-s3": "3.47.0",
|
|
137
|
-
"defu": "
|
|
138
|
-
"glob": "
|
|
137
|
+
"defu": "6.1.4",
|
|
138
|
+
"glob": "^11.0.1"
|
|
139
139
|
},
|
|
140
140
|
"devDependencies": {
|
|
141
|
-
"@nx/devkit": "
|
|
142
|
-
"@nx/node": "
|
|
143
|
-
"@nx/web": "
|
|
144
|
-
"@nx/webpack": "
|
|
145
|
-
"nx": "
|
|
146
|
-
"tsup": "
|
|
147
|
-
"untyped": "
|
|
141
|
+
"@nx/devkit": "^21.4.1",
|
|
142
|
+
"@nx/node": "^21.4.1",
|
|
143
|
+
"@nx/web": "^21.4.1",
|
|
144
|
+
"@nx/webpack": "^21.4.1",
|
|
145
|
+
"nx": "^21.4.1",
|
|
146
|
+
"tsup": "8.4.0",
|
|
147
|
+
"untyped": "^1.5.2",
|
|
148
148
|
"wrangler": "^4.37.0"
|
|
149
149
|
},
|
|
150
150
|
"publishConfig": { "access": "public" },
|
|
151
151
|
"executors": "./executors.json",
|
|
152
152
|
"generators": "./generators.json",
|
|
153
|
-
"gitHead": "
|
|
153
|
+
"gitHead": "ee2be672dff8773062977876c5388bb5ea6dcde2"
|
|
154
154
|
}
|