@storm-software/pulumi-tools 0.16.6 → 0.16.7
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 +14 -0
- package/dist/{chunk-2QGR5MCH.mjs → chunk-23SNFRLY.mjs} +1 -1
- package/dist/{chunk-GSL7BTAH.js → chunk-6N5USTKZ.js} +3 -3
- package/dist/{chunk-FOWQVQ2P.mjs → chunk-C7RILA5E.mjs} +1 -1
- package/dist/{chunk-YVESYG6S.mjs → chunk-DE7ZQ75X.mjs} +1 -1
- package/dist/{chunk-2OB32GAX.js → chunk-FUKMPK3Z.js} +2 -2
- package/dist/chunk-FUSZJVHP.mjs +10 -0
- package/dist/{chunk-ZITYRTBB.mjs → chunk-G5B7PPH4.mjs} +1 -1
- package/dist/{chunk-2J3GN234.js → chunk-KZFIEQB3.js} +2 -2
- package/dist/{chunk-V3IKJ3DR.js → chunk-LWYNF4MU.js} +2 -2
- package/dist/{chunk-I7HA42TP.mjs → chunk-LZG2D4QH.mjs} +1 -1
- package/dist/{chunk-UNI5OBZR.js → chunk-OHFP3HBS.js} +2 -2
- package/dist/{chunk-65P7D3PR.js → chunk-P3TSZM4L.js} +5 -5
- package/dist/{chunk-BVZMS676.js → chunk-QSIBYQ5Q.js} +41 -155
- package/dist/{chunk-ZP2ZV6N7.mjs → chunk-TQRNFMTY.mjs} +40 -151
- package/dist/{chunk-4JDYZ3T7.js → chunk-VBBJAQQY.js} +2 -2
- package/dist/{chunk-VXDNNG7N.mjs → chunk-VT45Z6QV.mjs} +1 -1
- package/dist/{chunk-7HMMLQSO.mjs → chunk-VTZSRUN5.mjs} +1 -1
- package/dist/executors.js +7 -8
- package/dist/executors.mjs +8 -8
- package/dist/generators.js +3 -4
- package/dist/generators.mjs +3 -3
- package/dist/index.js +9 -10
- package/dist/index.mjs +9 -9
- package/dist/src/base/base-executor.js +3 -4
- package/dist/src/base/base-executor.mjs +3 -3
- package/dist/src/base/index.js +3 -4
- package/dist/src/base/index.mjs +3 -3
- package/dist/src/base/providers.js +0 -1
- package/dist/src/base/providers.mjs +1 -1
- package/dist/src/executors/config/executor.js +4 -5
- package/dist/src/executors/config/executor.mjs +4 -4
- package/dist/src/executors/import/executor.js +4 -5
- package/dist/src/executors/import/executor.mjs +4 -4
- package/dist/src/executors/preview/executor.js +4 -5
- package/dist/src/executors/preview/executor.mjs +4 -4
- package/dist/src/executors/refresh/executor.js +4 -5
- package/dist/src/executors/refresh/executor.mjs +4 -4
- package/dist/src/executors/up/executor.js +4 -5
- package/dist/src/executors/up/executor.mjs +4 -4
- package/dist/src/generators/init/generator.js +3 -4
- package/dist/src/generators/init/generator.mjs +3 -3
- package/dist/src/lib/aws/index.js +0 -1
- package/dist/src/lib/aws/index.mjs +1 -1
- package/dist/src/lib/aws/providers.js +0 -1
- package/dist/src/lib/aws/providers.mjs +1 -1
- package/dist/tsup.config.js +1 -3
- package/dist/tsup.config.mjs +1 -1
- package/package.json +4 -4
- package/dist/chunk-3RG5ZIWI.js +0 -10
- package/dist/chunk-URGPIQOV.mjs +0 -18
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-C7RILA5E.mjs";
|
|
4
|
+
import "../../../chunk-23SNFRLY.mjs";
|
|
5
|
+
import "../../../chunk-TQRNFMTY.mjs";
|
|
6
|
+
import "../../../chunk-FUSZJVHP.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
9
9
|
};
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
6
|
-
require('../../../chunk-3RG5ZIWI.js');
|
|
3
|
+
var _chunkKZFIEQB3js = require('../../../chunk-KZFIEQB3.js');
|
|
4
|
+
require('../../../chunk-6N5USTKZ.js');
|
|
5
|
+
require('../../../chunk-QSIBYQ5Q.js');
|
|
7
6
|
|
|
8
7
|
|
|
9
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkKZFIEQB3js.executor_default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-VTZSRUN5.mjs";
|
|
4
|
+
import "../../../chunk-23SNFRLY.mjs";
|
|
5
|
+
import "../../../chunk-TQRNFMTY.mjs";
|
|
6
|
+
import "../../../chunk-FUSZJVHP.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
9
9
|
};
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
6
|
-
require('../../../chunk-3RG5ZIWI.js');
|
|
3
|
+
var _chunkLWYNF4MUjs = require('../../../chunk-LWYNF4MU.js');
|
|
4
|
+
require('../../../chunk-6N5USTKZ.js');
|
|
5
|
+
require('../../../chunk-QSIBYQ5Q.js');
|
|
7
6
|
|
|
8
7
|
|
|
9
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkLWYNF4MUjs.executor_default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-VT45Z6QV.mjs";
|
|
4
|
+
import "../../../chunk-23SNFRLY.mjs";
|
|
5
|
+
import "../../../chunk-TQRNFMTY.mjs";
|
|
6
|
+
import "../../../chunk-FUSZJVHP.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
9
9
|
};
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkP3TSZM4Ljs = require('../../../chunk-P3TSZM4L.js');
|
|
5
5
|
require('../../../chunk-QDPXTR73.js');
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-3RG5ZIWI.js');
|
|
6
|
+
require('../../../chunk-QSIBYQ5Q.js');
|
|
8
7
|
|
|
9
8
|
|
|
10
9
|
|
|
11
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkP3TSZM4Ljs.generator_default; exports.initGeneratorFn = _chunkP3TSZM4Ljs.initGeneratorFn;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-G5B7PPH4.mjs";
|
|
5
5
|
import "../../../chunk-5TB4HFDP.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-TQRNFMTY.mjs";
|
|
7
|
+
import "../../../chunk-FUSZJVHP.mjs";
|
|
8
8
|
export {
|
|
9
9
|
generator_default as default,
|
|
10
10
|
initGeneratorFn
|
package/dist/tsup.config.js
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true})
|
|
2
|
-
|
|
3
|
-
// tsup.config.ts
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// tsup.config.ts
|
|
4
2
|
var _tsup = require('tsup');
|
|
5
3
|
var tsup_config_default = _tsup.defineConfig.call(void 0, [
|
|
6
4
|
{
|
package/dist/tsup.config.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/pulumi-tools",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.7",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "Tools for managing Pulumi infrastructure within a Nx workspace.",
|
|
6
6
|
"repository": {
|
|
@@ -155,9 +155,9 @@
|
|
|
155
155
|
"@nx/devkit": "^21.3.10",
|
|
156
156
|
"@pulumi/aws": "^6.83.0",
|
|
157
157
|
"@pulumi/awsx": "^2.22.0",
|
|
158
|
-
"@pulumi/pulumi": "^3.
|
|
158
|
+
"@pulumi/pulumi": "^3.190.0",
|
|
159
159
|
"@storm-software/config": "^1.128.6",
|
|
160
|
-
"@storm-software/config-tools": "^1.180.
|
|
160
|
+
"@storm-software/config-tools": "^1.180.7",
|
|
161
161
|
"defu": "6.1.4",
|
|
162
162
|
"shelljs": "^0.8.5"
|
|
163
163
|
},
|
|
@@ -171,5 +171,5 @@
|
|
|
171
171
|
"publishConfig": { "access": "public" },
|
|
172
172
|
"executors": "./executors.json",
|
|
173
173
|
"generators": "./generators.json",
|
|
174
|
-
"gitHead": "
|
|
174
|
+
"gitHead": "4350a6d02b440c658e3bc88c00c8197914c23128"
|
|
175
175
|
}
|
package/dist/chunk-3RG5ZIWI.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
2
|
-
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
3
|
-
}) : x)(function(x) {
|
|
4
|
-
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
5
|
-
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
6
|
-
});
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
exports.__require = __require;
|
package/dist/chunk-URGPIQOV.mjs
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
2
|
-
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
3
|
-
}) : x)(function(x) {
|
|
4
|
-
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
5
|
-
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
6
|
-
});
|
|
7
|
-
|
|
8
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__9f338f09b188b30c350deaf9c9e2a8e5/node_modules/tsup/assets/esm_shims.js
|
|
9
|
-
import { fileURLToPath } from "url";
|
|
10
|
-
import path from "path";
|
|
11
|
-
var getFilename = () => fileURLToPath(import.meta.url);
|
|
12
|
-
var getDirname = () => path.dirname(getFilename());
|
|
13
|
-
var __dirname = /* @__PURE__ */ getDirname();
|
|
14
|
-
|
|
15
|
-
export {
|
|
16
|
-
__require,
|
|
17
|
-
__dirname
|
|
18
|
-
};
|