@storm-software/pulumi-tools 0.7.1 → 0.7.4
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 +18 -0
- package/dist/{chunk-W67Y7ZM5.mjs → chunk-4TARI6WS.mjs} +1 -1
- package/dist/{chunk-UMOWC7KG.mjs → chunk-7AYGEMWQ.mjs} +1 -1
- package/dist/{chunk-GZTEXR7Q.mjs → chunk-7RGDAFW2.mjs} +1 -1
- package/dist/{chunk-2XCPMHDR.js → chunk-7TZS6RY7.js} +2 -2
- package/dist/{chunk-YKA43YLP.mjs → chunk-7Y64NEWY.mjs} +1 -1
- package/dist/{chunk-CBUURZ5R.mjs → chunk-ANOFMNL3.mjs} +1 -1
- package/dist/{chunk-MK5672IG.js → chunk-BZNPHGTW.js} +2 -2
- package/dist/{chunk-VZUKDJHC.mjs → chunk-CMJG73FE.mjs} +296 -767
- package/dist/{chunk-SLTQXX2P.js → chunk-G3CX72UJ.js} +5 -5
- package/dist/{chunk-IVJCWDEC.js → chunk-G7PDZ2WM.js} +2 -2
- package/dist/{chunk-F7LBNSGO.js → chunk-H64Q27JP.js} +3 -3
- package/dist/{chunk-ZKKGELHG.js → chunk-H7HAPX23.js} +2 -2
- package/dist/{chunk-XJAQ2474.mjs → chunk-IS6HXL7I.mjs} +1 -1
- package/dist/{chunk-SFVBFQZH.js → chunk-KXUJFKTM.js} +2 -2
- package/dist/{chunk-L3GQE7P7.js → chunk-MEALEKRV.js} +304 -775
- package/dist/{chunk-P37NP2DS.mjs → chunk-S4O5AGOW.mjs} +1 -1
- package/dist/executors.d.mts +1 -1
- package/dist/executors.d.ts +1 -1
- package/dist/executors.js +7 -7
- package/dist/executors.mjs +7 -7
- package/dist/{generators-Bk-gnn2s.d.ts → generators-BTx7b7LA.d.ts} +1 -1
- package/dist/{generators-kdwvS-eX.d.mts → generators-UYHhe90f.d.mts} +1 -1
- package/dist/generators.d.mts +2 -2
- package/dist/generators.d.ts +2 -2
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +9 -9
- package/dist/index.mjs +8 -8
- package/dist/src/base/base-executor.d.mts +1 -1
- package/dist/src/base/base-executor.d.ts +1 -1
- package/dist/src/base/base-executor.js +3 -3
- package/dist/src/base/base-executor.mjs +2 -2
- package/dist/src/base/index.d.mts +1 -1
- package/dist/src/base/index.d.ts +1 -1
- package/dist/src/base/index.js +3 -3
- package/dist/src/base/index.mjs +2 -2
- package/dist/src/executors/config/executor.d.mts +1 -1
- package/dist/src/executors/config/executor.d.ts +1 -1
- package/dist/src/executors/config/executor.js +4 -4
- package/dist/src/executors/config/executor.mjs +3 -3
- package/dist/src/executors/import/executor.d.mts +1 -1
- package/dist/src/executors/import/executor.d.ts +1 -1
- package/dist/src/executors/import/executor.js +4 -4
- package/dist/src/executors/import/executor.mjs +3 -3
- package/dist/src/executors/preview/executor.d.mts +1 -1
- package/dist/src/executors/preview/executor.d.ts +1 -1
- package/dist/src/executors/preview/executor.js +4 -4
- package/dist/src/executors/preview/executor.mjs +3 -3
- package/dist/src/executors/refresh/executor.d.mts +1 -1
- package/dist/src/executors/refresh/executor.d.ts +1 -1
- package/dist/src/executors/refresh/executor.js +4 -4
- package/dist/src/executors/refresh/executor.mjs +3 -3
- package/dist/src/executors/up/executor.d.mts +1 -1
- package/dist/src/executors/up/executor.d.ts +1 -1
- package/dist/src/executors/up/executor.js +4 -4
- package/dist/src/executors/up/executor.mjs +3 -3
- package/dist/src/generators/init/generator.d.mts +2 -2
- package/dist/src/generators/init/generator.d.ts +2 -2
- package/dist/src/generators/init/generator.js +3 -3
- package/dist/src/generators/init/generator.mjs +2 -2
- package/dist/{types-CIJRaFHD.d.mts → types-BQ21E8Xn.d.mts} +3 -3
- package/dist/{types-CIJRaFHD.d.ts → types-BQ21E8Xn.d.ts} +3 -3
- package/package.json +142 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## 0.7.4 (2025-01-23)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **monorepo:** Resolve issue with internal package referencing ([cdc11477](https://github.com/storm-software/storm-ops/commit/cdc11477))
|
|
6
|
+
|
|
7
|
+
## 0.7.3 (2025-01-20)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- **untyped:** Resovle bundling issue with externals ([ff044ddf](https://github.com/storm-software/storm-ops/commit/ff044ddf))
|
|
12
|
+
|
|
13
|
+
## 0.7.2 (2025-01-20)
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- **unbuild:** Update package to bundle the `unbuild` package for distribution ([d304c28d](https://github.com/storm-software/storm-ops/commit/d304c28d))
|
|
18
|
+
|
|
1
19
|
## 0.7.1 (2025-01-20)
|
|
2
20
|
|
|
3
21
|
### Bug Fixes
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkH64Q27JPjs = require('./chunk-H64Q27JP.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/import/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkH64Q27JPjs.withPulumiExecutor.call(void 0, "import", (options) => [
|
|
7
7
|
options.target,
|
|
8
8
|
options.name,
|
|
9
9
|
options.id,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkH64Q27JPjs = require('./chunk-H64Q27JP.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/up/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkH64Q27JPjs.withPulumiExecutor.call(void 0, "up", (options) => [
|
|
7
7
|
"--suppress-progress",
|
|
8
8
|
options.stack && `--stack=${options.stack}`,
|
|
9
9
|
options.skipPreview && "--skip-preview",
|