@storm-software/pulumi-tools 0.9.0 → 0.9.1
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 +2 -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 +6 -6
- package/dist/index.mjs +6 -6
- 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-2PVTUX4W.mjs → chunk-FHL6JW35.mjs} +3 -3
- package/dist/{chunk-ZUJ3PY3K.js → chunk-QP2XWEAA.js} +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Pulumi Tools
|
|
4
4
|
|
|
5
|
+
## [0.9.1](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.9.1) (2025-05-05)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([372776939](https://github.com/storm-software/storm-ops/commit/372776939))
|
|
11
|
+
|
|
5
12
|
## [0.9.0](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.9.0) (2025-05-05)
|
|
6
13
|
|
|
7
14
|
### Features
|
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 -->
|
|
@@ -40,6 +40,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
+
|
|
43
44
|
## Table of Contents
|
|
44
45
|
|
|
45
46
|
- [Storm Pulumi Tools](#storm-pulumi-tools)
|
package/dist/executors.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";require('./chunk-XO62WWX4.js');
|
|
2
|
+
require('./chunk-O2YJQKYB.js');
|
|
2
3
|
require('./chunk-RWNDPKJK.js');
|
|
3
4
|
require('./chunk-N7ZQU3A6.js');
|
|
4
5
|
require('./chunk-TXKOR3ID.js');
|
|
5
6
|
require('./chunk-2QARL2O5.js');
|
|
6
|
-
require('./chunk-O2YJQKYB.js');
|
|
7
7
|
require('./chunk-DFUGKUEV.js');
|
|
8
8
|
require('./chunk-R3EJZLX2.js');
|
|
9
9
|
require('./chunk-3RG5ZIWI.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "./chunk-UV4HQO3Y.mjs";
|
|
2
|
+
import "./chunk-2TYNPYBU.mjs";
|
|
2
3
|
import "./chunk-DIIDXD4R.mjs";
|
|
3
4
|
import "./chunk-E5AP6CDG.mjs";
|
|
4
5
|
import "./chunk-36ZCRXV6.mjs";
|
|
5
6
|
import "./chunk-SSY3QNGM.mjs";
|
|
6
|
-
import "./chunk-2TYNPYBU.mjs";
|
|
7
7
|
import "./chunk-T6O7JL6L.mjs";
|
|
8
8
|
import "./chunk-IWIZJWH3.mjs";
|
|
9
9
|
import "./chunk-IEZKYJSF.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-HUKXHFCA.js');
|
|
4
|
+
var _chunkQP2XWEAAjs = require('./chunk-QP2XWEAA.js');
|
|
6
5
|
require('./chunk-R3EJZLX2.js');
|
|
6
|
+
require('./chunk-HUKXHFCA.js');
|
|
7
7
|
require('./chunk-3RG5ZIWI.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.initGeneratorFn =
|
|
10
|
+
exports.initGeneratorFn = _chunkQP2XWEAAjs.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-KPFHCT4A.mjs";
|
|
4
|
+
} from "./chunk-FHL6JW35.mjs";
|
|
6
5
|
import "./chunk-IWIZJWH3.mjs";
|
|
6
|
+
import "./chunk-KPFHCT4A.mjs";
|
|
7
7
|
import "./chunk-IEZKYJSF.mjs";
|
|
8
8
|
export {
|
|
9
9
|
initGeneratorFn
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-XO62WWX4.js');
|
|
2
|
+
require('./chunk-O2YJQKYB.js');
|
|
2
3
|
require('./chunk-RWNDPKJK.js');
|
|
3
4
|
require('./chunk-N7ZQU3A6.js');
|
|
4
5
|
require('./chunk-TXKOR3ID.js');
|
|
@@ -6,21 +7,20 @@ require('./chunk-2QARL2O5.js');
|
|
|
6
7
|
require('./chunk-N2YKXZ5R.js');
|
|
7
8
|
|
|
8
9
|
|
|
9
|
-
var
|
|
10
|
+
var _chunkQP2XWEAAjs = require('./chunk-QP2XWEAA.js');
|
|
10
11
|
require('./chunk-GUQOEBFW.js');
|
|
11
12
|
|
|
12
13
|
|
|
14
|
+
var _chunkDFUGKUEVjs = require('./chunk-DFUGKUEV.js');
|
|
15
|
+
require('./chunk-R3EJZLX2.js');
|
|
13
16
|
|
|
14
|
-
var _chunkHUKXHFCAjs = require('./chunk-HUKXHFCA.js');
|
|
15
|
-
require('./chunk-O2YJQKYB.js');
|
|
16
17
|
|
|
17
18
|
|
|
18
|
-
var
|
|
19
|
-
require('./chunk-R3EJZLX2.js');
|
|
19
|
+
var _chunkHUKXHFCAjs = require('./chunk-HUKXHFCA.js');
|
|
20
20
|
require('./chunk-3RG5ZIWI.js');
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
exports.Provider = _chunkHUKXHFCAjs.Provider; exports.getCloudTemplateName = _chunkHUKXHFCAjs.getCloudTemplateName; exports.initGeneratorFn =
|
|
26
|
+
exports.Provider = _chunkHUKXHFCAjs.Provider; exports.getCloudTemplateName = _chunkHUKXHFCAjs.getCloudTemplateName; exports.initGeneratorFn = _chunkQP2XWEAAjs.initGeneratorFn; exports.withPulumiExecutor = _chunkDFUGKUEVjs.withPulumiExecutor;
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import "./chunk-UV4HQO3Y.mjs";
|
|
2
|
+
import "./chunk-2TYNPYBU.mjs";
|
|
2
3
|
import "./chunk-DIIDXD4R.mjs";
|
|
3
4
|
import "./chunk-E5AP6CDG.mjs";
|
|
4
5
|
import "./chunk-36ZCRXV6.mjs";
|
|
@@ -6,17 +7,16 @@ import "./chunk-SSY3QNGM.mjs";
|
|
|
6
7
|
import "./chunk-23KFTIT2.mjs";
|
|
7
8
|
import {
|
|
8
9
|
initGeneratorFn
|
|
9
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-FHL6JW35.mjs";
|
|
10
11
|
import "./chunk-CA7S5MOH.mjs";
|
|
11
|
-
import {
|
|
12
|
-
Provider,
|
|
13
|
-
getCloudTemplateName
|
|
14
|
-
} from "./chunk-KPFHCT4A.mjs";
|
|
15
|
-
import "./chunk-2TYNPYBU.mjs";
|
|
16
12
|
import {
|
|
17
13
|
withPulumiExecutor
|
|
18
14
|
} from "./chunk-T6O7JL6L.mjs";
|
|
19
15
|
import "./chunk-IWIZJWH3.mjs";
|
|
16
|
+
import {
|
|
17
|
+
Provider,
|
|
18
|
+
getCloudTemplateName
|
|
19
|
+
} from "./chunk-KPFHCT4A.mjs";
|
|
20
20
|
import "./chunk-IEZKYJSF.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 _chunkDFUGKUEVjs = require('../../chunk-DFUGKUEV.js');
|
|
5
|
+
require('../../chunk-R3EJZLX2.js');
|
|
4
6
|
|
|
5
|
-
var _chunkHUKXHFCAjs = require('../../chunk-HUKXHFCA.js');
|
|
6
7
|
|
|
7
8
|
|
|
8
|
-
var
|
|
9
|
-
require('../../chunk-R3EJZLX2.js');
|
|
9
|
+
var _chunkHUKXHFCAjs = require('../../chunk-HUKXHFCA.js');
|
|
10
10
|
require('../../chunk-3RG5ZIWI.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-KPFHCT4A.mjs";
|
|
6
2
|
import {
|
|
7
3
|
withPulumiExecutor
|
|
8
4
|
} from "../../chunk-T6O7JL6L.mjs";
|
|
9
5
|
import "../../chunk-IWIZJWH3.mjs";
|
|
6
|
+
import {
|
|
7
|
+
Provider,
|
|
8
|
+
getCloudTemplateName
|
|
9
|
+
} from "../../chunk-KPFHCT4A.mjs";
|
|
10
10
|
import "../../chunk-IEZKYJSF.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-HUKXHFCA.js');
|
|
4
|
+
var _chunkQP2XWEAAjs = require('../../../chunk-QP2XWEAA.js');
|
|
6
5
|
require('../../../chunk-R3EJZLX2.js');
|
|
6
|
+
require('../../../chunk-HUKXHFCA.js');
|
|
7
7
|
require('../../../chunk-3RG5ZIWI.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.default =
|
|
11
|
+
exports.default = _chunkQP2XWEAAjs.generator_default; exports.initGeneratorFn = _chunkQP2XWEAAjs.initGeneratorFn;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-KPFHCT4A.mjs";
|
|
4
|
+
} from "../../../chunk-FHL6JW35.mjs";
|
|
6
5
|
import "../../../chunk-IWIZJWH3.mjs";
|
|
6
|
+
import "../../../chunk-KPFHCT4A.mjs";
|
|
7
7
|
import "../../../chunk-IEZKYJSF.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-KPFHCT4A.mjs";
|
|
4
1
|
import {
|
|
5
2
|
initGenerator,
|
|
6
3
|
run,
|
|
7
4
|
withRunGenerator
|
|
8
5
|
} from "./chunk-IWIZJWH3.mjs";
|
|
6
|
+
import {
|
|
7
|
+
getCloudTemplateName
|
|
8
|
+
} from "./chunk-KPFHCT4A.mjs";
|
|
9
9
|
|
|
10
10
|
// src/generators/init/generator.ts
|
|
11
11
|
import {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var _chunkHUKXHFCAjs = require('./chunk-HUKXHFCA.js');
|
|
4
3
|
|
|
5
4
|
|
|
5
|
+
var _chunkR3EJZLX2js = require('./chunk-R3EJZLX2.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkHUKXHFCAjs = require('./chunk-HUKXHFCA.js');
|
|
9
9
|
|
|
10
10
|
// src/generators/init/generator.ts
|
|
11
11
|
|