@storm-software/cloudflare-tools 0.48.0 → 0.49.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 +16 -0
- package/dist/chunk-3J7KBHMJ.mjs +0 -0
- package/dist/chunk-7Z5PILRU.mjs +0 -0
- package/dist/chunk-A7FFSBE6.mjs +26 -0
- package/dist/chunk-CR22PACK.mjs +239 -0
- package/dist/chunk-CVGPWUNP.js +1 -0
- package/dist/chunk-DHBG5ASJ.js +1 -0
- package/dist/chunk-ITLKTOIK.mjs +4042 -0
- package/dist/chunk-J5SB6L2L.js +18 -0
- package/dist/chunk-JCB2DTP6.js +42 -0
- package/dist/chunk-NKCR3FSU.js +153 -0
- package/dist/chunk-NPJPHEFP.js +239 -0
- package/dist/chunk-NSLK6ZDO.mjs +603 -0
- package/dist/chunk-OARYMVO7.mjs +501 -0
- package/dist/chunk-QEWY5YJA.mjs +89 -0
- package/dist/chunk-R7AIVBS7.js +89 -0
- package/dist/chunk-RCE3CC76.js +603 -0
- package/dist/chunk-VPT6GF3S.mjs +153 -0
- package/dist/chunk-VTHBMY4B.js +133 -0
- package/dist/chunk-VYOULWAK.mjs +42 -0
- package/dist/chunk-W5J5EWQN.js +227 -0
- package/dist/chunk-WGOT27OY.js +4041 -0
- package/dist/chunk-XO66D74Z.js +1 -0
- package/dist/chunk-XU6MTFCV.mjs +133 -0
- package/dist/chunk-YE4FHRXJ.js +501 -0
- package/dist/chunk-YSCEY447.mjs +0 -0
- package/dist/chunk-ZY7TM2TA.mjs +228 -0
- package/dist/executors.d.mts +2 -0
- package/dist/executors.d.ts +2 -0
- package/dist/executors.js +9 -0
- package/dist/executors.mjs +9 -0
- package/dist/generator-DJ1RuHyR.d.mts +14 -0
- package/dist/generator-DJ1RuHyR.d.ts +14 -0
- package/dist/generator-DW-9W9Fk.d.mts +22 -0
- package/dist/generator-DW-9W9Fk.d.ts +22 -0
- package/dist/generators.d.mts +4 -0
- package/dist/generators.d.ts +4 -0
- package/dist/generators.js +18 -0
- package/dist/generators.mjs +18 -0
- package/dist/index.d.mts +45 -0
- package/dist/index.d.ts +45 -0
- package/dist/index.js +151 -0
- package/dist/index.mjs +151 -0
- package/dist/schema.d-DgA16PUG.d.mts +24 -0
- package/dist/schema.d-DgA16PUG.d.ts +24 -0
- package/dist/schema.d-oSirXiCO.d.mts +11 -0
- package/dist/schema.d-oSirXiCO.d.ts +11 -0
- package/dist/src/executors/cloudflare-publish/executor.d.mts +8 -0
- package/dist/src/executors/cloudflare-publish/executor.d.ts +8 -0
- package/dist/src/executors/cloudflare-publish/executor.js +11 -0
- package/dist/src/executors/cloudflare-publish/executor.mjs +11 -0
- package/dist/src/executors/r2-upload-publish/executor.d.mts +8 -0
- package/dist/src/executors/r2-upload-publish/executor.d.ts +8 -0
- package/dist/src/executors/r2-upload-publish/executor.js +11 -0
- package/dist/src/executors/r2-upload-publish/executor.mjs +11 -0
- package/dist/src/executors/serve/executor.d.mts +1240 -0
- package/dist/src/executors/serve/executor.d.ts +1240 -0
- package/dist/src/executors/serve/executor.js +75 -0
- package/dist/src/executors/serve/executor.mjs +75 -0
- package/dist/src/executors/serve/schema.d.ts +1 -1
- package/dist/src/generators/init/generator.d.mts +2 -0
- package/dist/src/generators/init/generator.d.ts +2 -0
- package/dist/src/generators/init/generator.js +11 -0
- package/dist/src/generators/init/generator.mjs +11 -0
- package/dist/src/generators/worker/generator.d.mts +3 -0
- package/dist/src/generators/worker/generator.d.ts +3 -0
- package/dist/src/generators/worker/generator.js +14 -0
- package/dist/src/generators/worker/generator.mjs +14 -0
- package/dist/src/utils/index.d.mts +3 -0
- package/dist/src/utils/index.d.ts +3 -0
- package/dist/src/utils/index.js +11 -0
- package/dist/src/utils/index.mjs +11 -0
- package/dist/src/utils/r2-bucket-helpers.d.mts +7 -0
- package/dist/src/utils/r2-bucket-helpers.d.ts +7 -0
- package/dist/src/utils/r2-bucket-helpers.js +10 -0
- package/dist/src/utils/r2-bucket-helpers.mjs +10 -0
- package/dist/tsup.config.d.mts +5 -0
- package/dist/tsup.config.d.ts +5 -0
- package/dist/tsup.config.js +35 -0
- package/dist/tsup.config.mjs +35 -0
- package/package.json +1 -1
|
@@ -0,0 +1,75 @@
|
|
|
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
|
+
|
|
3
|
+
var _chunkWGOT27OYjs = require('../../../chunk-WGOT27OY.js');
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
var _chunkVTHBMY4Bjs = require('../../../chunk-VTHBMY4B.js');
|
|
7
|
+
require('../../../chunk-YE4FHRXJ.js');
|
|
8
|
+
require('../../../chunk-RCE3CC76.js');
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
var _chunkJ5SB6L2Ljs = require('../../../chunk-J5SB6L2L.js');
|
|
13
|
+
|
|
14
|
+
// src/executors/serve/executor.ts
|
|
15
|
+
var _asynciterable = require('@nx/devkit/src/utils/async-iterable');
|
|
16
|
+
var _waitforportopen = require('@nx/web/src/utils/wait-for-port-open');
|
|
17
|
+
var _child_process = require('child_process');
|
|
18
|
+
async function* serveExecutor(options, context, config) {
|
|
19
|
+
if (!_optionalChain([context, 'optionalAccess', _ => _.projectName]) || !_optionalChain([context, 'optionalAccess', _2 => _2.projectsConfigurations, 'optionalAccess', _3 => _3.projects, 'optionalAccess', _4 => _4[context.projectName], 'optionalAccess', _5 => _5.root])) {
|
|
20
|
+
throw new Error("Nx executor context was invalid");
|
|
21
|
+
}
|
|
22
|
+
const projectRoot = context.projectsConfigurations.projects[context.projectName].root;
|
|
23
|
+
const wranglerOptions = _chunkVTHBMY4Bjs.createCliOptions.call(void 0, {
|
|
24
|
+
...options
|
|
25
|
+
});
|
|
26
|
+
const wranglerBin = _chunkJ5SB6L2Ljs.__require.resolve("wrangler/bin/wrangler");
|
|
27
|
+
yield* _asynciterable.createAsyncIterable.call(void 0, async ({ done, next, error }) => {
|
|
28
|
+
process.env.PWD = projectRoot;
|
|
29
|
+
const server = _child_process.fork.call(void 0, wranglerBin, [
|
|
30
|
+
"dev",
|
|
31
|
+
...wranglerOptions
|
|
32
|
+
], {
|
|
33
|
+
cwd: projectRoot,
|
|
34
|
+
stdio: "inherit"
|
|
35
|
+
});
|
|
36
|
+
server.once("exit", (code) => {
|
|
37
|
+
if (code === 0) {
|
|
38
|
+
done();
|
|
39
|
+
} else {
|
|
40
|
+
error(new Error(`Cloudflare worker exited with code ${code}`));
|
|
41
|
+
}
|
|
42
|
+
});
|
|
43
|
+
const killServer = /* @__PURE__ */ _chunkJ5SB6L2Ljs.__name.call(void 0, () => {
|
|
44
|
+
if (server.connected) {
|
|
45
|
+
server.kill("SIGTERM");
|
|
46
|
+
}
|
|
47
|
+
}, "killServer");
|
|
48
|
+
process.on("exit", () => killServer());
|
|
49
|
+
process.on("SIGINT", () => killServer());
|
|
50
|
+
process.on("SIGTERM", () => killServer());
|
|
51
|
+
process.on("SIGHUP", () => killServer());
|
|
52
|
+
await _waitforportopen.waitForPortOpen.call(void 0, _nullishCoalesce(options.port, () => ( 4500)));
|
|
53
|
+
next({
|
|
54
|
+
success: true,
|
|
55
|
+
baseUrl: `http://localhost:${options.port}`
|
|
56
|
+
});
|
|
57
|
+
});
|
|
58
|
+
return {
|
|
59
|
+
success: true
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
_chunkJ5SB6L2Ljs.__name.call(void 0, serveExecutor, "serveExecutor");
|
|
63
|
+
var executor_default = _chunkWGOT27OYjs.withRunExecutor.call(void 0, "Cloudflare Serve executor", serveExecutor, {
|
|
64
|
+
skipReadingConfig: false,
|
|
65
|
+
hooks: {
|
|
66
|
+
applyDefaultOptions: /* @__PURE__ */ _chunkJ5SB6L2Ljs.__name.call(void 0, (options) => {
|
|
67
|
+
options.port ??= 4500;
|
|
68
|
+
return options;
|
|
69
|
+
}, "applyDefaultOptions")
|
|
70
|
+
}
|
|
71
|
+
});
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
exports.default = executor_default; exports.serveExecutor = serveExecutor;
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import {
|
|
2
|
+
withRunExecutor
|
|
3
|
+
} from "../../../chunk-ITLKTOIK.mjs";
|
|
4
|
+
import {
|
|
5
|
+
createCliOptions
|
|
6
|
+
} from "../../../chunk-XU6MTFCV.mjs";
|
|
7
|
+
import "../../../chunk-OARYMVO7.mjs";
|
|
8
|
+
import "../../../chunk-NSLK6ZDO.mjs";
|
|
9
|
+
import {
|
|
10
|
+
__name,
|
|
11
|
+
__require
|
|
12
|
+
} from "../../../chunk-A7FFSBE6.mjs";
|
|
13
|
+
|
|
14
|
+
// src/executors/serve/executor.ts
|
|
15
|
+
import { createAsyncIterable } from "@nx/devkit/src/utils/async-iterable";
|
|
16
|
+
import { waitForPortOpen } from "@nx/web/src/utils/wait-for-port-open";
|
|
17
|
+
import { fork } from "child_process";
|
|
18
|
+
async function* serveExecutor(options, context, config) {
|
|
19
|
+
if (!context?.projectName || !context?.projectsConfigurations?.projects?.[context.projectName]?.root) {
|
|
20
|
+
throw new Error("Nx executor context was invalid");
|
|
21
|
+
}
|
|
22
|
+
const projectRoot = context.projectsConfigurations.projects[context.projectName].root;
|
|
23
|
+
const wranglerOptions = createCliOptions({
|
|
24
|
+
...options
|
|
25
|
+
});
|
|
26
|
+
const wranglerBin = __require.resolve("wrangler/bin/wrangler");
|
|
27
|
+
yield* createAsyncIterable(async ({ done, next, error }) => {
|
|
28
|
+
process.env.PWD = projectRoot;
|
|
29
|
+
const server = fork(wranglerBin, [
|
|
30
|
+
"dev",
|
|
31
|
+
...wranglerOptions
|
|
32
|
+
], {
|
|
33
|
+
cwd: projectRoot,
|
|
34
|
+
stdio: "inherit"
|
|
35
|
+
});
|
|
36
|
+
server.once("exit", (code) => {
|
|
37
|
+
if (code === 0) {
|
|
38
|
+
done();
|
|
39
|
+
} else {
|
|
40
|
+
error(new Error(`Cloudflare worker exited with code ${code}`));
|
|
41
|
+
}
|
|
42
|
+
});
|
|
43
|
+
const killServer = /* @__PURE__ */ __name(() => {
|
|
44
|
+
if (server.connected) {
|
|
45
|
+
server.kill("SIGTERM");
|
|
46
|
+
}
|
|
47
|
+
}, "killServer");
|
|
48
|
+
process.on("exit", () => killServer());
|
|
49
|
+
process.on("SIGINT", () => killServer());
|
|
50
|
+
process.on("SIGTERM", () => killServer());
|
|
51
|
+
process.on("SIGHUP", () => killServer());
|
|
52
|
+
await waitForPortOpen(options.port ?? 4500);
|
|
53
|
+
next({
|
|
54
|
+
success: true,
|
|
55
|
+
baseUrl: `http://localhost:${options.port}`
|
|
56
|
+
});
|
|
57
|
+
});
|
|
58
|
+
return {
|
|
59
|
+
success: true
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
__name(serveExecutor, "serveExecutor");
|
|
63
|
+
var executor_default = withRunExecutor("Cloudflare Serve executor", serveExecutor, {
|
|
64
|
+
skipReadingConfig: false,
|
|
65
|
+
hooks: {
|
|
66
|
+
applyDefaultOptions: /* @__PURE__ */ __name((options) => {
|
|
67
|
+
options.port ??= 4500;
|
|
68
|
+
return options;
|
|
69
|
+
}, "applyDefaultOptions")
|
|
70
|
+
}
|
|
71
|
+
});
|
|
72
|
+
export {
|
|
73
|
+
executor_default as default,
|
|
74
|
+
serveExecutor
|
|
75
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BaseExecutorSchema } from "@storm-software/workspace-tools/base/base-executor.d";
|
|
1
|
+
import { BaseExecutorSchema } from "@storm-software/workspace-tools/base/base-executor.schema.d";
|
|
2
2
|
|
|
3
3
|
export interface ServeExecutorSchema extends BaseExecutorSchema {
|
|
4
4
|
name?: string;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
var _chunkNPJPHEFPjs = require('../../../chunk-NPJPHEFP.js');
|
|
6
|
+
require('../../../chunk-J5SB6L2L.js');
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
exports.default = _chunkNPJPHEFPjs.generator_default; exports.initGenerator = _chunkNPJPHEFPjs.initGenerator; exports.initSchematic = _chunkNPJPHEFPjs.initSchematic;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
var _chunkW5J5EWQNjs = require('../../../chunk-W5J5EWQN.js');
|
|
6
|
+
require('../../../chunk-NPJPHEFP.js');
|
|
7
|
+
require('../../../chunk-YE4FHRXJ.js');
|
|
8
|
+
require('../../../chunk-RCE3CC76.js');
|
|
9
|
+
require('../../../chunk-J5SB6L2L.js');
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
exports.applicationGenerator = _chunkW5J5EWQNjs.applicationGenerator; exports.applicationSchematic = _chunkW5J5EWQNjs.applicationSchematic; exports.default = _chunkW5J5EWQNjs.generator_default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import {
|
|
2
|
+
applicationGenerator,
|
|
3
|
+
applicationSchematic,
|
|
4
|
+
generator_default
|
|
5
|
+
} from "../../../chunk-ZY7TM2TA.mjs";
|
|
6
|
+
import "../../../chunk-CR22PACK.mjs";
|
|
7
|
+
import "../../../chunk-OARYMVO7.mjs";
|
|
8
|
+
import "../../../chunk-NSLK6ZDO.mjs";
|
|
9
|
+
import "../../../chunk-A7FFSBE6.mjs";
|
|
10
|
+
export {
|
|
11
|
+
applicationGenerator,
|
|
12
|
+
applicationSchematic,
|
|
13
|
+
generator_default as default
|
|
14
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../../chunk-CVGPWUNP.js');
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
var _chunkJCB2DTP6js = require('../../chunk-JCB2DTP6.js');
|
|
6
|
+
require('../../chunk-RCE3CC76.js');
|
|
7
|
+
require('../../chunk-J5SB6L2L.js');
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
exports.getInternalDependencies = _chunkJCB2DTP6js.getInternalDependencies; exports.r2UploadFile = _chunkJCB2DTP6js.r2UploadFile;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { S3 } from '@aws-sdk/client-s3';
|
|
2
|
+
import { ProjectGraph, ProjectGraphProjectNode } from '@nx/devkit';
|
|
3
|
+
|
|
4
|
+
declare const r2UploadFile: (client: S3, bucketName: string, projectPath: string, fileName: string, version: string, fileContent: string, contentType?: string, isDryRun?: boolean) => Promise<void>;
|
|
5
|
+
declare const getInternalDependencies: (projectName: string, graph: ProjectGraph) => ProjectGraphProjectNode[];
|
|
6
|
+
|
|
7
|
+
export { getInternalDependencies, r2UploadFile };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { S3 } from '@aws-sdk/client-s3';
|
|
2
|
+
import { ProjectGraph, ProjectGraphProjectNode } from '@nx/devkit';
|
|
3
|
+
|
|
4
|
+
declare const r2UploadFile: (client: S3, bucketName: string, projectPath: string, fileName: string, version: string, fileContent: string, contentType?: string, isDryRun?: boolean) => Promise<void>;
|
|
5
|
+
declare const getInternalDependencies: (projectName: string, graph: ProjectGraph) => ProjectGraphProjectNode[];
|
|
6
|
+
|
|
7
|
+
export { getInternalDependencies, r2UploadFile };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
var _chunkJCB2DTP6js = require('../../chunk-JCB2DTP6.js');
|
|
5
|
+
require('../../chunk-RCE3CC76.js');
|
|
6
|
+
require('../../chunk-J5SB6L2L.js');
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
exports.getInternalDependencies = _chunkJCB2DTP6js.getInternalDependencies; exports.r2UploadFile = _chunkJCB2DTP6js.r2UploadFile;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-J5SB6L2L.js');
|
|
2
|
+
|
|
3
|
+
// tsup.config.ts
|
|
4
|
+
var _tsup = require('tsup');
|
|
5
|
+
var tsup_config_default = _tsup.defineConfig.call(void 0, [
|
|
6
|
+
{
|
|
7
|
+
name: "cloudflare-tools",
|
|
8
|
+
target: "node22",
|
|
9
|
+
entryPoints: [
|
|
10
|
+
"./*.ts",
|
|
11
|
+
"./src/utils/*.ts",
|
|
12
|
+
"./src/executors/*/executor.ts",
|
|
13
|
+
"./src/generators/*/generator.ts",
|
|
14
|
+
"./src/generators/plugins/*.ts"
|
|
15
|
+
],
|
|
16
|
+
outDir: "dist",
|
|
17
|
+
format: [
|
|
18
|
+
"cjs",
|
|
19
|
+
"esm"
|
|
20
|
+
],
|
|
21
|
+
platform: "node",
|
|
22
|
+
splitting: true,
|
|
23
|
+
clean: true,
|
|
24
|
+
dts: true,
|
|
25
|
+
sourcemap: false,
|
|
26
|
+
shims: true,
|
|
27
|
+
tsconfig: "./tsconfig.json",
|
|
28
|
+
external: [
|
|
29
|
+
"@storm-software/workspace-tools"
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
]);
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
exports.default = tsup_config_default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import "./chunk-A7FFSBE6.mjs";
|
|
2
|
+
|
|
3
|
+
// tsup.config.ts
|
|
4
|
+
import { defineConfig } from "tsup";
|
|
5
|
+
var tsup_config_default = defineConfig([
|
|
6
|
+
{
|
|
7
|
+
name: "cloudflare-tools",
|
|
8
|
+
target: "node22",
|
|
9
|
+
entryPoints: [
|
|
10
|
+
"./*.ts",
|
|
11
|
+
"./src/utils/*.ts",
|
|
12
|
+
"./src/executors/*/executor.ts",
|
|
13
|
+
"./src/generators/*/generator.ts",
|
|
14
|
+
"./src/generators/plugins/*.ts"
|
|
15
|
+
],
|
|
16
|
+
outDir: "dist",
|
|
17
|
+
format: [
|
|
18
|
+
"cjs",
|
|
19
|
+
"esm"
|
|
20
|
+
],
|
|
21
|
+
platform: "node",
|
|
22
|
+
splitting: true,
|
|
23
|
+
clean: true,
|
|
24
|
+
dts: true,
|
|
25
|
+
sourcemap: false,
|
|
26
|
+
shims: true,
|
|
27
|
+
tsconfig: "./tsconfig.json",
|
|
28
|
+
external: [
|
|
29
|
+
"@storm-software/workspace-tools"
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
]);
|
|
33
|
+
export {
|
|
34
|
+
tsup_config_default as default
|
|
35
|
+
};
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@storm-software/cloudflare-tools","version":"0.
|
|
1
|
+
{"name":"@storm-software/cloudflare-tools","version":"0.49.1","description":"A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.","repository":{"type":"github","url":"https://github.com/storm-software/storm-ops","directory":"packages/cloudflare-tools"},"homepage":"https://stormsoftware.com","bugs":"https://github.com/storm-software/storm-ops/issues","author":{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},"license":"Apache-2.0","private":false,"main":"dist/index.js","module":"dist/index.mjs","exports":{"./package.json":"./package.json","./docs/*":"./docs/*","./migrations.json":"./migrations.json","./executors.json":"./executors.json","./executors/*/schema.json":"./dist/src/executors/*/schema.json","./generators.json":"./generators.json","./generators/*/schema.json":"./dist/src/generators/*/schema.json",".":{"import":{"types":"./dist/index.d.mts","default":"./dist/index.mjs"},"require":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"default":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./index":{"import":{"types":"./dist/index.d.mts","default":"./dist/index.mjs"},"require":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"default":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./executors":{"import":{"types":"./dist/executors.d.mts","default":"./dist/executors.mjs"},"require":{"types":"./dist/executors.d.ts","default":"./dist/executors.js"},"default":{"types":"./dist/executors.d.ts","default":"./dist/executors.js"}},"./generators":{"import":{"types":"./dist/generators.d.mts","default":"./dist/generators.mjs"},"require":{"types":"./dist/generators.d.ts","default":"./dist/generators.js"},"default":{"types":"./dist/generators.d.ts","default":"./dist/generators.js"}},"./utils":{"import":{"types":"./dist/src/utils/index.d.mts","default":"./dist/src/utils/index.mjs"},"require":{"types":"./dist/src/utils/index.d.ts","default":"./dist/src/utils/index.js"},"default":{"types":"./dist/src/utils/index.d.ts","default":"./dist/src/utils/index.js"}},"./utils/*":{"import":{"types":"./dist/src/utils/*.d.mts","default":"./dist/src/utils/*.mjs"},"require":{"types":"./dist/src/utils/*.d.ts","default":"./dist/src/utils/*.js"},"default":{"types":"./dist/src/utils/*.d.ts","default":"./dist/src/utils/*.js"}},"./executors/*/executor.js":"./dist/src/executors/*/executor.js","./generators/*/generator.js":"./dist/src/generators/*/generator.js","./plugin":"./dist/src/plugins/index.js"},"typings":"dist/index.d.ts","keywords":["monorepo","open-system","storm","storm-ops","storm-stack","stormstack","sullivanpj"],"peerDependencies":{"@nx/devkit":"^20.3.1","@nx/node":"^20.3.1","@nx/web":"^20.3.1","@nx/webpack":"^20.3.1","nx":"^20.3.1","wrangler":">=3.58.0"},"peerDependenciesMeta":{"@nx/devkit":{"optional":false},"@nx/node":{"optional":false},"@nx/web":{"optional":false},"@nx/webpack":{"optional":false},"nx":{"optional":false},"wrangler":{"optional":false}},"dependencies":{"@aws-sdk/client-s3":"3.47.0","c12":"^2.0.0-beta.2","glob":"^10.4.2","jest-resolve":"29.7.0"},"devDependencies":{"@nx/devkit":"^20.3.1","@nx/node":"^20.3.1","@nx/web":"^20.3.1","@nx/webpack":"^20.3.1","nx":"^20.3.1","tsup":"8.3.5","untyped":"^1.5.2","wrangler":">=3.58.0"},"publishConfig":{"access":"public"},"executors":"./executors.json","generators":"./generators.json"}
|