@storm-software/cloudflare-tools 0.71.223 → 0.71.225

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.
Files changed (43) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/README.md +1 -1
  3. package/dist/{chunk-U6OMVOFA.mjs → chunk-3E2GFJMN.mjs} +1 -1
  4. package/dist/{chunk-YLHBNFNJ.js → chunk-4MIUPZ4C.js} +70 -68
  5. package/dist/{chunk-XB6S7S3C.js → chunk-62X6T4SY.js} +3 -3
  6. package/dist/{chunk-7LCOGL6D.mjs → chunk-6LBDQPVT.mjs} +4 -4
  7. package/dist/chunk-6XTILRPH.mjs +70 -0
  8. package/dist/{chunk-CV2KQKMS.js → chunk-DQMGW6HJ.js} +4 -4
  9. package/dist/{chunk-KDPTLM6V.mjs → chunk-EIJGRLEG.mjs} +1 -1
  10. package/dist/chunk-F37ESSZE.js +70 -0
  11. package/dist/{chunk-WH4RGUNC.mjs → chunk-FGVJOBJP.mjs} +2 -2
  12. package/dist/{chunk-O327KKPU.js → chunk-HNDXHX7M.js} +2 -2
  13. package/dist/{chunk-AIONW2LO.mjs → chunk-J5A7VLNZ.mjs} +3 -3
  14. package/dist/{chunk-F6LJYBWD.js → chunk-JVXHQADT.js} +3 -3
  15. package/dist/{chunk-E7ITICBK.js → chunk-NCVDTA5M.js} +2 -1
  16. package/dist/chunk-PS2AUG7M.js +266 -0
  17. package/dist/chunk-QDWACPEV.mjs +269 -0
  18. package/dist/{chunk-QU27DXRB.mjs → chunk-UZMB4DDU.mjs} +23 -21
  19. package/dist/{chunk-T6GKRQUF.mjs → chunk-ZXLMDNFQ.mjs} +1 -0
  20. package/dist/executors.js +4 -4
  21. package/dist/executors.mjs +5 -5
  22. package/dist/generators.js +3 -3
  23. package/dist/generators.mjs +3 -3
  24. package/dist/index.js +7 -7
  25. package/dist/index.mjs +7 -7
  26. package/dist/src/executors/cloudflare-publish/executor.js +4 -4
  27. package/dist/src/executors/cloudflare-publish/executor.mjs +4 -4
  28. package/dist/src/executors/r2-upload-publish/executor.js +3 -3
  29. package/dist/src/executors/r2-upload-publish/executor.mjs +3 -3
  30. package/dist/src/executors/r2-upload-publish/untyped.mjs +1 -1
  31. package/dist/src/executors/serve/executor.js +6 -6
  32. package/dist/src/executors/serve/executor.mjs +4 -4
  33. package/dist/src/generators/init/generator.js +2 -2
  34. package/dist/src/generators/init/generator.mjs +2 -2
  35. package/dist/src/generators/worker/generator.js +3 -3
  36. package/dist/src/generators/worker/generator.mjs +3 -3
  37. package/dist/src/plugins/index.d.mts +2 -2
  38. package/dist/src/plugins/index.d.ts +2 -2
  39. package/dist/src/plugins/index.mjs +1 -1
  40. package/dist/src/utils/http-handler.mjs +1 -1
  41. package/dist/src/utils/index.mjs +1 -1
  42. package/dist/src/utils/r2-bucket-helpers.mjs +1 -1
  43. package/package.json +9 -9
@@ -1,18 +1,18 @@
1
1
  import {
2
2
  withRunExecutor
3
- } from "../../../chunk-QU27DXRB.mjs";
3
+ } from "../../../chunk-UZMB4DDU.mjs";
4
4
  import {
5
5
  createCliOptions
6
- } from "../../../chunk-T6GKRQUF.mjs";
6
+ } from "../../../chunk-ZXLMDNFQ.mjs";
7
7
  import "../../../chunk-5MAMLVMV.mjs";
8
8
  import "../../../chunk-CSTZEHUP.mjs";
9
9
  import "../../../chunk-K4H5ZMYA.mjs";
10
10
  import {
11
11
  __require
12
- } from "../../../chunk-KDPTLM6V.mjs";
12
+ } from "../../../chunk-EIJGRLEG.mjs";
13
13
 
14
14
  // src/executors/serve/executor.ts
15
- import { createAsyncIterable } from "@nx/devkit/src/utils/async-iterable";
15
+ import { createAsyncIterable } from "@nx/devkit/internal";
16
16
  import { waitForPortOpen } from "@nx/web/src/utils/wait-for-port-open";
17
17
  import { fork } from "child_process";
18
18
  async function* serveExecutor(options, context) {
@@ -2,10 +2,10 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkF6LJYBWDjs = require('../../../chunk-F6LJYBWD.js');
5
+ var _chunkF37ESSZEjs = require('../../../chunk-F37ESSZE.js');
6
6
  require('../../../chunk-MCKGQKYU.js');
7
7
 
8
8
 
9
9
 
10
10
 
11
- exports.default = _chunkF6LJYBWDjs.generator_default; exports.initGenerator = _chunkF6LJYBWDjs.initGenerator; exports.initSchematic = _chunkF6LJYBWDjs.initSchematic;
11
+ exports.default = _chunkF37ESSZEjs.generator_default; exports.initGenerator = _chunkF37ESSZEjs.initGenerator; exports.initSchematic = _chunkF37ESSZEjs.initSchematic;
@@ -2,8 +2,8 @@ import {
2
2
  generator_default,
3
3
  initGenerator,
4
4
  initSchematic
5
- } from "../../../chunk-7LCOGL6D.mjs";
6
- import "../../../chunk-KDPTLM6V.mjs";
5
+ } from "../../../chunk-6XTILRPH.mjs";
6
+ import "../../../chunk-EIJGRLEG.mjs";
7
7
  export {
8
8
  generator_default as default,
9
9
  initGenerator,
@@ -2,8 +2,8 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkCV2KQKMSjs = require('../../../chunk-CV2KQKMS.js');
6
- require('../../../chunk-F6LJYBWD.js');
5
+ var _chunkDQMGW6HJjs = require('../../../chunk-DQMGW6HJ.js');
6
+ require('../../../chunk-F37ESSZE.js');
7
7
  require('../../../chunk-PGTHXO6M.js');
8
8
  require('../../../chunk-AWKQRM2H.js');
9
9
  require('../../../chunk-MCKGQKYU.js');
@@ -11,4 +11,4 @@ require('../../../chunk-MCKGQKYU.js');
11
11
 
12
12
 
13
13
 
14
- exports.applicationGenerator = _chunkCV2KQKMSjs.applicationGenerator; exports.applicationSchematic = _chunkCV2KQKMSjs.applicationSchematic; exports.default = _chunkCV2KQKMSjs.generator_default;
14
+ exports.applicationGenerator = _chunkDQMGW6HJjs.applicationGenerator; exports.applicationSchematic = _chunkDQMGW6HJjs.applicationSchematic; exports.default = _chunkDQMGW6HJjs.generator_default;
@@ -2,11 +2,11 @@ import {
2
2
  applicationGenerator,
3
3
  applicationSchematic,
4
4
  generator_default
5
- } from "../../../chunk-AIONW2LO.mjs";
6
- import "../../../chunk-7LCOGL6D.mjs";
5
+ } from "../../../chunk-J5A7VLNZ.mjs";
6
+ import "../../../chunk-6XTILRPH.mjs";
7
7
  import "../../../chunk-5MAMLVMV.mjs";
8
8
  import "../../../chunk-K4H5ZMYA.mjs";
9
- import "../../../chunk-KDPTLM6V.mjs";
9
+ import "../../../chunk-EIJGRLEG.mjs";
10
10
  export {
11
11
  applicationGenerator,
12
12
  applicationSchematic,
@@ -1,6 +1,6 @@
1
- import { CreateNodesV2 } from '@nx/devkit';
1
+ import { CreateNodes } from '@nx/devkit';
2
2
 
3
3
  declare const name = "storm-software/cloudflare-tools/cloudflare";
4
- declare const createNodesV2: CreateNodesV2;
4
+ declare const createNodesV2: CreateNodes;
5
5
 
6
6
  export { createNodesV2, name };
@@ -1,6 +1,6 @@
1
- import { CreateNodesV2 } from '@nx/devkit';
1
+ import { CreateNodes } from '@nx/devkit';
2
2
 
3
3
  declare const name = "storm-software/cloudflare-tools/cloudflare";
4
- declare const createNodesV2: CreateNodesV2;
4
+ declare const createNodesV2: CreateNodes;
5
5
 
6
6
  export { createNodesV2, name };
@@ -3,7 +3,7 @@ import {
3
3
  name
4
4
  } from "../../chunk-E52DON6Y.mjs";
5
5
  import "../../chunk-CSTZEHUP.mjs";
6
- import "../../chunk-KDPTLM6V.mjs";
6
+ import "../../chunk-EIJGRLEG.mjs";
7
7
  export {
8
8
  createNodesV2,
9
9
  name
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createHttpHandler
3
3
  } from "../../chunk-SWYYMID7.mjs";
4
- import "../../chunk-KDPTLM6V.mjs";
4
+ import "../../chunk-EIJGRLEG.mjs";
5
5
  export {
6
6
  createHttpHandler
7
7
  };
@@ -6,7 +6,7 @@ import {
6
6
  uploadFile
7
7
  } from "../../chunk-BY7MA3SM.mjs";
8
8
  import "../../chunk-K4H5ZMYA.mjs";
9
- import "../../chunk-KDPTLM6V.mjs";
9
+ import "../../chunk-EIJGRLEG.mjs";
10
10
  export {
11
11
  getEncoding,
12
12
  getInternalDependencies,
@@ -5,7 +5,7 @@ import {
5
5
  uploadFile
6
6
  } from "../../chunk-BY7MA3SM.mjs";
7
7
  import "../../chunk-K4H5ZMYA.mjs";
8
- import "../../chunk-KDPTLM6V.mjs";
8
+ import "../../chunk-EIJGRLEG.mjs";
9
9
  export {
10
10
  getEncoding,
11
11
  getInternalDependencies,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/cloudflare-tools",
3
- "version": "0.71.223",
3
+ "version": "0.71.225",
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": [
@@ -143,22 +143,22 @@
143
143
  "dependencies": {
144
144
  "@aws-sdk/client-s3": "^3.1075.0",
145
145
  "@aws-sdk/lib-storage": "^3.1075.0",
146
- "@smithy/node-http-handler": "^4.8.2",
147
- "@storm-software/config": "1.138.17",
148
- "@storm-software/config-tools": "1.190.80",
149
- "@storm-software/workspace-tools": "1.296.60",
146
+ "@smithy/node-http-handler": "^4.9.0",
147
+ "@storm-software/config": "^1.138.19",
148
+ "@storm-software/config-tools": "^1.190.82",
149
+ "@storm-software/workspace-tools": "^1.296.62",
150
150
  "defu": "^6.1.7",
151
151
  "glob": "^11.1.0",
152
152
  "mime-types": "^3.0.2",
153
153
  "pretty-bytes": "^7.1.0"
154
154
  },
155
155
  "devDependencies": {
156
- "@nx/devkit": "22.7.5",
156
+ "@nx/devkit": "23.0.1",
157
157
  "@nx/node": "22.7.5",
158
158
  "@nx/web": "22.7.5",
159
159
  "@nx/webpack": "22.7.5",
160
- "@smithy/protocol-http": "^5.5.2",
161
- "nx": "22.7.5",
160
+ "@smithy/protocol-http": "^5.5.3",
161
+ "nx": "23.0.1",
162
162
  "tsup": "8.4.0",
163
163
  "untyped": "^2.0.0",
164
164
  "wrangler": "^4.105.0"
@@ -171,5 +171,5 @@
171
171
  "publishConfig": { "access": "public" },
172
172
  "executors": "./executors.json",
173
173
  "generators": "./generators.json",
174
- "gitHead": "7cf0e2018373dcf9ac1f57ea8c6ffbdba18e4f6a"
174
+ "gitHead": "3fe24e50009c66cd4ff8b417a44f904740d0283a"
175
175
  }