@storm-software/pulumi-tools 0.7.19 → 0.7.20
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/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 +7 -7
- package/dist/index.mjs +7 -7
- package/dist/src/base/index.js +3 -3
- package/dist/src/base/index.mjs +4 -4
- package/dist/src/generators/init/generator.js +3 -3
- package/dist/src/generators/init/generator.mjs +2 -2
- package/package.json +1 -1
- package/dist/{chunk-TOZNJJ4A.mjs → chunk-QFWE6IZY.mjs} +3 -3
- package/dist/{chunk-MI46VRWN.js → chunk-R53ISVGO.js} +2 -2
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 -->
|
package/dist/executors.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";require('./chunk-XO62WWX4.js');
|
|
2
|
+
require('./chunk-7WAJCJNQ.js');
|
|
2
3
|
require('./chunk-GKL4FIQR.js');
|
|
3
4
|
require('./chunk-SZPRNEBU.js');
|
|
4
5
|
require('./chunk-YLQJGUG5.js');
|
|
5
6
|
require('./chunk-Z2MYTUK4.js');
|
|
6
|
-
require('./chunk-7WAJCJNQ.js');
|
|
7
7
|
require('./chunk-AGUAOC6D.js');
|
|
8
8
|
require('./chunk-DEX3APPV.js');
|
|
9
9
|
require('./chunk-3GQAWCBQ.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "./chunk-UV4HQO3Y.mjs";
|
|
2
|
+
import "./chunk-DQPKAWDQ.mjs";
|
|
2
3
|
import "./chunk-EAPVC6ZG.mjs";
|
|
3
4
|
import "./chunk-SZ6G4UX3.mjs";
|
|
4
5
|
import "./chunk-4SNAHD4Y.mjs";
|
|
5
6
|
import "./chunk-YYEHDDVI.mjs";
|
|
6
|
-
import "./chunk-DQPKAWDQ.mjs";
|
|
7
7
|
import "./chunk-CZG4AHP6.mjs";
|
|
8
8
|
import "./chunk-RQQ65ZIM.mjs";
|
|
9
9
|
import "./chunk-R7DU2APC.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('./chunk-DBLK3NPE.js');
|
|
4
|
+
var _chunkR53ISVGOjs = require('./chunk-R53ISVGO.js');
|
|
6
5
|
require('./chunk-DEX3APPV.js');
|
|
6
|
+
require('./chunk-DBLK3NPE.js');
|
|
7
7
|
require('./chunk-3GQAWCBQ.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.initGeneratorFn =
|
|
10
|
+
exports.initGeneratorFn = _chunkR53ISVGOjs.initGeneratorFn;
|
package/dist/generators.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "./chunk-23KFTIT2.mjs";
|
|
2
2
|
import {
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-QPASYUSE.mjs";
|
|
4
|
+
} from "./chunk-QFWE6IZY.mjs";
|
|
6
5
|
import "./chunk-RQQ65ZIM.mjs";
|
|
6
|
+
import "./chunk-QPASYUSE.mjs";
|
|
7
7
|
import "./chunk-R7DU2APC.mjs";
|
|
8
8
|
export {
|
|
9
9
|
initGeneratorFn
|
package/dist/index.js
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-XO62WWX4.js');
|
|
2
|
+
require('./chunk-7WAJCJNQ.js');
|
|
2
3
|
require('./chunk-GKL4FIQR.js');
|
|
3
4
|
require('./chunk-SZPRNEBU.js');
|
|
4
5
|
require('./chunk-YLQJGUG5.js');
|
|
5
6
|
require('./chunk-Z2MYTUK4.js');
|
|
6
7
|
require('./chunk-N2YKXZ5R.js');
|
|
8
|
+
require('./chunk-GUQOEBFW.js');
|
|
7
9
|
|
|
8
10
|
|
|
9
|
-
var
|
|
10
|
-
require('./chunk-GUQOEBFW.js');
|
|
11
|
+
var _chunkAGUAOC6Djs = require('./chunk-AGUAOC6D.js');
|
|
11
12
|
|
|
12
13
|
|
|
14
|
+
var _chunkR53ISVGOjs = require('./chunk-R53ISVGO.js');
|
|
15
|
+
require('./chunk-DEX3APPV.js');
|
|
13
16
|
|
|
14
|
-
var _chunkDBLK3NPEjs = require('./chunk-DBLK3NPE.js');
|
|
15
|
-
require('./chunk-7WAJCJNQ.js');
|
|
16
17
|
|
|
17
18
|
|
|
18
|
-
var
|
|
19
|
-
require('./chunk-DEX3APPV.js');
|
|
19
|
+
var _chunkDBLK3NPEjs = require('./chunk-DBLK3NPE.js');
|
|
20
20
|
require('./chunk-3GQAWCBQ.js');
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
exports.Provider = _chunkDBLK3NPEjs.Provider; exports.getCloudTemplateName = _chunkDBLK3NPEjs.getCloudTemplateName; exports.initGeneratorFn =
|
|
26
|
+
exports.Provider = _chunkDBLK3NPEjs.Provider; exports.getCloudTemplateName = _chunkDBLK3NPEjs.getCloudTemplateName; exports.initGeneratorFn = _chunkR53ISVGOjs.initGeneratorFn; exports.withPulumiExecutor = _chunkAGUAOC6Djs.withPulumiExecutor;
|
package/dist/index.mjs
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import "./chunk-UV4HQO3Y.mjs";
|
|
2
|
+
import "./chunk-DQPKAWDQ.mjs";
|
|
2
3
|
import "./chunk-EAPVC6ZG.mjs";
|
|
3
4
|
import "./chunk-SZ6G4UX3.mjs";
|
|
4
5
|
import "./chunk-4SNAHD4Y.mjs";
|
|
5
6
|
import "./chunk-YYEHDDVI.mjs";
|
|
6
7
|
import "./chunk-23KFTIT2.mjs";
|
|
8
|
+
import "./chunk-CA7S5MOH.mjs";
|
|
9
|
+
import {
|
|
10
|
+
withPulumiExecutor
|
|
11
|
+
} from "./chunk-CZG4AHP6.mjs";
|
|
7
12
|
import {
|
|
8
13
|
initGeneratorFn
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
14
|
+
} from "./chunk-QFWE6IZY.mjs";
|
|
15
|
+
import "./chunk-RQQ65ZIM.mjs";
|
|
11
16
|
import {
|
|
12
17
|
Provider,
|
|
13
18
|
getCloudTemplateName
|
|
14
19
|
} from "./chunk-QPASYUSE.mjs";
|
|
15
|
-
import "./chunk-DQPKAWDQ.mjs";
|
|
16
|
-
import {
|
|
17
|
-
withPulumiExecutor
|
|
18
|
-
} from "./chunk-CZG4AHP6.mjs";
|
|
19
|
-
import "./chunk-RQQ65ZIM.mjs";
|
|
20
20
|
import "./chunk-R7DU2APC.mjs";
|
|
21
21
|
export {
|
|
22
22
|
Provider,
|
package/dist/src/base/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../../chunk-GUQOEBFW.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
var _chunkAGUAOC6Djs = require('../../chunk-AGUAOC6D.js');
|
|
5
|
+
require('../../chunk-DEX3APPV.js');
|
|
4
6
|
|
|
5
|
-
var _chunkDBLK3NPEjs = require('../../chunk-DBLK3NPE.js');
|
|
6
7
|
|
|
7
8
|
|
|
8
|
-
var
|
|
9
|
-
require('../../chunk-DEX3APPV.js');
|
|
9
|
+
var _chunkDBLK3NPEjs = require('../../chunk-DBLK3NPE.js');
|
|
10
10
|
require('../../chunk-3GQAWCBQ.js');
|
|
11
11
|
|
|
12
12
|
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import "../../chunk-CA7S5MOH.mjs";
|
|
2
|
-
import {
|
|
3
|
-
Provider,
|
|
4
|
-
getCloudTemplateName
|
|
5
|
-
} from "../../chunk-QPASYUSE.mjs";
|
|
6
2
|
import {
|
|
7
3
|
withPulumiExecutor
|
|
8
4
|
} from "../../chunk-CZG4AHP6.mjs";
|
|
9
5
|
import "../../chunk-RQQ65ZIM.mjs";
|
|
6
|
+
import {
|
|
7
|
+
Provider,
|
|
8
|
+
getCloudTemplateName
|
|
9
|
+
} from "../../chunk-QPASYUSE.mjs";
|
|
10
10
|
import "../../chunk-R7DU2APC.mjs";
|
|
11
11
|
export {
|
|
12
12
|
Provider,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-DBLK3NPE.js');
|
|
4
|
+
var _chunkR53ISVGOjs = require('../../../chunk-R53ISVGO.js');
|
|
6
5
|
require('../../../chunk-DEX3APPV.js');
|
|
6
|
+
require('../../../chunk-DBLK3NPE.js');
|
|
7
7
|
require('../../../chunk-3GQAWCBQ.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.default =
|
|
11
|
+
exports.default = _chunkR53ISVGOjs.generator_default; exports.initGeneratorFn = _chunkR53ISVGOjs.initGeneratorFn;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-QPASYUSE.mjs";
|
|
4
|
+
} from "../../../chunk-QFWE6IZY.mjs";
|
|
6
5
|
import "../../../chunk-RQQ65ZIM.mjs";
|
|
6
|
+
import "../../../chunk-QPASYUSE.mjs";
|
|
7
7
|
import "../../../chunk-R7DU2APC.mjs";
|
|
8
8
|
export {
|
|
9
9
|
generator_default as default,
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
getCloudTemplateName
|
|
3
|
-
} from "./chunk-QPASYUSE.mjs";
|
|
4
1
|
import {
|
|
5
2
|
initGenerator,
|
|
6
3
|
run,
|
|
7
4
|
withRunGenerator
|
|
8
5
|
} from "./chunk-RQQ65ZIM.mjs";
|
|
6
|
+
import {
|
|
7
|
+
getCloudTemplateName
|
|
8
|
+
} from "./chunk-QPASYUSE.mjs";
|
|
9
9
|
import {
|
|
10
10
|
__name
|
|
11
11
|
} from "./chunk-R7DU2APC.mjs";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var _chunkDBLK3NPEjs = require('./chunk-DBLK3NPE.js');
|
|
4
3
|
|
|
5
4
|
|
|
5
|
+
var _chunkDEX3APPVjs = require('./chunk-DEX3APPV.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkDBLK3NPEjs = require('./chunk-DBLK3NPE.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|