@storm-software/cloudflare-tools 0.71.41 → 0.71.43
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 +20 -0
- package/dist/{chunk-NFHONUD4.mjs → chunk-BG4BOS55.mjs} +4 -4
- package/dist/{chunk-QJJBMXLH.js → chunk-EAEYODL7.js} +4 -4
- package/dist/{chunk-UIJO3L53.js → chunk-EEHCZLIG.js} +175 -168
- package/dist/{chunk-D2C4YN2P.mjs → chunk-FJC6NTFV.mjs} +1 -1
- package/dist/{chunk-WRQN6TUO.js → chunk-FZGJMP4V.js} +5 -5
- package/dist/{chunk-CET7FSBB.mjs → chunk-KP72CV3N.mjs} +31 -0
- package/dist/{chunk-ZNZEZZQ3.mjs → chunk-LRWE7JIO.mjs} +1 -1
- package/dist/{chunk-F62R4VXI.mjs → chunk-RH3QEZJL.mjs} +16 -9
- package/dist/{chunk-APKXT2II.js → chunk-U63JI4YT.js} +34 -34
- package/dist/{chunk-OVTCUMRN.js → chunk-WKCHZUJS.js} +18 -18
- package/dist/{chunk-JC5YYXOF.mjs → chunk-XTJO7LT5.mjs} +3 -3
- package/dist/{chunk-B3DTG4AE.mjs → chunk-YHOL7SZX.mjs} +11 -7
- package/dist/{chunk-ENJ4VPTU.js → chunk-YQSZDW5I.js} +17 -13
- package/dist/{chunk-J756GE67.js → chunk-ZVAXGNHM.js} +36 -5
- 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
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Cloudflare Tools
|
|
4
4
|
|
|
5
|
+
## [0.71.42](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.71.42) (01/22/2026)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- **config-tools:** Added the `brandIcon` helper function
|
|
10
|
+
([9c21c782f](https://github.com/storm-software/storm-ops/commit/9c21c782f))
|
|
11
|
+
|
|
12
|
+
### Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated **workspace-tools** to **v1.294.27**
|
|
15
|
+
- Updated **config-tools** to **v1.189.0**
|
|
16
|
+
- Updated **config** to **v1.135.1**
|
|
17
|
+
|
|
18
|
+
## [0.71.41](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.71.41) (01/14/2026)
|
|
19
|
+
|
|
20
|
+
### Updated Dependencies
|
|
21
|
+
|
|
22
|
+
- Updated **workspace-tools** to **v1.294.26**
|
|
23
|
+
- Updated **config-tools** to **v1.188.80**
|
|
24
|
+
|
|
5
25
|
## [0.71.40](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.71.40) (01/14/2026)
|
|
6
26
|
|
|
7
27
|
### Updated Dependencies
|
|
@@ -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.71.
|
|
10
|
+
version: "0.71.42",
|
|
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",
|
|
@@ -136,9 +136,9 @@ var require_package = __commonJS({
|
|
|
136
136
|
"@nx/js": "catalog:",
|
|
137
137
|
"@nx/node": "catalog:",
|
|
138
138
|
"@nx/web": "catalog:",
|
|
139
|
-
"@storm-software/config": "1.135.
|
|
140
|
-
"@storm-software/config-tools": "1.
|
|
141
|
-
"@storm-software/workspace-tools": "1.294.
|
|
139
|
+
"@storm-software/config": "1.135.1",
|
|
140
|
+
"@storm-software/config-tools": "1.189.0",
|
|
141
|
+
"@storm-software/workspace-tools": "1.294.27",
|
|
142
142
|
nx: "catalog:",
|
|
143
143
|
tsup: "catalog:",
|
|
144
144
|
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.42",
|
|
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",
|
|
@@ -136,9 +136,9 @@ var require_package = _chunkMCKGQKYUjs.__commonJS.call(void 0, {
|
|
|
136
136
|
"@nx/js": "catalog:",
|
|
137
137
|
"@nx/node": "catalog:",
|
|
138
138
|
"@nx/web": "catalog:",
|
|
139
|
-
"@storm-software/config": "1.135.
|
|
140
|
-
"@storm-software/config-tools": "1.
|
|
141
|
-
"@storm-software/workspace-tools": "1.294.
|
|
139
|
+
"@storm-software/config": "1.135.1",
|
|
140
|
+
"@storm-software/config-tools": "1.189.0",
|
|
141
|
+
"@storm-software/workspace-tools": "1.294.27",
|
|
142
142
|
nx: "catalog:",
|
|
143
143
|
tsup: "catalog:",
|
|
144
144
|
wrangler: ">=3.58.0"
|