@storm-software/cloudflare-tools 0.55.64 → 0.55.66
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 +7 -0
- package/README.md +1 -1
- package/dist/{chunk-HBBHWDJS.mjs → chunk-2FAHL7XD.mjs} +11 -3
- package/dist/{chunk-CI3G746G.mjs → chunk-3RLBM7SP.mjs} +1 -1
- package/dist/{chunk-H3FNUUB5.js → chunk-4O3YATGZ.js} +289 -1157
- package/dist/{chunk-4FV3KOBI.mjs → chunk-4XAH2R5U.mjs} +9 -7
- package/dist/{chunk-RGBGVGWZ.mjs → chunk-5VCVZQT4.mjs} +2 -2
- package/dist/{chunk-MLJ3OSJX.js → chunk-6B5PUF7X.js} +24 -18
- package/dist/{chunk-PG2M24AG.mjs → chunk-AMOQ2QRI.mjs} +210 -1078
- package/dist/{chunk-ZYEYSCDM.js → chunk-ENYRBMQC.js} +12 -12
- package/dist/{chunk-VQLLSEHB.mjs → chunk-IEYD3WT2.mjs} +1 -1
- package/dist/{chunk-ITJMNVMG.mjs → chunk-IGW2CIUT.mjs} +2 -2
- package/dist/{chunk-XFPT4O23.js → chunk-IVLCYFXD.js} +50 -42
- package/dist/{chunk-SSSAGTTW.mjs → chunk-LEJPLULT.mjs} +1 -6
- package/dist/{chunk-UBEHQVYS.js → chunk-QGRENI3O.js} +3 -3
- package/dist/{chunk-6RVDU4NC.mjs → chunk-QWFEAV3X.mjs} +4 -4
- package/dist/{chunk-EGSNPA63.js → chunk-U4CFTRNN.js} +8 -6
- package/dist/{chunk-TEEOPHLZ.js → chunk-V7LBWOVV.js} +1 -6
- package/dist/{chunk-C3CWFFYT.mjs → chunk-W2PVKWMH.mjs} +14 -8
- package/dist/executors.js +5 -5
- package/dist/executors.mjs +8 -8
- package/dist/generators.js +5 -5
- package/dist/generators.mjs +5 -5
- package/dist/index.js +8 -8
- package/dist/index.mjs +10 -10
- package/dist/src/executors/cloudflare-publish/executor.js +3 -3
- package/dist/src/executors/cloudflare-publish/executor.mjs +6 -6
- package/dist/src/executors/r2-upload-publish/executor.js +5 -5
- package/dist/src/executors/r2-upload-publish/executor.mjs +6 -6
- package/dist/src/executors/serve/executor.d.mts +2 -1300
- package/dist/src/executors/serve/executor.d.ts +2 -1300
- package/dist/src/executors/serve/executor.js +4 -4
- package/dist/src/executors/serve/executor.mjs +5 -5
- 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 +5 -5
- package/dist/src/generators/worker/generator.mjs +5 -5
- package/dist/src/utils/index.js +3 -3
- package/dist/src/utils/index.mjs +3 -3
- package/dist/src/utils/r2-bucket-helpers.js +3 -3
- package/dist/src/utils/r2-bucket-helpers.mjs +3 -3
- package/dist/tsup.config.d.mts +3 -3
- package/dist/tsup.config.d.ts +3 -3
- package/dist/tsup.config.js +2 -1
- package/dist/tsup.config.mjs +3 -2
- package/package.json +8 -9
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Cloudflare Tools
|
|
4
4
|
|
|
5
|
+
## [0.55.66](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.55.66) (2025-04-27)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **git-tools:** Ensure project graph is regenerated if not in cache
|
|
10
|
+
([817e291e6](https://github.com/storm-software/storm-ops/commit/817e291e6))
|
|
11
|
+
|
|
5
12
|
## [0.55.64](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.55.64) (2025-04-25)
|
|
6
13
|
|
|
7
14
|
### 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 -->
|
|
@@ -14,10 +14,10 @@ import {
|
|
|
14
14
|
stormWorkspaceConfigSchema,
|
|
15
15
|
writeTrace,
|
|
16
16
|
writeWarning
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-LEJPLULT.mjs";
|
|
18
18
|
import {
|
|
19
19
|
__name
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-IEYD3WT2.mjs";
|
|
21
21
|
|
|
22
22
|
// ../config-tools/src/create-storm-config.ts
|
|
23
23
|
import defu2 from "defu";
|
|
@@ -613,7 +613,15 @@ ${formatLogMessage(config)}`, config);
|
|
|
613
613
|
var getConfig = /* @__PURE__ */ __name((workspaceRoot, skipLogs = false) => {
|
|
614
614
|
return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
|
|
615
615
|
}, "getConfig");
|
|
616
|
+
var getWorkspaceConfig = /* @__PURE__ */ __name((skipLogs = false, options = {}) => {
|
|
617
|
+
let workspaceRoot = options.workspaceRoot;
|
|
618
|
+
if (!workspaceRoot) {
|
|
619
|
+
workspaceRoot = findWorkspaceRoot(options.cwd);
|
|
620
|
+
}
|
|
621
|
+
return getConfig(workspaceRoot, skipLogs);
|
|
622
|
+
}, "getWorkspaceConfig");
|
|
616
623
|
|
|
617
624
|
export {
|
|
618
|
-
getConfig
|
|
625
|
+
getConfig,
|
|
626
|
+
getWorkspaceConfig
|
|
619
627
|
};
|