@storm-software/cloudflare-tools 0.63.26 → 0.63.27

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 (37) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/README.md +1 -1
  3. package/dist/{chunk-6LXAWJUW.mjs → chunk-3M2F4JUW.mjs} +3 -3
  4. package/dist/{chunk-77YKYAKQ.mjs → chunk-446Z4I2E.mjs} +10 -7
  5. package/dist/{chunk-LVA3TEJC.mjs → chunk-4FMFQGIC.mjs} +1 -1
  6. package/dist/{chunk-5WE4TNLQ.mjs → chunk-6AC4HGUU.mjs} +1 -1
  7. package/dist/{chunk-JFRM3B2T.js → chunk-6SVJXZBV.js} +124 -121
  8. package/dist/{chunk-EDVXAHJB.js → chunk-AVDLSZLA.js} +43 -43
  9. package/dist/{chunk-GLPDUIZ5.js → chunk-CCIXQ6JW.js} +16 -16
  10. package/dist/{chunk-WT7TBR2C.js → chunk-G2NJAIMM.js} +3 -3
  11. package/dist/{chunk-3OAEUWSP.mjs → chunk-MB2PUV2U.mjs} +1 -1
  12. package/dist/{chunk-LR64JTPC.js → chunk-N5LTPQ53.js} +84 -84
  13. package/dist/{chunk-X3P4PVUJ.js → chunk-NK6XHZKN.js} +12 -12
  14. package/dist/{chunk-TSJWYL6Q.js → chunk-NTPBAB34.js} +1 -1
  15. package/dist/{chunk-UUPXZQE4.mjs → chunk-OKD45PFS.mjs} +3 -3
  16. package/dist/{chunk-GGWEYZ6F.mjs → chunk-ZNYU5YAQ.mjs} +2 -2
  17. package/dist/executors.js +5 -5
  18. package/dist/executors.mjs +5 -5
  19. package/dist/generators.js +5 -5
  20. package/dist/generators.mjs +4 -4
  21. package/dist/index.js +8 -8
  22. package/dist/index.mjs +7 -7
  23. package/dist/src/executors/cloudflare-publish/executor.js +3 -3
  24. package/dist/src/executors/cloudflare-publish/executor.mjs +3 -3
  25. package/dist/src/executors/r2-upload-publish/executor.js +5 -5
  26. package/dist/src/executors/r2-upload-publish/executor.mjs +4 -4
  27. package/dist/src/executors/serve/executor.js +4 -4
  28. package/dist/src/executors/serve/executor.mjs +3 -3
  29. package/dist/src/generators/init/generator.js +2 -2
  30. package/dist/src/generators/init/generator.mjs +1 -1
  31. package/dist/src/generators/worker/generator.js +5 -5
  32. package/dist/src/generators/worker/generator.mjs +4 -4
  33. package/dist/src/utils/index.js +3 -3
  34. package/dist/src/utils/index.mjs +2 -2
  35. package/dist/src/utils/r2-bucket-helpers.js +3 -3
  36. package/dist/src/utils/r2-bucket-helpers.mjs +2 -2
  37. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  # Changelog for Storm Ops - Cloudflare Tools
4
4
 
5
+ ## [0.63.26](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.63.26) (2025-06-20)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ ([0bdc8a84e](https://github.com/storm-software/storm-ops/commit/0bdc8a84e))
11
+ - **monorepo:** Update workspace packages' links
12
+ ([35f3ef346](https://github.com/storm-software/storm-ops/commit/35f3ef346))
13
+
5
14
  ## [0.63.25](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.63.25) (2025-06-18)
6
15
 
7
16
  ### 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
- [![Version](https://img.shields.io/badge/version-0.63.25-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.63.26-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  generator_default
3
- } from "./chunk-LVA3TEJC.mjs";
3
+ } from "./chunk-4FMFQGIC.mjs";
4
4
  import {
5
5
  getConfig
6
- } from "./chunk-5WE4TNLQ.mjs";
6
+ } from "./chunk-6AC4HGUU.mjs";
7
7
  import {
8
8
  findWorkspaceRoot,
9
9
  getStopwatch,
@@ -12,7 +12,7 @@ import {
12
12
  writeFatal,
13
13
  writeInfo,
14
14
  writeTrace
15
- } from "./chunk-GGWEYZ6F.mjs";
15
+ } from "./chunk-ZNYU5YAQ.mjs";
16
16
  import {
17
17
  __dirname
18
18
  } from "./chunk-B7N6WOYD.mjs";
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  getConfig,
7
7
  getWorkspaceConfig
8
- } from "./chunk-5WE4TNLQ.mjs";
8
+ } from "./chunk-6AC4HGUU.mjs";
9
9
  import {
10
10
  findWorkspaceRoot,
11
11
  formatLogMessage,
@@ -19,7 +19,7 @@ import {
19
19
  writeSuccess,
20
20
  writeTrace,
21
21
  writeWarning
22
- } from "./chunk-GGWEYZ6F.mjs";
22
+ } from "./chunk-ZNYU5YAQ.mjs";
23
23
  import {
24
24
  __dirname,
25
25
  __require
@@ -1928,7 +1928,7 @@ var generator_default = withRunGenerator(
1928
1928
 
1929
1929
  // ../workspace-tools/src/generators/config-schema/generator.ts
1930
1930
  import { formatFiles as formatFiles3, writeJson as writeJson2 } from "@nx/devkit";
1931
- import { zodToJsonSchema } from "zod-to-json-schema";
1931
+ import * as z from "zod/v4";
1932
1932
  async function configSchemaGeneratorFn(tree, options, config) {
1933
1933
  writeInfo(
1934
1934
  "\u{1F4E6} Running Storm Workspace Configuration JSON Schema generator",
@@ -1938,13 +1938,16 @@ async function configSchemaGeneratorFn(tree, options, config) {
1938
1938
  `Determining the Storm Workspace Configuration JSON Schema...`,
1939
1939
  config
1940
1940
  );
1941
- const jsonSchema = zodToJsonSchema(stormWorkspaceConfigSchema, {
1942
- name: "StormWorkspaceConfiguration"
1943
- });
1941
+ const jsonSchema = z.toJSONSchema(stormWorkspaceConfigSchema);
1944
1942
  writeTrace(jsonSchema, config);
1943
+ if (!options.outputFile) {
1944
+ throw new Error(
1945
+ "The `outputFile` option is required. Please specify the output file path."
1946
+ );
1947
+ }
1945
1948
  const outputPath = options.outputFile.replaceAll("{workspaceRoot}", "").replaceAll(
1946
1949
  config?.workspaceRoot ?? findWorkspaceRoot(),
1947
- options.outputFile?.startsWith("./") ? "" : "./"
1950
+ options.outputFile.startsWith("./") ? "" : "./"
1948
1951
  );
1949
1952
  writeTrace(
1950
1953
  `\u{1F4DD} Writing Storm Configuration JSON Schema to "${outputPath}"`,
@@ -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.63.25",
10
+ version: "0.63.26",
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",
@@ -15,7 +15,7 @@ import {
15
15
  stormWorkspaceConfigSchema,
16
16
  writeTrace,
17
17
  writeWarning
18
- } from "./chunk-GGWEYZ6F.mjs";
18
+ } from "./chunk-ZNYU5YAQ.mjs";
19
19
 
20
20
  // ../config-tools/src/create-storm-config.ts
21
21
  import defu2 from "defu";