@storm-software/cloudflare-tools 0.63.32 → 0.63.33
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-Z4HK3FW2.js → chunk-3ABSELN3.js} +43 -43
- package/dist/{chunk-IJR65XVT.js → chunk-4XXUCUVI.js} +3 -3
- package/dist/{chunk-PQOLEAXY.mjs → chunk-6H6MKZQ7.mjs} +4 -4
- package/dist/{chunk-JGI2NCZG.mjs → chunk-7CXH5XWJ.mjs} +1 -1
- package/dist/{chunk-FQ6CFCZ4.js → chunk-7MM6WLI6.js} +117 -117
- package/dist/{chunk-OVYS23A5.js → chunk-B4PXKLXT.js} +1 -1
- package/dist/{chunk-G7PYIAIC.js → chunk-FAIKXYDC.js} +16 -16
- package/dist/{chunk-KE6LNIF6.mjs → chunk-FL6L3SDK.mjs} +1 -1
- package/dist/{chunk-LKGAK575.mjs → chunk-GL2G4SRT.mjs} +3 -3
- package/dist/{chunk-WN6LYIRN.mjs → chunk-NELBCV2E.mjs} +2 -2
- package/dist/{chunk-WMN2C3TD.mjs → chunk-POEVQ725.mjs} +3 -3
- package/dist/{chunk-SKLIA2UT.mjs → chunk-QFA6RHCR.mjs} +3 -3
- package/dist/{chunk-GI4E6554.mjs → chunk-WYGILGLB.mjs} +1 -1
- package/dist/{chunk-XAGQ5APY.js → chunk-X7RDEX3N.js} +12 -12
- package/dist/{chunk-CDTGH4KA.js → chunk-XMF3FE4S.js} +3 -3
- package/dist/{chunk-AUICIV5D.mjs → chunk-YRYNQ5UK.mjs} +1 -1
- package/dist/executors.js +5 -5
- package/dist/executors.mjs +7 -7
- package/dist/generators.js +5 -5
- package/dist/generators.mjs +5 -5
- package/dist/index.js +8 -8
- package/dist/index.mjs +9 -9
- package/dist/src/executors/cloudflare-publish/executor.js +3 -3
- package/dist/src/executors/cloudflare-publish/executor.mjs +5 -5
- package/dist/src/executors/r2-upload-publish/executor.js +5 -5
- package/dist/src/executors/r2-upload-publish/executor.mjs +5 -5
- package/dist/src/executors/serve/executor.js +4 -4
- package/dist/src/executors/serve/executor.mjs +4 -4
- 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 +2 -2
|
@@ -2,8 +2,8 @@ import {
|
|
|
2
2
|
generator_default,
|
|
3
3
|
initGenerator,
|
|
4
4
|
initSchematic
|
|
5
|
-
} from "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
5
|
+
} from "../../../chunk-NELBCV2E.mjs";
|
|
6
|
+
import "../../../chunk-FL6L3SDK.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 _chunkX7RDEX3Njs = require('../../../chunk-X7RDEX3N.js');
|
|
6
|
+
require('../../../chunk-B4PXKLXT.js');
|
|
7
|
+
require('../../../chunk-3ABSELN3.js');
|
|
8
|
+
require('../../../chunk-XMF3FE4S.js');
|
|
9
9
|
require('../../../chunk-MCKGQKYU.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.applicationGenerator =
|
|
14
|
+
exports.applicationGenerator = _chunkX7RDEX3Njs.applicationGenerator; exports.applicationSchematic = _chunkX7RDEX3Njs.applicationSchematic; exports.default = _chunkX7RDEX3Njs.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-6H6MKZQ7.mjs";
|
|
6
|
+
import "../../../chunk-NELBCV2E.mjs";
|
|
7
|
+
import "../../../chunk-7CXH5XWJ.mjs";
|
|
8
|
+
import "../../../chunk-QFA6RHCR.mjs";
|
|
9
|
+
import "../../../chunk-FL6L3SDK.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 _chunk4XXUCUVIjs = require('../../chunk-4XXUCUVI.js');
|
|
6
|
+
require('../../chunk-XMF3FE4S.js');
|
|
7
7
|
require('../../chunk-MCKGQKYU.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.getInternalDependencies =
|
|
11
|
+
exports.getInternalDependencies = _chunk4XXUCUVIjs.getInternalDependencies; exports.r2UploadFile = _chunk4XXUCUVIjs.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-WYGILGLB.mjs";
|
|
6
|
+
import "../../chunk-QFA6RHCR.mjs";
|
|
7
|
+
import "../../chunk-FL6L3SDK.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 _chunk4XXUCUVIjs = require('../../chunk-4XXUCUVI.js');
|
|
5
|
+
require('../../chunk-XMF3FE4S.js');
|
|
6
6
|
require('../../chunk-MCKGQKYU.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.getInternalDependencies =
|
|
10
|
+
exports.getInternalDependencies = _chunk4XXUCUVIjs.getInternalDependencies; exports.r2UploadFile = _chunk4XXUCUVIjs.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-WYGILGLB.mjs";
|
|
5
|
+
import "../../chunk-QFA6RHCR.mjs";
|
|
6
|
+
import "../../chunk-FL6L3SDK.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.63.
|
|
3
|
+
"version": "0.63.33",
|
|
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",
|
|
@@ -146,5 +146,5 @@
|
|
|
146
146
|
"publishConfig": { "access": "public" },
|
|
147
147
|
"executors": "./executors.json",
|
|
148
148
|
"generators": "./generators.json",
|
|
149
|
-
"gitHead": "
|
|
149
|
+
"gitHead": "457c32063cb35e831f63fef9e40e5f881c5ffc26"
|
|
150
150
|
}
|