@storm-software/cloudflare-tools 0.55.7 → 0.55.8
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 +6 -0
- package/README.md +1 -1
- package/dist/{chunk-DVTNXMMX.mjs → chunk-4D4BCMPU.mjs} +1 -1
- package/dist/{chunk-XRA5YELE.js → chunk-EKOAJ4ZY.js} +1 -1
- package/dist/{chunk-EJP6HLGZ.js → chunk-QWUXUAVG.js} +2 -2
- package/dist/{chunk-C2QIRGAJ.mjs → chunk-USRT2I6P.mjs} +1 -1
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +2 -2
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- 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 +1 -1
package/CHANGELOG.md
CHANGED
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 -->
|
|
@@ -8,7 +8,7 @@ var require_package = __commonJS({
|
|
|
8
8
|
"package.json"(exports, module) {
|
|
9
9
|
module.exports = {
|
|
10
10
|
name: "@storm-software/cloudflare-tools",
|
|
11
|
-
version: "0.55.
|
|
11
|
+
version: "0.55.8",
|
|
12
12
|
description: "A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.",
|
|
13
13
|
repository: {
|
|
14
14
|
type: "github",
|
|
@@ -8,7 +8,7 @@ var require_package = _chunkJ5SB6L2Ljs.__commonJS.call(void 0, {
|
|
|
8
8
|
"package.json"(exports, module) {
|
|
9
9
|
module.exports = {
|
|
10
10
|
name: "@storm-software/cloudflare-tools",
|
|
11
|
-
version: "0.55.
|
|
11
|
+
version: "0.55.8",
|
|
12
12
|
description: "A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.",
|
|
13
13
|
repository: {
|
|
14
14
|
type: "github",
|
|
@@ -12,7 +12,7 @@ var _chunk6Q4S7VSUjs = require('./chunk-6Q4S7VSU.js');
|
|
|
12
12
|
var _chunk43HWVEICjs = require('./chunk-43HWVEIC.js');
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
var
|
|
15
|
+
var _chunkEKOAJ4ZYjs = require('./chunk-EKOAJ4ZY.js');
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
var _chunkJ5SB6L2Ljs = require('./chunk-J5SB6L2L.js');
|
|
@@ -52,7 +52,7 @@ async function applicationGenerator(tree, schema) {
|
|
|
52
52
|
${Object.keys(process.env).map((key) => ` - ${key}=${JSON.stringify(process.env[key])}`).join("\n")}`, config);
|
|
53
53
|
const options = await normalizeOptions(tree, schema, config);
|
|
54
54
|
const tasks = [];
|
|
55
|
-
tasks.push(await
|
|
55
|
+
tasks.push(await _chunkEKOAJ4ZYjs.generator_default.call(void 0, tree, {
|
|
56
56
|
...options,
|
|
57
57
|
skipFormat: true
|
|
58
58
|
}));
|
package/dist/generators.js
CHANGED
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkQWUXUAVGjs = require('./chunk-QWUXUAVG.js');
|
|
6
6
|
require('./chunk-6Q4S7VSU.js');
|
|
7
7
|
require('./chunk-43HWVEIC.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var _chunkEKOAJ4ZYjs = require('./chunk-EKOAJ4ZY.js');
|
|
12
12
|
require('./chunk-J5SB6L2L.js');
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
exports.applicationGenerator =
|
|
18
|
+
exports.applicationGenerator = _chunkQWUXUAVGjs.applicationGenerator; exports.applicationSchematic = _chunkQWUXUAVGjs.applicationSchematic; exports.initGenerator = _chunkEKOAJ4ZYjs.initGenerator; exports.initSchematic = _chunkEKOAJ4ZYjs.initSchematic;
|
package/dist/generators.mjs
CHANGED
|
@@ -2,13 +2,13 @@ import "./chunk-3J7KBHMJ.mjs";
|
|
|
2
2
|
import {
|
|
3
3
|
applicationGenerator,
|
|
4
4
|
applicationSchematic
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-USRT2I6P.mjs";
|
|
6
6
|
import "./chunk-BKBJDKMA.mjs";
|
|
7
7
|
import "./chunk-GMLMIRU7.mjs";
|
|
8
8
|
import {
|
|
9
9
|
initGenerator,
|
|
10
10
|
initSchematic
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-4D4BCMPU.mjs";
|
|
12
12
|
import "./chunk-A7FFSBE6.mjs";
|
|
13
13
|
export {
|
|
14
14
|
applicationGenerator,
|
package/dist/index.js
CHANGED
|
@@ -15,13 +15,13 @@ var _chunkADRS43PRjs = require('./chunk-ADRS43PR.js');
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
18
|
+
var _chunkQWUXUAVGjs = require('./chunk-QWUXUAVG.js');
|
|
19
19
|
require('./chunk-6Q4S7VSU.js');
|
|
20
20
|
require('./chunk-43HWVEIC.js');
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
|
|
24
|
-
var
|
|
24
|
+
var _chunkEKOAJ4ZYjs = require('./chunk-EKOAJ4ZY.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 = _chunkQWUXUAVGjs.applicationGenerator; exports.applicationSchematic = _chunkQWUXUAVGjs.applicationSchematic; exports.createNodes = createNodes; exports.getInternalDependencies = _chunkADRS43PRjs.getInternalDependencies; exports.initGenerator = _chunkEKOAJ4ZYjs.initGenerator; exports.initSchematic = _chunkEKOAJ4ZYjs.initSchematic; exports.name = name; exports.r2UploadFile = _chunkADRS43PRjs.r2UploadFile;
|
package/dist/index.mjs
CHANGED
|
@@ -15,13 +15,13 @@ import {
|
|
|
15
15
|
import {
|
|
16
16
|
applicationGenerator,
|
|
17
17
|
applicationSchematic
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-USRT2I6P.mjs";
|
|
19
19
|
import "./chunk-BKBJDKMA.mjs";
|
|
20
20
|
import "./chunk-GMLMIRU7.mjs";
|
|
21
21
|
import {
|
|
22
22
|
initGenerator,
|
|
23
23
|
initSchematic
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-4D4BCMPU.mjs";
|
|
25
25
|
import {
|
|
26
26
|
__name
|
|
27
27
|
} from "./chunk-A7FFSBE6.mjs";
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkEKOAJ4ZYjs = require('../../../chunk-EKOAJ4ZY.js');
|
|
6
6
|
require('../../../chunk-J5SB6L2L.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.default =
|
|
11
|
+
exports.default = _chunkEKOAJ4ZYjs.generator_default; exports.initGenerator = _chunkEKOAJ4ZYjs.initGenerator; exports.initSchematic = _chunkEKOAJ4ZYjs.initSchematic;
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkQWUXUAVGjs = require('../../../chunk-QWUXUAVG.js');
|
|
6
6
|
require('../../../chunk-6Q4S7VSU.js');
|
|
7
7
|
require('../../../chunk-43HWVEIC.js');
|
|
8
|
-
require('../../../chunk-
|
|
8
|
+
require('../../../chunk-EKOAJ4ZY.js');
|
|
9
9
|
require('../../../chunk-J5SB6L2L.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.applicationGenerator =
|
|
14
|
+
exports.applicationGenerator = _chunkQWUXUAVGjs.applicationGenerator; exports.applicationSchematic = _chunkQWUXUAVGjs.applicationSchematic; exports.default = _chunkQWUXUAVGjs.generator_default;
|
|
@@ -2,10 +2,10 @@ import {
|
|
|
2
2
|
applicationGenerator,
|
|
3
3
|
applicationSchematic,
|
|
4
4
|
generator_default
|
|
5
|
-
} from "../../../chunk-
|
|
5
|
+
} from "../../../chunk-USRT2I6P.mjs";
|
|
6
6
|
import "../../../chunk-BKBJDKMA.mjs";
|
|
7
7
|
import "../../../chunk-GMLMIRU7.mjs";
|
|
8
|
-
import "../../../chunk-
|
|
8
|
+
import "../../../chunk-4D4BCMPU.mjs";
|
|
9
9
|
import "../../../chunk-A7FFSBE6.mjs";
|
|
10
10
|
export {
|
|
11
11
|
applicationGenerator,
|
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.8",
|
|
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",
|