@storm-software/cloudflare-tools 0.65.6 → 0.65.7
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 +9 -0
- package/dist/{chunk-QBISXDXF.mjs → chunk-436YFSDY.mjs} +1 -1
- package/dist/{chunk-G6PGMOAM.mjs → chunk-DAVZT6KF.mjs} +3 -3
- package/dist/{chunk-SN6UJZ2G.mjs → chunk-EIZU6AAN.mjs} +3 -3
- package/dist/{chunk-NYUGUHRY.mjs → chunk-FXMVUKUI.mjs} +1 -1
- package/dist/{chunk-537PH6YK.mjs → chunk-HHVUEOQK.mjs} +6 -4
- package/dist/{chunk-6CP6ARGM.js → chunk-HUZVQCWL.js} +6 -4
- package/dist/{chunk-U3IGSCX3.js → chunk-LRGILLMQ.js} +57 -172
- package/dist/{chunk-N3UQB43Z.js → chunk-PUBL4ZFL.js} +3 -3
- package/dist/{chunk-N6YTSDTM.mjs → chunk-QY2F3NDP.mjs} +1 -1
- package/dist/{chunk-B44VJUAX.js → chunk-R5DICCMW.js} +2 -2
- package/dist/{chunk-EHEXWPEP.mjs → chunk-UGFKKNQI.mjs} +8 -121
- package/dist/{chunk-QAVQTJUQ.js → chunk-ZZEFABTA.js} +5 -5
- package/dist/executors.js +3 -3
- package/dist/executors.mjs +5 -5
- package/dist/generators.js +4 -4
- package/dist/generators.mjs +4 -4
- package/dist/index.js +6 -6
- package/dist/index.mjs +7 -7
- package/dist/src/executors/cloudflare-publish/executor.js +2 -2
- 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/serve/executor.js +3 -3
- 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 +4 -4
- package/dist/src/generators/worker/generator.mjs +4 -4
- 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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Cloudflare Tools
|
|
4
4
|
|
|
5
|
+
## [0.65.6](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.65.6) (2025-08-11)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update to TypeScript v5.9.2
|
|
10
|
+
([cf34d601f](https://github.com/storm-software/storm-ops/commit/cf34d601f))
|
|
11
|
+
- **monorepo:** Regenerate README markdown files
|
|
12
|
+
([5b9ffe718](https://github.com/storm-software/storm-ops/commit/5b9ffe718))
|
|
13
|
+
|
|
5
14
|
## [0.65.5](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.65.5) (2025-08-09)
|
|
6
15
|
|
|
7
16
|
### Miscellaneous
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-EIZU6AAN.mjs";
|
|
4
4
|
import {
|
|
5
5
|
findWorkspaceRoot,
|
|
6
6
|
getConfig
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-HHVUEOQK.mjs";
|
|
8
8
|
import {
|
|
9
9
|
getStopwatch,
|
|
10
10
|
writeDebug,
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
} from "./chunk-V44DYGWX.mjs";
|
|
16
16
|
import {
|
|
17
17
|
__dirname
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-QY2F3NDP.mjs";
|
|
19
19
|
|
|
20
20
|
// src/generators/worker/generator.ts
|
|
21
21
|
import {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
__commonJS
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-QY2F3NDP.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.65.
|
|
10
|
+
version: "0.65.6",
|
|
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",
|
|
@@ -176,7 +176,7 @@ var require_package = __commonJS({
|
|
|
176
176
|
nx: "catalog:",
|
|
177
177
|
tsup: "catalog:",
|
|
178
178
|
untyped: "catalog:",
|
|
179
|
-
wrangler: "^4.
|
|
179
|
+
wrangler: "^4.30.0"
|
|
180
180
|
},
|
|
181
181
|
publishConfig: {
|
|
182
182
|
access: "public"
|
|
@@ -1042,7 +1042,7 @@ var getConfigEnv = () => {
|
|
|
1042
1042
|
support: process.env[`${prefix}SUPPORT`] || void 0,
|
|
1043
1043
|
timezone: process.env[`${prefix}TIMEZONE`] || process.env.TZ || void 0,
|
|
1044
1044
|
locale: process.env[`${prefix}LOCALE`] || process.env.LOCALE || void 0,
|
|
1045
|
-
configFile: process.env[`${prefix}
|
|
1045
|
+
configFile: process.env[`${prefix}WORKSPACE_CONFIG_FILE`] ? correctPaths(process.env[`${prefix}WORKSPACE_CONFIG_FILE`]) : void 0,
|
|
1046
1046
|
workspaceRoot: process.env[`${prefix}WORKSPACE_ROOT`] ? correctPaths(process.env[`${prefix}WORKSPACE_ROOT`]) : void 0,
|
|
1047
1047
|
directories: {
|
|
1048
1048
|
cache: process.env[`${prefix}CACHE_DIR`] ? correctPaths(process.env[`${prefix}CACHE_DIR`]) : process.env[`${prefix}CACHE_DIRECTORY`] ? correctPaths(process.env[`${prefix}CACHE_DIRECTORY`]) : void 0,
|
|
@@ -1105,7 +1105,7 @@ var getConfigEnv = () => {
|
|
|
1105
1105
|
config.licensing = `${config.homepage}/docs`;
|
|
1106
1106
|
}
|
|
1107
1107
|
}
|
|
1108
|
-
const serializedConfig = process.env[`${prefix}
|
|
1108
|
+
const serializedConfig = process.env[`${prefix}WORKSPACE_CONFIG`];
|
|
1109
1109
|
if (serializedConfig) {
|
|
1110
1110
|
const parsed = JSON.parse(serializedConfig);
|
|
1111
1111
|
config = {
|
|
@@ -1337,7 +1337,9 @@ var setConfigEnv = (config) => {
|
|
|
1337
1337
|
process.env.LANG = config.locale ? `${config.locale.replaceAll("-", "_")}.UTF-8` : "en_US.UTF-8";
|
|
1338
1338
|
}
|
|
1339
1339
|
if (config.configFile) {
|
|
1340
|
-
process.env[`${prefix}
|
|
1340
|
+
process.env[`${prefix}WORKSPACE_CONFIG_FILE`] = correctPaths(
|
|
1341
|
+
config.configFile
|
|
1342
|
+
);
|
|
1341
1343
|
}
|
|
1342
1344
|
if (config.workspaceRoot) {
|
|
1343
1345
|
process.env[`${prefix}WORKSPACE_ROOT`] = correctPaths(config.workspaceRoot);
|
|
@@ -1441,7 +1443,7 @@ var setConfigEnv = (config) => {
|
|
|
1441
1443
|
config.skipConfigLogging
|
|
1442
1444
|
);
|
|
1443
1445
|
}
|
|
1444
|
-
process.env[`${prefix}
|
|
1446
|
+
process.env[`${prefix}WORKSPACE_CONFIG`] = JSON.stringify(config);
|
|
1445
1447
|
for (const key of Object.keys(config.extensions ?? {})) {
|
|
1446
1448
|
if (config.extensions[key] && Object.keys(config.extensions[key])) {
|
|
1447
1449
|
setExtensionEnv(key, config.extensions[key]);
|
|
@@ -1042,7 +1042,7 @@ var getConfigEnv = () => {
|
|
|
1042
1042
|
support: process.env[`${prefix}SUPPORT`] || void 0,
|
|
1043
1043
|
timezone: process.env[`${prefix}TIMEZONE`] || process.env.TZ || void 0,
|
|
1044
1044
|
locale: process.env[`${prefix}LOCALE`] || process.env.LOCALE || void 0,
|
|
1045
|
-
configFile: process.env[`${prefix}
|
|
1045
|
+
configFile: process.env[`${prefix}WORKSPACE_CONFIG_FILE`] ? correctPaths(process.env[`${prefix}WORKSPACE_CONFIG_FILE`]) : void 0,
|
|
1046
1046
|
workspaceRoot: process.env[`${prefix}WORKSPACE_ROOT`] ? correctPaths(process.env[`${prefix}WORKSPACE_ROOT`]) : void 0,
|
|
1047
1047
|
directories: {
|
|
1048
1048
|
cache: process.env[`${prefix}CACHE_DIR`] ? correctPaths(process.env[`${prefix}CACHE_DIR`]) : process.env[`${prefix}CACHE_DIRECTORY`] ? correctPaths(process.env[`${prefix}CACHE_DIRECTORY`]) : void 0,
|
|
@@ -1105,7 +1105,7 @@ var getConfigEnv = () => {
|
|
|
1105
1105
|
config.licensing = `${config.homepage}/docs`;
|
|
1106
1106
|
}
|
|
1107
1107
|
}
|
|
1108
|
-
const serializedConfig = process.env[`${prefix}
|
|
1108
|
+
const serializedConfig = process.env[`${prefix}WORKSPACE_CONFIG`];
|
|
1109
1109
|
if (serializedConfig) {
|
|
1110
1110
|
const parsed = JSON.parse(serializedConfig);
|
|
1111
1111
|
config = {
|
|
@@ -1337,7 +1337,9 @@ var setConfigEnv = (config) => {
|
|
|
1337
1337
|
process.env.LANG = config.locale ? `${config.locale.replaceAll("-", "_")}.UTF-8` : "en_US.UTF-8";
|
|
1338
1338
|
}
|
|
1339
1339
|
if (config.configFile) {
|
|
1340
|
-
process.env[`${prefix}
|
|
1340
|
+
process.env[`${prefix}WORKSPACE_CONFIG_FILE`] = correctPaths(
|
|
1341
|
+
config.configFile
|
|
1342
|
+
);
|
|
1341
1343
|
}
|
|
1342
1344
|
if (config.workspaceRoot) {
|
|
1343
1345
|
process.env[`${prefix}WORKSPACE_ROOT`] = correctPaths(config.workspaceRoot);
|
|
@@ -1441,7 +1443,7 @@ var setConfigEnv = (config) => {
|
|
|
1441
1443
|
config.skipConfigLogging
|
|
1442
1444
|
);
|
|
1443
1445
|
}
|
|
1444
|
-
process.env[`${prefix}
|
|
1446
|
+
process.env[`${prefix}WORKSPACE_CONFIG`] = JSON.stringify(config);
|
|
1445
1447
|
for (const key of Object.keys(_nullishCoalesce(config.extensions, () => ( {})))) {
|
|
1446
1448
|
if (config.extensions[key] && Object.keys(config.extensions[key])) {
|
|
1447
1449
|
setExtensionEnv(key, config.extensions[key]);
|