@storm-software/cloudflare-tools 0.55.63 → 0.55.65
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-MLJ3OSJX.js → chunk-2YQVZSHO.js} +16 -16
- package/dist/{chunk-HBBHWDJS.mjs → chunk-4KLMKQMN.mjs} +11 -3
- package/dist/{chunk-KSTLYSXJ.mjs → chunk-65QGIJV4.mjs} +198 -1075
- package/dist/{chunk-VQLLSEHB.mjs → chunk-6YO5XRT2.mjs} +1 -1
- package/dist/{chunk-HA6XAX4C.mjs → chunk-7TRJIJ2N.mjs} +4 -4
- package/dist/{chunk-NRIZ2TF7.js → chunk-DWDJDH7W.js} +1 -1
- package/dist/{chunk-XFPT4O23.js → chunk-IVLCYFXD.js} +50 -42
- package/dist/{chunk-3O6RTR7W.mjs → chunk-NGKRYZY2.mjs} +2 -2
- package/dist/{chunk-UCUXAMZ3.js → chunk-NNDGLEEI.js} +12 -12
- package/dist/{chunk-RGBGVGWZ.mjs → chunk-PFHP5EL7.mjs} +2 -2
- package/dist/{chunk-UBEHQVYS.js → chunk-QGRENI3O.js} +3 -3
- package/dist/{chunk-ITJMNVMG.mjs → chunk-U2DL5OU3.mjs} +2 -2
- package/dist/{chunk-SSSAGTTW.mjs → chunk-U5WWE2HS.mjs} +1 -6
- package/dist/{chunk-IKNX7KR7.js → chunk-UQLMM4XV.js} +280 -1157
- package/dist/{chunk-TEEOPHLZ.js → chunk-V7LBWOVV.js} +1 -6
- package/dist/{chunk-CI3G746G.mjs → chunk-XPLMFM2J.mjs} +1 -1
- package/dist/{chunk-C3CWFFYT.mjs → chunk-YV555N5S.mjs} +5 -5
- 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.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.mjs +1 -1
- package/package.json +13 -39
|
@@ -632,10 +632,6 @@ var getLogLevelLabel = /* @__PURE__ */ _chunkJ5SB6L2Ljs.__name.call(void 0, (log
|
|
|
632
632
|
}
|
|
633
633
|
return LogLevelLabel.INFO;
|
|
634
634
|
}, "getLogLevelLabel");
|
|
635
|
-
var isVerbose = /* @__PURE__ */ _chunkJ5SB6L2Ljs.__name.call(void 0, (label = LogLevelLabel.SILENT) => {
|
|
636
|
-
const logLevel = typeof label === "string" ? getLogLevel(label) : label;
|
|
637
|
-
return logLevel >= LogLevel.DEBUG;
|
|
638
|
-
}, "isVerbose");
|
|
639
635
|
|
|
640
636
|
// ../config-tools/src/logger/console.ts
|
|
641
637
|
var getLogFn = /* @__PURE__ */ _chunkJ5SB6L2Ljs.__name.call(void 0, (logLevel = LogLevel.INFO, config = {}, _chalk = getChalk()) => {
|
|
@@ -763,5 +759,4 @@ var _isFunction = /* @__PURE__ */ _chunkJ5SB6L2Ljs.__name.call(void 0, (value) =
|
|
|
763
759
|
|
|
764
760
|
|
|
765
761
|
|
|
766
|
-
|
|
767
|
-
exports.LogLevel = LogLevel; exports.STORM_DEFAULT_DOCS = STORM_DEFAULT_DOCS; exports.STORM_DEFAULT_HOMEPAGE = STORM_DEFAULT_HOMEPAGE; exports.STORM_DEFAULT_LICENSING = STORM_DEFAULT_LICENSING; exports.stormWorkspaceConfigSchema = stormWorkspaceConfigSchema; exports.COLOR_KEYS = COLOR_KEYS; exports.correctPaths = correctPaths; exports.joinPaths = joinPaths; exports.findWorkspaceRoot = findWorkspaceRoot; exports.getDefaultConfig = getDefaultConfig; exports.getLogLevel = getLogLevel; exports.getLogLevelLabel = getLogLevelLabel; exports.isVerbose = isVerbose; exports.writeFatal = writeFatal; exports.writeError = writeError; exports.writeWarning = writeWarning; exports.writeInfo = writeInfo; exports.writeSuccess = writeSuccess; exports.writeDebug = writeDebug; exports.writeTrace = writeTrace; exports.getStopwatch = getStopwatch; exports.formatLogMessage = formatLogMessage;
|
|
762
|
+
exports.LogLevel = LogLevel; exports.STORM_DEFAULT_DOCS = STORM_DEFAULT_DOCS; exports.STORM_DEFAULT_HOMEPAGE = STORM_DEFAULT_HOMEPAGE; exports.STORM_DEFAULT_LICENSING = STORM_DEFAULT_LICENSING; exports.stormWorkspaceConfigSchema = stormWorkspaceConfigSchema; exports.COLOR_KEYS = COLOR_KEYS; exports.correctPaths = correctPaths; exports.joinPaths = joinPaths; exports.findWorkspaceRoot = findWorkspaceRoot; exports.getDefaultConfig = getDefaultConfig; exports.getLogLevel = getLogLevel; exports.getLogLevelLabel = getLogLevelLabel; exports.writeFatal = writeFatal; exports.writeError = writeError; exports.writeWarning = writeWarning; exports.writeInfo = writeInfo; exports.writeSuccess = writeSuccess; exports.writeDebug = writeDebug; exports.writeTrace = writeTrace; exports.getStopwatch = getStopwatch; exports.formatLogMessage = formatLogMessage;
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getInternalDependencies,
|
|
3
3
|
r2UploadFile
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-U2DL5OU3.mjs";
|
|
5
5
|
import {
|
|
6
6
|
createCliOptions,
|
|
7
7
|
getPackageInfo
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-XPLMFM2J.mjs";
|
|
9
9
|
import {
|
|
10
10
|
getConfig
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-4KLMKQMN.mjs";
|
|
12
12
|
import {
|
|
13
13
|
findWorkspaceRoot,
|
|
14
14
|
writeDebug,
|
|
15
15
|
writeInfo,
|
|
16
16
|
writeSuccess,
|
|
17
17
|
writeWarning
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-U5WWE2HS.mjs";
|
|
19
19
|
import {
|
|
20
20
|
__name
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-6YO5XRT2.mjs";
|
|
22
22
|
|
|
23
23
|
// src/executors/r2-upload-publish/executor.ts
|
|
24
24
|
import { S3 } from "@aws-sdk/client-s3";
|
package/dist/executors.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";require('./chunk-XO66D74Z.js');
|
|
2
2
|
require('./chunk-R7AIVBS7.js');
|
|
3
|
-
require('./chunk-
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-
|
|
3
|
+
require('./chunk-UQLMM4XV.js');
|
|
4
|
+
require('./chunk-2YQVZSHO.js');
|
|
5
|
+
require('./chunk-QGRENI3O.js');
|
|
6
6
|
require('./chunk-VTHBMY4B.js');
|
|
7
|
-
require('./chunk-
|
|
8
|
-
require('./chunk-
|
|
7
|
+
require('./chunk-IVLCYFXD.js');
|
|
8
|
+
require('./chunk-V7LBWOVV.js');
|
|
9
9
|
require('./chunk-J5SB6L2L.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "./chunk-YSCEY447.mjs";
|
|
2
|
-
import "./chunk-
|
|
3
|
-
import "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-PFHP5EL7.mjs";
|
|
3
|
+
import "./chunk-65QGIJV4.mjs";
|
|
4
|
+
import "./chunk-YV555N5S.mjs";
|
|
5
|
+
import "./chunk-U2DL5OU3.mjs";
|
|
6
|
+
import "./chunk-XPLMFM2J.mjs";
|
|
7
|
+
import "./chunk-4KLMKQMN.mjs";
|
|
8
|
+
import "./chunk-U5WWE2HS.mjs";
|
|
9
|
+
import "./chunk-6YO5XRT2.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkNNDGLEEIjs = require('./chunk-NNDGLEEI.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
10
|
-
require('./chunk-
|
|
11
|
-
require('./chunk-
|
|
9
|
+
var _chunkDWDJDH7Wjs = require('./chunk-DWDJDH7W.js');
|
|
10
|
+
require('./chunk-IVLCYFXD.js');
|
|
11
|
+
require('./chunk-V7LBWOVV.js');
|
|
12
12
|
require('./chunk-J5SB6L2L.js');
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
exports.applicationGenerator =
|
|
18
|
+
exports.applicationGenerator = _chunkNNDGLEEIjs.applicationGenerator; exports.applicationSchematic = _chunkNNDGLEEIjs.applicationSchematic; exports.initGenerator = _chunkDWDJDH7Wjs.initGenerator; exports.initSchematic = _chunkDWDJDH7Wjs.initSchematic;
|
package/dist/generators.mjs
CHANGED
|
@@ -2,14 +2,14 @@ import "./chunk-3J7KBHMJ.mjs";
|
|
|
2
2
|
import {
|
|
3
3
|
applicationGenerator,
|
|
4
4
|
applicationSchematic
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-7TRJIJ2N.mjs";
|
|
6
6
|
import {
|
|
7
7
|
initGenerator,
|
|
8
8
|
initSchematic
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-NGKRYZY2.mjs";
|
|
10
|
+
import "./chunk-4KLMKQMN.mjs";
|
|
11
|
+
import "./chunk-U5WWE2HS.mjs";
|
|
12
|
+
import "./chunk-6YO5XRT2.mjs";
|
|
13
13
|
export {
|
|
14
14
|
applicationGenerator,
|
|
15
15
|
applicationSchematic,
|
package/dist/index.js
CHANGED
|
@@ -3,25 +3,25 @@ require('./chunk-DHBG5ASJ.js');
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkNNDGLEEIjs = require('./chunk-NNDGLEEI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkDWDJDH7Wjs = require('./chunk-DWDJDH7W.js');
|
|
11
11
|
require('./chunk-CVGPWUNP.js');
|
|
12
12
|
require('./chunk-R7AIVBS7.js');
|
|
13
|
-
require('./chunk-
|
|
14
|
-
require('./chunk-
|
|
13
|
+
require('./chunk-UQLMM4XV.js');
|
|
14
|
+
require('./chunk-2YQVZSHO.js');
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
18
|
+
var _chunkQGRENI3Ojs = require('./chunk-QGRENI3O.js');
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
var _chunkVTHBMY4Bjs = require('./chunk-VTHBMY4B.js');
|
|
23
|
-
require('./chunk-
|
|
24
|
-
require('./chunk-
|
|
23
|
+
require('./chunk-IVLCYFXD.js');
|
|
24
|
+
require('./chunk-V7LBWOVV.js');
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
var _chunkJ5SB6L2Ljs = require('./chunk-J5SB6L2L.js');
|
|
@@ -148,4 +148,4 @@ _chunkJ5SB6L2Ljs.__name.call(void 0, createPackageJson, "createPackageJson");
|
|
|
148
148
|
|
|
149
149
|
|
|
150
150
|
|
|
151
|
-
exports.applicationGenerator =
|
|
151
|
+
exports.applicationGenerator = _chunkNNDGLEEIjs.applicationGenerator; exports.applicationSchematic = _chunkNNDGLEEIjs.applicationSchematic; exports.createNodes = createNodes; exports.getInternalDependencies = _chunkQGRENI3Ojs.getInternalDependencies; exports.initGenerator = _chunkDWDJDH7Wjs.initGenerator; exports.initSchematic = _chunkDWDJDH7Wjs.initSchematic; exports.name = name; exports.r2UploadFile = _chunkQGRENI3Ojs.r2UploadFile;
|
package/dist/index.mjs
CHANGED
|
@@ -3,28 +3,28 @@ import "./chunk-3J7KBHMJ.mjs";
|
|
|
3
3
|
import {
|
|
4
4
|
applicationGenerator,
|
|
5
5
|
applicationSchematic
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-7TRJIJ2N.mjs";
|
|
7
7
|
import {
|
|
8
8
|
initGenerator,
|
|
9
9
|
initSchematic
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-NGKRYZY2.mjs";
|
|
11
11
|
import "./chunk-7Z5PILRU.mjs";
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-PFHP5EL7.mjs";
|
|
13
|
+
import "./chunk-65QGIJV4.mjs";
|
|
14
|
+
import "./chunk-YV555N5S.mjs";
|
|
15
15
|
import {
|
|
16
16
|
getInternalDependencies,
|
|
17
17
|
r2UploadFile
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-U2DL5OU3.mjs";
|
|
19
19
|
import {
|
|
20
20
|
ProjectTagConstants,
|
|
21
21
|
addProjectTag
|
|
22
|
-
} from "./chunk-
|
|
23
|
-
import "./chunk-
|
|
24
|
-
import "./chunk-
|
|
22
|
+
} from "./chunk-XPLMFM2J.mjs";
|
|
23
|
+
import "./chunk-4KLMKQMN.mjs";
|
|
24
|
+
import "./chunk-U5WWE2HS.mjs";
|
|
25
25
|
import {
|
|
26
26
|
__name
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-6YO5XRT2.mjs";
|
|
28
28
|
|
|
29
29
|
// src/plugins/index.ts
|
|
30
30
|
import { existsSync } from "node:fs";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
var _chunkR7AIVBS7js = require('../../../chunk-R7AIVBS7.js');
|
|
4
|
-
require('../../../chunk-
|
|
4
|
+
require('../../../chunk-UQLMM4XV.js');
|
|
5
5
|
require('../../../chunk-VTHBMY4B.js');
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-IVLCYFXD.js');
|
|
7
|
+
require('../../../chunk-V7LBWOVV.js');
|
|
8
8
|
require('../../../chunk-J5SB6L2L.js');
|
|
9
9
|
|
|
10
10
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runExecutor
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
8
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-PFHP5EL7.mjs";
|
|
4
|
+
import "../../../chunk-65QGIJV4.mjs";
|
|
5
|
+
import "../../../chunk-XPLMFM2J.mjs";
|
|
6
|
+
import "../../../chunk-4KLMKQMN.mjs";
|
|
7
|
+
import "../../../chunk-U5WWE2HS.mjs";
|
|
8
|
+
import "../../../chunk-6YO5XRT2.mjs";
|
|
9
9
|
export {
|
|
10
10
|
runExecutor as default
|
|
11
11
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
3
|
+
var _chunk2YQVZSHOjs = require('../../../chunk-2YQVZSHO.js');
|
|
4
|
+
require('../../../chunk-QGRENI3O.js');
|
|
5
5
|
require('../../../chunk-VTHBMY4B.js');
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-IVLCYFXD.js');
|
|
7
|
+
require('../../../chunk-V7LBWOVV.js');
|
|
8
8
|
require('../../../chunk-J5SB6L2L.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.default =
|
|
11
|
+
exports.default = _chunk2YQVZSHOjs.runExecutor;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runExecutor
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
8
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-YV555N5S.mjs";
|
|
4
|
+
import "../../../chunk-U2DL5OU3.mjs";
|
|
5
|
+
import "../../../chunk-XPLMFM2J.mjs";
|
|
6
|
+
import "../../../chunk-4KLMKQMN.mjs";
|
|
7
|
+
import "../../../chunk-U5WWE2HS.mjs";
|
|
8
|
+
import "../../../chunk-6YO5XRT2.mjs";
|
|
9
9
|
export {
|
|
10
10
|
runExecutor as default
|
|
11
11
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
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 _chunkUQLMM4XVjs = require('../../../chunk-UQLMM4XV.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
var _chunkVTHBMY4Bjs = require('../../../chunk-VTHBMY4B.js');
|
|
7
|
-
require('../../../chunk-
|
|
8
|
-
require('../../../chunk-
|
|
7
|
+
require('../../../chunk-IVLCYFXD.js');
|
|
8
|
+
require('../../../chunk-V7LBWOVV.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
@@ -60,7 +60,7 @@ async function* serveExecutor(options, context, config) {
|
|
|
60
60
|
};
|
|
61
61
|
}
|
|
62
62
|
_chunkJ5SB6L2Ljs.__name.call(void 0, serveExecutor, "serveExecutor");
|
|
63
|
-
var executor_default =
|
|
63
|
+
var executor_default = _chunkUQLMM4XVjs.withRunExecutor.call(void 0, "Cloudflare Serve executor", serveExecutor, {
|
|
64
64
|
skipReadingConfig: false,
|
|
65
65
|
hooks: {
|
|
66
66
|
applyDefaultOptions: /* @__PURE__ */ _chunkJ5SB6L2Ljs.__name.call(void 0, (options) => {
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
withRunExecutor
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-65QGIJV4.mjs";
|
|
4
4
|
import {
|
|
5
5
|
createCliOptions
|
|
6
|
-
} from "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
8
|
-
import "../../../chunk-
|
|
6
|
+
} from "../../../chunk-XPLMFM2J.mjs";
|
|
7
|
+
import "../../../chunk-4KLMKQMN.mjs";
|
|
8
|
+
import "../../../chunk-U5WWE2HS.mjs";
|
|
9
9
|
import {
|
|
10
10
|
__name,
|
|
11
11
|
__require
|
|
12
|
-
} from "../../../chunk-
|
|
12
|
+
} from "../../../chunk-6YO5XRT2.mjs";
|
|
13
13
|
|
|
14
14
|
// src/executors/serve/executor.ts
|
|
15
15
|
import { createAsyncIterable } from "@nx/devkit/src/utils/async-iterable";
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkDWDJDH7Wjs = require('../../../chunk-DWDJDH7W.js');
|
|
6
6
|
require('../../../chunk-J5SB6L2L.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.default =
|
|
11
|
+
exports.default = _chunkDWDJDH7Wjs.generator_default; exports.initGenerator = _chunkDWDJDH7Wjs.initGenerator; exports.initSchematic = _chunkDWDJDH7Wjs.initSchematic;
|
|
@@ -2,8 +2,8 @@ import {
|
|
|
2
2
|
generator_default,
|
|
3
3
|
initGenerator,
|
|
4
4
|
initSchematic
|
|
5
|
-
} from "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
5
|
+
} from "../../../chunk-NGKRYZY2.mjs";
|
|
6
|
+
import "../../../chunk-6YO5XRT2.mjs";
|
|
7
7
|
export {
|
|
8
8
|
generator_default as default,
|
|
9
9
|
initGenerator,
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
8
|
-
require('../../../chunk-
|
|
5
|
+
var _chunkNNDGLEEIjs = require('../../../chunk-NNDGLEEI.js');
|
|
6
|
+
require('../../../chunk-DWDJDH7W.js');
|
|
7
|
+
require('../../../chunk-IVLCYFXD.js');
|
|
8
|
+
require('../../../chunk-V7LBWOVV.js');
|
|
9
9
|
require('../../../chunk-J5SB6L2L.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.applicationGenerator =
|
|
14
|
+
exports.applicationGenerator = _chunkNNDGLEEIjs.applicationGenerator; exports.applicationSchematic = _chunkNNDGLEEIjs.applicationSchematic; exports.default = _chunkNNDGLEEIjs.generator_default;
|
|
@@ -2,11 +2,11 @@ import {
|
|
|
2
2
|
applicationGenerator,
|
|
3
3
|
applicationSchematic,
|
|
4
4
|
generator_default
|
|
5
|
-
} from "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
8
|
-
import "../../../chunk-
|
|
9
|
-
import "../../../chunk-
|
|
5
|
+
} from "../../../chunk-7TRJIJ2N.mjs";
|
|
6
|
+
import "../../../chunk-NGKRYZY2.mjs";
|
|
7
|
+
import "../../../chunk-4KLMKQMN.mjs";
|
|
8
|
+
import "../../../chunk-U5WWE2HS.mjs";
|
|
9
|
+
import "../../../chunk-6YO5XRT2.mjs";
|
|
10
10
|
export {
|
|
11
11
|
applicationGenerator,
|
|
12
12
|
applicationSchematic,
|
package/dist/src/utils/index.js
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../chunk-
|
|
5
|
+
var _chunkQGRENI3Ojs = require('../../chunk-QGRENI3O.js');
|
|
6
|
+
require('../../chunk-V7LBWOVV.js');
|
|
7
7
|
require('../../chunk-J5SB6L2L.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.getInternalDependencies =
|
|
11
|
+
exports.getInternalDependencies = _chunkQGRENI3Ojs.getInternalDependencies; exports.r2UploadFile = _chunkQGRENI3Ojs.r2UploadFile;
|
package/dist/src/utils/index.mjs
CHANGED
|
@@ -2,9 +2,9 @@ import "../../chunk-7Z5PILRU.mjs";
|
|
|
2
2
|
import {
|
|
3
3
|
getInternalDependencies,
|
|
4
4
|
r2UploadFile
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
5
|
+
} from "../../chunk-U2DL5OU3.mjs";
|
|
6
|
+
import "../../chunk-U5WWE2HS.mjs";
|
|
7
|
+
import "../../chunk-6YO5XRT2.mjs";
|
|
8
8
|
export {
|
|
9
9
|
getInternalDependencies,
|
|
10
10
|
r2UploadFile
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../chunk-
|
|
4
|
+
var _chunkQGRENI3Ojs = require('../../chunk-QGRENI3O.js');
|
|
5
|
+
require('../../chunk-V7LBWOVV.js');
|
|
6
6
|
require('../../chunk-J5SB6L2L.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.getInternalDependencies =
|
|
10
|
+
exports.getInternalDependencies = _chunkQGRENI3Ojs.getInternalDependencies; exports.r2UploadFile = _chunkQGRENI3Ojs.r2UploadFile;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getInternalDependencies,
|
|
3
3
|
r2UploadFile
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
4
|
+
} from "../../chunk-U2DL5OU3.mjs";
|
|
5
|
+
import "../../chunk-U5WWE2HS.mjs";
|
|
6
|
+
import "../../chunk-6YO5XRT2.mjs";
|
|
7
7
|
export {
|
|
8
8
|
getInternalDependencies,
|
|
9
9
|
r2UploadFile
|
package/dist/tsup.config.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/cloudflare-tools",
|
|
3
|
-
"version": "0.55.
|
|
3
|
+
"version": "0.55.65",
|
|
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",
|
|
@@ -31,28 +31,16 @@
|
|
|
31
31
|
"types": "./dist/index.d.mts",
|
|
32
32
|
"default": "./dist/index.mjs"
|
|
33
33
|
},
|
|
34
|
-
"require": {
|
|
35
|
-
|
|
36
|
-
"default": "./dist/index.js"
|
|
37
|
-
},
|
|
38
|
-
"default": {
|
|
39
|
-
"types": "./dist/index.d.ts",
|
|
40
|
-
"default": "./dist/index.js"
|
|
41
|
-
}
|
|
34
|
+
"require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
|
|
35
|
+
"default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
|
|
42
36
|
},
|
|
43
37
|
"./index": {
|
|
44
38
|
"import": {
|
|
45
39
|
"types": "./dist/index.d.mts",
|
|
46
40
|
"default": "./dist/index.mjs"
|
|
47
41
|
},
|
|
48
|
-
"require": {
|
|
49
|
-
|
|
50
|
-
"default": "./dist/index.js"
|
|
51
|
-
},
|
|
52
|
-
"default": {
|
|
53
|
-
"types": "./dist/index.d.ts",
|
|
54
|
-
"default": "./dist/index.js"
|
|
55
|
-
}
|
|
42
|
+
"require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
|
|
43
|
+
"default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
|
|
56
44
|
},
|
|
57
45
|
"./executors": {
|
|
58
46
|
"import": {
|
|
@@ -133,24 +121,12 @@
|
|
|
133
121
|
"wrangler": ">=3.58.0"
|
|
134
122
|
},
|
|
135
123
|
"peerDependenciesMeta": {
|
|
136
|
-
"@nx/devkit": {
|
|
137
|
-
|
|
138
|
-
},
|
|
139
|
-
"@nx/
|
|
140
|
-
|
|
141
|
-
}
|
|
142
|
-
"@nx/web": {
|
|
143
|
-
"optional": false
|
|
144
|
-
},
|
|
145
|
-
"@nx/webpack": {
|
|
146
|
-
"optional": false
|
|
147
|
-
},
|
|
148
|
-
"nx": {
|
|
149
|
-
"optional": false
|
|
150
|
-
},
|
|
151
|
-
"wrangler": {
|
|
152
|
-
"optional": false
|
|
153
|
-
}
|
|
124
|
+
"@nx/devkit": { "optional": false },
|
|
125
|
+
"@nx/node": { "optional": false },
|
|
126
|
+
"@nx/web": { "optional": false },
|
|
127
|
+
"@nx/webpack": { "optional": false },
|
|
128
|
+
"nx": { "optional": false },
|
|
129
|
+
"wrangler": { "optional": false }
|
|
154
130
|
},
|
|
155
131
|
"dependencies": {
|
|
156
132
|
"@aws-sdk/client-s3": "3.47.0",
|
|
@@ -168,9 +144,7 @@
|
|
|
168
144
|
"untyped": "^1.5.2",
|
|
169
145
|
"wrangler": ">=3.58.0"
|
|
170
146
|
},
|
|
171
|
-
"publishConfig": {
|
|
172
|
-
"access": "public"
|
|
173
|
-
},
|
|
147
|
+
"publishConfig": { "access": "public" },
|
|
174
148
|
"executors": "./executors.json",
|
|
175
149
|
"generators": "./generators.json"
|
|
176
|
-
}
|
|
150
|
+
}
|