@storm-software/cloudflare-tools 0.66.0 → 0.67.1
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 +30 -0
- package/README.md +1 -2
- package/dist/{chunk-AXRRBKV7.js → chunk-DA7JPMYP.js} +1 -1
- package/dist/{chunk-CXRVJWPP.mjs → chunk-II6B56XO.mjs} +1 -1
- package/dist/{chunk-HWGG6ZGA.js → chunk-IOQB44PE.js} +55 -43
- package/dist/{chunk-OW3Q7L5S.mjs → chunk-MRSIDI4N.mjs} +1 -1
- package/dist/{chunk-ACEF6OYZ.js → chunk-OPFGIL6S.js} +2 -2
- package/dist/{chunk-KIH7GE2M.mjs → chunk-YRHGWTQP.mjs} +60 -48
- package/dist/executors.js +1 -1
- package/dist/executors.mjs +1 -1
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +2 -2
- package/dist/index.js +4 -4
- package/dist/index.mjs +3 -3
- package/dist/src/executors/cloudflare-publish/executor.js +1 -1
- package/dist/src/executors/cloudflare-publish/executor.mjs +1 -1
- package/dist/src/executors/serve/executor.js +2 -2
- package/dist/src/executors/serve/executor.mjs +1 -1
- 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 +3 -3
- package/dist/src/generators/worker/generator.mjs +2 -2
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,36 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Cloudflare Tools
|
|
4
4
|
|
|
5
|
+
## [0.67.0](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.67.0) (2025-09-13)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- **eslint:** Update `eslint-plugin-tsdoc` patch to allow local custom config
|
|
10
|
+
files
|
|
11
|
+
([57257ac47](https://github.com/storm-software/storm-ops/commit/57257ac47))
|
|
12
|
+
|
|
13
|
+
### Miscellaneous
|
|
14
|
+
|
|
15
|
+
- **monorepo:** Regenerate README markdown files
|
|
16
|
+
([5a5124fd7](https://github.com/storm-software/storm-ops/commit/5a5124fd7))
|
|
17
|
+
|
|
18
|
+
## [0.66.0](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.66.0) (2025-09-13)
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
- **workspace-tools:** Added the ability to support the `tsgo` compiler
|
|
23
|
+
([86ad08c45](https://github.com/storm-software/storm-ops/commit/86ad08c45))
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
- **monorepo:** Resolve issues with invalid workspace package
|
|
28
|
+
([a5e95d09a](https://github.com/storm-software/storm-ops/commit/a5e95d09a))
|
|
29
|
+
|
|
30
|
+
### Miscellaneous
|
|
31
|
+
|
|
32
|
+
- **monorepo:** Regenerate README markdown files
|
|
33
|
+
([268809036](https://github.com/storm-software/storm-ops/commit/268809036))
|
|
34
|
+
|
|
5
35
|
## [0.65.19](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.65.19) (2025-09-08)
|
|
6
36
|
|
|
7
37
|
### 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 -->
|
|
@@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
-
|
|
44
43
|
## Table of Contents
|
|
45
44
|
|
|
46
45
|
- [Storm Cloudflare Tools](#storm-cloudflare-tools)
|
|
@@ -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.
|
|
10
|
+
version: "0.67.0",
|
|
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",
|
|
@@ -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.
|
|
10
|
+
version: "0.67.0",
|
|
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",
|
|
@@ -1142,22 +1142,33 @@ var executor_default6 = withRunExecutor(
|
|
|
1142
1142
|
}
|
|
1143
1143
|
);
|
|
1144
1144
|
|
|
1145
|
-
// ../
|
|
1145
|
+
// ../npm-tools/src/helpers/get-registry.ts
|
|
1146
1146
|
|
|
1147
1147
|
|
|
1148
|
-
|
|
1148
|
+
// ../pnpm-tools/src/helpers/replace-deps-aliases.ts
|
|
1149
|
+
|
|
1149
1150
|
|
|
1150
|
-
// ../workspace-tools/src/utils/pnpm-deps-update.ts
|
|
1151
1151
|
|
|
1152
1152
|
|
|
1153
1153
|
|
|
1154
1154
|
|
|
1155
|
+
var _prettier = require('prettier');
|
|
1156
|
+
|
|
1157
|
+
// ../npm-tools/src/helpers/get-version.ts
|
|
1158
|
+
|
|
1155
1159
|
|
|
1160
|
+
// ../pnpm-tools/src/helpers/catalog.ts
|
|
1161
|
+
var _semver = require('semver');
|
|
1162
|
+
|
|
1163
|
+
// ../pnpm-tools/src/helpers/pnpm-workspace.ts
|
|
1164
|
+
var _jsyaml = require('js-yaml');
|
|
1156
1165
|
|
|
1157
1166
|
|
|
1158
|
-
var _readyamlfile = require('read-yaml-file'); var _readyamlfile2 = _interopRequireDefault(_readyamlfile);
|
|
1159
1167
|
|
|
1160
1168
|
// ../workspace-tools/src/executors/npm-publish/executor.ts
|
|
1169
|
+
|
|
1170
|
+
|
|
1171
|
+
|
|
1161
1172
|
var LARGE_BUFFER2 = 1024 * 1e6;
|
|
1162
1173
|
|
|
1163
1174
|
// ../workspace-tools/src/executors/size-limit/executor.ts
|
|
@@ -2247,7 +2258,7 @@ var generator_default5 = withRunGenerator(
|
|
|
2247
2258
|
var _resolvelocalpackagedependencies = require('@nx/js/src/generators/release-version/utils/resolve-local-package-dependencies');
|
|
2248
2259
|
var _updatelockfile = require('@nx/js/src/release/utils/update-lock-file');
|
|
2249
2260
|
|
|
2250
|
-
// ../git-tools/
|
|
2261
|
+
// ../git-tools/dist/chunk-5XXXTVPU.js
|
|
2251
2262
|
var COMMIT_TYPES = {
|
|
2252
2263
|
/* --- Bumps version when selected --- */
|
|
2253
2264
|
"chore": {
|
|
@@ -2453,52 +2464,53 @@ var DEFAULT_MONOREPO_COMMIT_QUESTIONS = {
|
|
|
2453
2464
|
issuesBody: DEFAULT_MINIMAL_COMMIT_QUESTIONS.issuesBody
|
|
2454
2465
|
};
|
|
2455
2466
|
var DEFAULT_MINIMAL_COMMIT_RULES = {
|
|
2456
|
-
"body-leading-blank": [1
|
|
2457
|
-
"body-max-length": [2
|
|
2458
|
-
"footer-leading-blank": [1
|
|
2459
|
-
"footer-max-line-length": [2
|
|
2460
|
-
"header-max-length": [2
|
|
2461
|
-
"header-trim": [2
|
|
2462
|
-
"subject-case": [2
|
|
2463
|
-
"subject-empty": [2
|
|
2464
|
-
"subject-full-stop": [2
|
|
2465
|
-
"subject-max-length": [2
|
|
2466
|
-
"subject-min-length": [2
|
|
2467
|
-
"type-case": [2
|
|
2468
|
-
"type-empty": [2
|
|
2467
|
+
"body-leading-blank": [1, "always"],
|
|
2468
|
+
"body-max-length": [2, "always", 600],
|
|
2469
|
+
"footer-leading-blank": [1, "always"],
|
|
2470
|
+
"footer-max-line-length": [2, "always", 150],
|
|
2471
|
+
"header-max-length": [2, "always", 150],
|
|
2472
|
+
"header-trim": [2, "always"],
|
|
2473
|
+
"subject-case": [2, "always", ["sentence-case"]],
|
|
2474
|
+
"subject-empty": [2, "never"],
|
|
2475
|
+
"subject-full-stop": [2, "never", "."],
|
|
2476
|
+
"subject-max-length": [2, "always", 150],
|
|
2477
|
+
"subject-min-length": [2, "always", 3],
|
|
2478
|
+
"type-case": [2, "always", "kebab-case"],
|
|
2479
|
+
"type-empty": [2, "never"],
|
|
2469
2480
|
"type-enum": [
|
|
2470
|
-
2
|
|
2481
|
+
2,
|
|
2471
2482
|
"always",
|
|
2472
2483
|
Object.keys(COMMIT_TYPES)
|
|
2473
2484
|
],
|
|
2474
|
-
"type-max-length": [2
|
|
2475
|
-
"type-min-length": [2
|
|
2476
|
-
"scope-case": 0
|
|
2477
|
-
"scope-empty": 0
|
|
2485
|
+
"type-max-length": [2, "always", 20],
|
|
2486
|
+
"type-min-length": [2, "always", 3],
|
|
2487
|
+
"scope-case": 0,
|
|
2488
|
+
"scope-empty": 0
|
|
2489
|
+
/* Disabled */
|
|
2478
2490
|
};
|
|
2479
2491
|
var DEFAULT_MONOREPO_COMMIT_RULES = {
|
|
2480
|
-
"body-leading-blank": [1
|
|
2481
|
-
"body-max-length": [2
|
|
2482
|
-
"footer-leading-blank": [1
|
|
2483
|
-
"footer-max-line-length": [2
|
|
2484
|
-
"header-max-length": [2
|
|
2485
|
-
"header-trim": [2
|
|
2486
|
-
"subject-case": [2
|
|
2487
|
-
"subject-empty": [2
|
|
2488
|
-
"subject-full-stop": [2
|
|
2489
|
-
"subject-max-length": [2
|
|
2490
|
-
"subject-min-length": [2
|
|
2491
|
-
"type-case": [2
|
|
2492
|
-
"type-empty": [2
|
|
2492
|
+
"body-leading-blank": [1, "always"],
|
|
2493
|
+
"body-max-length": [2, "always", 600],
|
|
2494
|
+
"footer-leading-blank": [1, "always"],
|
|
2495
|
+
"footer-max-line-length": [2, "always", 150],
|
|
2496
|
+
"header-max-length": [2, "always", 150],
|
|
2497
|
+
"header-trim": [2, "always"],
|
|
2498
|
+
"subject-case": [2, "always", ["sentence-case"]],
|
|
2499
|
+
"subject-empty": [2, "never"],
|
|
2500
|
+
"subject-full-stop": [2, "never", "."],
|
|
2501
|
+
"subject-max-length": [2, "always", 150],
|
|
2502
|
+
"subject-min-length": [2, "always", 3],
|
|
2503
|
+
"type-case": [2, "always", "kebab-case"],
|
|
2504
|
+
"type-empty": [2, "never"],
|
|
2493
2505
|
"type-enum": [
|
|
2494
|
-
2
|
|
2506
|
+
2,
|
|
2495
2507
|
"always",
|
|
2496
2508
|
Object.keys(COMMIT_TYPES)
|
|
2497
2509
|
],
|
|
2498
|
-
"type-max-length": [2
|
|
2499
|
-
"type-min-length": [2
|
|
2500
|
-
"scope-case": [2
|
|
2501
|
-
"scope-empty": [2
|
|
2510
|
+
"type-max-length": [2, "always", 20],
|
|
2511
|
+
"type-min-length": [2, "always", 3],
|
|
2512
|
+
"scope-case": [2, "always", ["kebab-case"]],
|
|
2513
|
+
"scope-empty": [2, "never"]
|
|
2502
2514
|
};
|
|
2503
2515
|
|
|
2504
2516
|
// ../workspace-tools/src/generators/release-version/generator.ts
|
|
@@ -2513,13 +2525,13 @@ var _git = require('nx/src/command-line/release/utils/git');
|
|
|
2513
2525
|
|
|
2514
2526
|
|
|
2515
2527
|
var _resolvesemverspecifier = require('nx/src/command-line/release/utils/resolve-semver-specifier');
|
|
2516
|
-
var
|
|
2528
|
+
var _semver3 = require('nx/src/command-line/release/utils/semver');
|
|
2517
2529
|
|
|
2518
2530
|
|
|
2519
2531
|
|
|
2520
2532
|
var _versionlegacy = require('nx/src/command-line/release/version-legacy');
|
|
2521
2533
|
var _utils = require('nx/src/tasks-runner/utils');
|
|
2522
|
-
|
|
2534
|
+
|
|
2523
2535
|
|
|
2524
2536
|
// ../workspace-tools/src/base/base-executor.untyped.ts
|
|
2525
2537
|
var _untyped = require('untyped');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkDA7JPMYPjs = require('./chunk-DA7JPMYP.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
@@ -66,7 +66,7 @@ ${Object.keys(process.env).map((key) => ` - ${key}=${JSON.stringify(process.env[
|
|
|
66
66
|
const options = await normalizeOptions(tree, schema, config);
|
|
67
67
|
const tasks = [];
|
|
68
68
|
tasks.push(
|
|
69
|
-
await
|
|
69
|
+
await _chunkDA7JPMYPjs.generator_default.call(void 0, tree, {
|
|
70
70
|
...options,
|
|
71
71
|
skipFormat: true
|
|
72
72
|
})
|
|
@@ -1145,22 +1145,33 @@ var executor_default6 = withRunExecutor(
|
|
|
1145
1145
|
}
|
|
1146
1146
|
);
|
|
1147
1147
|
|
|
1148
|
-
// ../
|
|
1149
|
-
import {
|
|
1150
|
-
import { readFile as readFile5, writeFile as writeFile3 } from "node:fs/promises";
|
|
1151
|
-
import { format as format2 } from "prettier";
|
|
1148
|
+
// ../npm-tools/src/helpers/get-registry.ts
|
|
1149
|
+
import { exec } from "node:child_process";
|
|
1152
1150
|
|
|
1153
|
-
// ../
|
|
1151
|
+
// ../pnpm-tools/src/helpers/replace-deps-aliases.ts
|
|
1154
1152
|
import {
|
|
1155
1153
|
createProjectGraphAsync as createProjectGraphAsync3,
|
|
1156
1154
|
readCachedProjectGraph as readCachedProjectGraph2
|
|
1157
1155
|
} from "@nx/devkit";
|
|
1158
|
-
import { existsSync as
|
|
1159
|
-
import { readFile as readFile4, writeFile as
|
|
1156
|
+
import { existsSync as existsSync6 } from "node:fs";
|
|
1157
|
+
import { readFile as readFile4, writeFile as writeFile3 } from "node:fs/promises";
|
|
1160
1158
|
import { format } from "prettier";
|
|
1161
|
-
|
|
1159
|
+
|
|
1160
|
+
// ../npm-tools/src/helpers/get-version.ts
|
|
1161
|
+
import { exec as exec2 } from "node:child_process";
|
|
1162
|
+
|
|
1163
|
+
// ../pnpm-tools/src/helpers/catalog.ts
|
|
1164
|
+
import { coerce, gt, valid } from "semver";
|
|
1165
|
+
|
|
1166
|
+
// ../pnpm-tools/src/helpers/pnpm-workspace.ts
|
|
1167
|
+
import { dump, load } from "js-yaml";
|
|
1168
|
+
import { existsSync as existsSync5 } from "node:fs";
|
|
1169
|
+
import { writeFile as writeFile2 } from "node:fs/promises";
|
|
1162
1170
|
|
|
1163
1171
|
// ../workspace-tools/src/executors/npm-publish/executor.ts
|
|
1172
|
+
import { execSync as execSync3 } from "node:child_process";
|
|
1173
|
+
import { readFile as readFile5, writeFile as writeFile4 } from "node:fs/promises";
|
|
1174
|
+
import { format as format2 } from "prettier";
|
|
1164
1175
|
var LARGE_BUFFER2 = 1024 * 1e6;
|
|
1165
1176
|
|
|
1166
1177
|
// ../workspace-tools/src/executors/size-limit/executor.ts
|
|
@@ -2250,7 +2261,7 @@ import {
|
|
|
2250
2261
|
import { resolveLocalPackageDependencies as resolveLocalPackageJsonDependencies } from "@nx/js/src/generators/release-version/utils/resolve-local-package-dependencies";
|
|
2251
2262
|
import { updateLockFile } from "@nx/js/src/release/utils/update-lock-file";
|
|
2252
2263
|
|
|
2253
|
-
// ../git-tools/
|
|
2264
|
+
// ../git-tools/dist/chunk-5XXXTVPU.js
|
|
2254
2265
|
var COMMIT_TYPES = {
|
|
2255
2266
|
/* --- Bumps version when selected --- */
|
|
2256
2267
|
"chore": {
|
|
@@ -2456,56 +2467,57 @@ var DEFAULT_MONOREPO_COMMIT_QUESTIONS = {
|
|
|
2456
2467
|
issuesBody: DEFAULT_MINIMAL_COMMIT_QUESTIONS.issuesBody
|
|
2457
2468
|
};
|
|
2458
2469
|
var DEFAULT_MINIMAL_COMMIT_RULES = {
|
|
2459
|
-
"body-leading-blank": [1
|
|
2460
|
-
"body-max-length": [2
|
|
2461
|
-
"footer-leading-blank": [1
|
|
2462
|
-
"footer-max-line-length": [2
|
|
2463
|
-
"header-max-length": [2
|
|
2464
|
-
"header-trim": [2
|
|
2465
|
-
"subject-case": [2
|
|
2466
|
-
"subject-empty": [2
|
|
2467
|
-
"subject-full-stop": [2
|
|
2468
|
-
"subject-max-length": [2
|
|
2469
|
-
"subject-min-length": [2
|
|
2470
|
-
"type-case": [2
|
|
2471
|
-
"type-empty": [2
|
|
2470
|
+
"body-leading-blank": [1, "always"],
|
|
2471
|
+
"body-max-length": [2, "always", 600],
|
|
2472
|
+
"footer-leading-blank": [1, "always"],
|
|
2473
|
+
"footer-max-line-length": [2, "always", 150],
|
|
2474
|
+
"header-max-length": [2, "always", 150],
|
|
2475
|
+
"header-trim": [2, "always"],
|
|
2476
|
+
"subject-case": [2, "always", ["sentence-case"]],
|
|
2477
|
+
"subject-empty": [2, "never"],
|
|
2478
|
+
"subject-full-stop": [2, "never", "."],
|
|
2479
|
+
"subject-max-length": [2, "always", 150],
|
|
2480
|
+
"subject-min-length": [2, "always", 3],
|
|
2481
|
+
"type-case": [2, "always", "kebab-case"],
|
|
2482
|
+
"type-empty": [2, "never"],
|
|
2472
2483
|
"type-enum": [
|
|
2473
|
-
2
|
|
2484
|
+
2,
|
|
2474
2485
|
"always",
|
|
2475
2486
|
Object.keys(COMMIT_TYPES)
|
|
2476
2487
|
],
|
|
2477
|
-
"type-max-length": [2
|
|
2478
|
-
"type-min-length": [2
|
|
2479
|
-
"scope-case": 0
|
|
2480
|
-
"scope-empty": 0
|
|
2488
|
+
"type-max-length": [2, "always", 20],
|
|
2489
|
+
"type-min-length": [2, "always", 3],
|
|
2490
|
+
"scope-case": 0,
|
|
2491
|
+
"scope-empty": 0
|
|
2492
|
+
/* Disabled */
|
|
2481
2493
|
};
|
|
2482
2494
|
var DEFAULT_MONOREPO_COMMIT_RULES = {
|
|
2483
|
-
"body-leading-blank": [1
|
|
2484
|
-
"body-max-length": [2
|
|
2485
|
-
"footer-leading-blank": [1
|
|
2486
|
-
"footer-max-line-length": [2
|
|
2487
|
-
"header-max-length": [2
|
|
2488
|
-
"header-trim": [2
|
|
2489
|
-
"subject-case": [2
|
|
2490
|
-
"subject-empty": [2
|
|
2491
|
-
"subject-full-stop": [2
|
|
2492
|
-
"subject-max-length": [2
|
|
2493
|
-
"subject-min-length": [2
|
|
2494
|
-
"type-case": [2
|
|
2495
|
-
"type-empty": [2
|
|
2495
|
+
"body-leading-blank": [1, "always"],
|
|
2496
|
+
"body-max-length": [2, "always", 600],
|
|
2497
|
+
"footer-leading-blank": [1, "always"],
|
|
2498
|
+
"footer-max-line-length": [2, "always", 150],
|
|
2499
|
+
"header-max-length": [2, "always", 150],
|
|
2500
|
+
"header-trim": [2, "always"],
|
|
2501
|
+
"subject-case": [2, "always", ["sentence-case"]],
|
|
2502
|
+
"subject-empty": [2, "never"],
|
|
2503
|
+
"subject-full-stop": [2, "never", "."],
|
|
2504
|
+
"subject-max-length": [2, "always", 150],
|
|
2505
|
+
"subject-min-length": [2, "always", 3],
|
|
2506
|
+
"type-case": [2, "always", "kebab-case"],
|
|
2507
|
+
"type-empty": [2, "never"],
|
|
2496
2508
|
"type-enum": [
|
|
2497
|
-
2
|
|
2509
|
+
2,
|
|
2498
2510
|
"always",
|
|
2499
2511
|
Object.keys(COMMIT_TYPES)
|
|
2500
2512
|
],
|
|
2501
|
-
"type-max-length": [2
|
|
2502
|
-
"type-min-length": [2
|
|
2503
|
-
"scope-case": [2
|
|
2504
|
-
"scope-empty": [2
|
|
2513
|
+
"type-max-length": [2, "always", 20],
|
|
2514
|
+
"type-min-length": [2, "always", 3],
|
|
2515
|
+
"scope-case": [2, "always", ["kebab-case"]],
|
|
2516
|
+
"scope-empty": [2, "never"]
|
|
2505
2517
|
};
|
|
2506
2518
|
|
|
2507
2519
|
// ../workspace-tools/src/generators/release-version/generator.ts
|
|
2508
|
-
import {
|
|
2520
|
+
import { execSync as execSync4 } from "node:child_process";
|
|
2509
2521
|
import { relative as relative3 } from "node:path";
|
|
2510
2522
|
import { IMPLICIT_DEFAULT_RELEASE_GROUP } from "nx/src/command-line/release/config/config";
|
|
2511
2523
|
import {
|
|
@@ -2897,7 +2909,7 @@ import {
|
|
|
2897
2909
|
readJsonFile,
|
|
2898
2910
|
workspaceRoot as workspaceRoot2
|
|
2899
2911
|
} from "@nx/devkit";
|
|
2900
|
-
import { existsSync as
|
|
2912
|
+
import { existsSync as existsSync7 } from "node:fs";
|
|
2901
2913
|
import { join as join2 } from "node:path";
|
|
2902
2914
|
import {
|
|
2903
2915
|
getNpmLockfileDependencies,
|
|
@@ -2923,7 +2935,7 @@ import {
|
|
|
2923
2935
|
readJsonFile as readJsonFile2
|
|
2924
2936
|
} from "@nx/devkit";
|
|
2925
2937
|
import defu4 from "defu";
|
|
2926
|
-
import { existsSync as
|
|
2938
|
+
import { existsSync as existsSync8 } from "node:fs";
|
|
2927
2939
|
import { dirname, join as join3 } from "node:path";
|
|
2928
2940
|
|
|
2929
2941
|
// ../workspace-tools/src/utils/typia-transform.ts
|
package/dist/executors.js
CHANGED
package/dist/executors.mjs
CHANGED
package/dist/generators.js
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkOPFGIL6Sjs = require('./chunk-OPFGIL6S.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkDA7JPMYPjs = require('./chunk-DA7JPMYP.js');
|
|
10
10
|
require('./chunk-F7YMEAER.js');
|
|
11
11
|
require('./chunk-2CDSXWFA.js');
|
|
12
12
|
require('./chunk-MCKGQKYU.js');
|
|
@@ -15,4 +15,4 @@ require('./chunk-MCKGQKYU.js');
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
exports.applicationGenerator =
|
|
18
|
+
exports.applicationGenerator = _chunkOPFGIL6Sjs.applicationGenerator; exports.applicationSchematic = _chunkOPFGIL6Sjs.applicationSchematic; exports.initGenerator = _chunkDA7JPMYPjs.initGenerator; exports.initSchematic = _chunkDA7JPMYPjs.initSchematic;
|
package/dist/generators.mjs
CHANGED
|
@@ -2,11 +2,11 @@ import "./chunk-3J7KBHMJ.mjs";
|
|
|
2
2
|
import {
|
|
3
3
|
applicationGenerator,
|
|
4
4
|
applicationSchematic
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-MRSIDI4N.mjs";
|
|
6
6
|
import {
|
|
7
7
|
initGenerator,
|
|
8
8
|
initSchematic
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-II6B56XO.mjs";
|
|
10
10
|
import "./chunk-N5AGCLFI.mjs";
|
|
11
11
|
import "./chunk-V44DYGWX.mjs";
|
|
12
12
|
import "./chunk-RZ5SCKYG.mjs";
|
package/dist/index.js
CHANGED
|
@@ -3,14 +3,14 @@ require('./chunk-DHBG5ASJ.js');
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkOPFGIL6Sjs = require('./chunk-OPFGIL6S.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkDA7JPMYPjs = require('./chunk-DA7JPMYP.js');
|
|
11
11
|
require('./chunk-CVGPWUNP.js');
|
|
12
12
|
require('./chunk-IRORGRVZ.js');
|
|
13
|
-
require('./chunk-
|
|
13
|
+
require('./chunk-IOQB44PE.js');
|
|
14
14
|
require('./chunk-UPFKACG7.js');
|
|
15
15
|
|
|
16
16
|
|
|
@@ -163,4 +163,4 @@ function createPackageJson(projectJsonPath, workspaceRoot) {
|
|
|
163
163
|
|
|
164
164
|
|
|
165
165
|
|
|
166
|
-
exports.applicationGenerator =
|
|
166
|
+
exports.applicationGenerator = _chunkOPFGIL6Sjs.applicationGenerator; exports.applicationSchematic = _chunkOPFGIL6Sjs.applicationSchematic; exports.createNodesV2 = createNodesV2; exports.getInternalDependencies = _chunkNCQM44P3js.getInternalDependencies; exports.initGenerator = _chunkDA7JPMYPjs.initGenerator; exports.initSchematic = _chunkDA7JPMYPjs.initSchematic; exports.name = name; exports.r2UploadFile = _chunkNCQM44P3js.r2UploadFile;
|
package/dist/index.mjs
CHANGED
|
@@ -3,14 +3,14 @@ import "./chunk-3J7KBHMJ.mjs";
|
|
|
3
3
|
import {
|
|
4
4
|
applicationGenerator,
|
|
5
5
|
applicationSchematic
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-MRSIDI4N.mjs";
|
|
7
7
|
import {
|
|
8
8
|
initGenerator,
|
|
9
9
|
initSchematic
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-II6B56XO.mjs";
|
|
11
11
|
import "./chunk-7Z5PILRU.mjs";
|
|
12
12
|
import "./chunk-NNFA5X42.mjs";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-YRHGWTQP.mjs";
|
|
14
14
|
import "./chunk-DC2YLD3R.mjs";
|
|
15
15
|
import {
|
|
16
16
|
getInternalDependencies,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
var _chunkIRORGRVZjs = require('../../../chunk-IRORGRVZ.js');
|
|
4
|
-
require('../../../chunk-
|
|
4
|
+
require('../../../chunk-IOQB44PE.js');
|
|
5
5
|
require('../../../chunk-NU34IEWN.js');
|
|
6
6
|
require('../../../chunk-F7YMEAER.js');
|
|
7
7
|
require('../../../chunk-2CDSXWFA.js');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkIOQB44PEjs = require('../../../chunk-IOQB44PE.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
var _chunkNU34IEWNjs = require('../../../chunk-NU34IEWN.js');
|
|
@@ -55,7 +55,7 @@ async function* serveExecutor(options, context) {
|
|
|
55
55
|
success: true
|
|
56
56
|
};
|
|
57
57
|
}
|
|
58
|
-
var executor_default =
|
|
58
|
+
var executor_default = _chunkIOQB44PEjs.withRunExecutor.call(void 0,
|
|
59
59
|
"Cloudflare Serve executor",
|
|
60
60
|
serveExecutor,
|
|
61
61
|
{
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkDA7JPMYPjs = require('../../../chunk-DA7JPMYP.js');
|
|
6
6
|
require('../../../chunk-MCKGQKYU.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.default =
|
|
11
|
+
exports.default = _chunkDA7JPMYPjs.generator_default; exports.initGenerator = _chunkDA7JPMYPjs.initGenerator; exports.initSchematic = _chunkDA7JPMYPjs.initSchematic;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
5
|
+
var _chunkOPFGIL6Sjs = require('../../../chunk-OPFGIL6S.js');
|
|
6
|
+
require('../../../chunk-DA7JPMYP.js');
|
|
7
7
|
require('../../../chunk-F7YMEAER.js');
|
|
8
8
|
require('../../../chunk-2CDSXWFA.js');
|
|
9
9
|
require('../../../chunk-MCKGQKYU.js');
|
|
@@ -11,4 +11,4 @@ require('../../../chunk-MCKGQKYU.js');
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.applicationGenerator =
|
|
14
|
+
exports.applicationGenerator = _chunkOPFGIL6Sjs.applicationGenerator; exports.applicationSchematic = _chunkOPFGIL6Sjs.applicationSchematic; exports.default = _chunkOPFGIL6Sjs.generator_default;
|
|
@@ -2,8 +2,8 @@ import {
|
|
|
2
2
|
applicationGenerator,
|
|
3
3
|
applicationSchematic,
|
|
4
4
|
generator_default
|
|
5
|
-
} from "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
5
|
+
} from "../../../chunk-MRSIDI4N.mjs";
|
|
6
|
+
import "../../../chunk-II6B56XO.mjs";
|
|
7
7
|
import "../../../chunk-N5AGCLFI.mjs";
|
|
8
8
|
import "../../../chunk-V44DYGWX.mjs";
|
|
9
9
|
import "../../../chunk-RZ5SCKYG.mjs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/cloudflare-tools",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.1",
|
|
4
4
|
"description": "A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -113,15 +113,15 @@
|
|
|
113
113
|
"sullivanpj"
|
|
114
114
|
],
|
|
115
115
|
"peerDependencies": {
|
|
116
|
-
"@nx/devkit": "
|
|
117
|
-
"@nx/js": "
|
|
118
|
-
"@nx/node": "
|
|
119
|
-
"@nx/web": "
|
|
116
|
+
"@nx/devkit": "catalog:",
|
|
117
|
+
"@nx/js": "catalog:",
|
|
118
|
+
"@nx/node": "catalog:",
|
|
119
|
+
"@nx/web": "catalog:",
|
|
120
120
|
"@storm-software/config": "1.113.5",
|
|
121
121
|
"@storm-software/config-tools": "1.163.5",
|
|
122
122
|
"@storm-software/workspace-tools": "1.267.0",
|
|
123
|
-
"nx": "
|
|
124
|
-
"tsup": "
|
|
123
|
+
"nx": "catalog:",
|
|
124
|
+
"tsup": "catalog:",
|
|
125
125
|
"wrangler": ">=3.58.0"
|
|
126
126
|
},
|
|
127
127
|
"peerDependenciesMeta": {
|
|
@@ -134,21 +134,21 @@
|
|
|
134
134
|
},
|
|
135
135
|
"dependencies": {
|
|
136
136
|
"@aws-sdk/client-s3": "3.47.0",
|
|
137
|
-
"defu": "
|
|
138
|
-
"glob": "
|
|
137
|
+
"defu": "catalog:",
|
|
138
|
+
"glob": "catalog:"
|
|
139
139
|
},
|
|
140
140
|
"devDependencies": {
|
|
141
|
-
"@nx/devkit": "
|
|
142
|
-
"@nx/node": "
|
|
143
|
-
"@nx/web": "
|
|
144
|
-
"@nx/webpack": "
|
|
145
|
-
"nx": "
|
|
146
|
-
"tsup": "
|
|
147
|
-
"untyped": "
|
|
141
|
+
"@nx/devkit": "catalog:",
|
|
142
|
+
"@nx/node": "catalog:",
|
|
143
|
+
"@nx/web": "catalog:",
|
|
144
|
+
"@nx/webpack": "catalog:",
|
|
145
|
+
"nx": "catalog:",
|
|
146
|
+
"tsup": "catalog:",
|
|
147
|
+
"untyped": "catalog:",
|
|
148
148
|
"wrangler": "^4.36.0"
|
|
149
149
|
},
|
|
150
150
|
"publishConfig": { "access": "public" },
|
|
151
151
|
"executors": "./executors.json",
|
|
152
152
|
"generators": "./generators.json",
|
|
153
|
-
"gitHead": "
|
|
153
|
+
"gitHead": "512d1169996114a42d66c6fbbcd38bb04b5fc695"
|
|
154
154
|
}
|