@storm-software/pulumi-tools 0.13.39 → 0.13.40
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 +1 -1
- package/dist/{chunk-JUCS6QST.mjs → chunk-2AQMAMMF.mjs} +1 -1
- package/dist/{chunk-7P4YWHUA.js → chunk-3GFOW3QH.js} +15 -14
- package/dist/{chunk-EWYULOQJ.mjs → chunk-AXYOG7RH.mjs} +1 -1
- package/dist/{chunk-YW4SEJR7.js → chunk-BMLAOT42.js} +2 -2
- package/dist/{chunk-TI2UULSV.js → chunk-C3R32A4W.js} +2 -2
- package/dist/{chunk-D573L2O2.js → chunk-CAFYWPJG.js} +3 -3
- package/dist/{chunk-5HEDS3UT.js → chunk-FEA53DSZ.js} +2 -2
- package/dist/{chunk-3TSC26ST.js → chunk-I2X7XWVP.js} +5 -5
- package/dist/{chunk-4H6OCFMZ.mjs → chunk-IOLJQQ2Z.mjs} +1 -1
- package/dist/{chunk-DKJKBXBI.js → chunk-KUNBA3MT.js} +2 -2
- package/dist/{chunk-2BD4IRTI.mjs → chunk-KZG67QPJ.mjs} +1 -1
- package/dist/{chunk-KSX7QAB3.mjs → chunk-QUZG2TZV.mjs} +1 -1
- package/dist/{chunk-L6UX4WWK.mjs → chunk-UCVGMSYP.mjs} +16 -15
- package/dist/{chunk-NLVT27VF.js → chunk-UGPEIZ6Y.js} +2 -2
- package/dist/{chunk-IVFQT4WC.mjs → chunk-VD4PP5AN.mjs} +1 -1
- package/dist/{chunk-ARSQVJ7N.mjs → chunk-W3KHIHBD.mjs} +1 -1
- package/dist/executors.js +7 -7
- package/dist/executors.mjs +7 -7
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +2 -2
- package/dist/index.js +9 -9
- package/dist/index.mjs +8 -8
- package/dist/src/base/base-executor.js +3 -3
- package/dist/src/base/base-executor.mjs +2 -2
- package/dist/src/base/index.js +3 -3
- package/dist/src/base/index.mjs +2 -2
- package/dist/src/executors/config/executor.js +4 -4
- package/dist/src/executors/config/executor.mjs +3 -3
- package/dist/src/executors/import/executor.js +4 -4
- package/dist/src/executors/import/executor.mjs +3 -3
- package/dist/src/executors/preview/executor.js +4 -4
- package/dist/src/executors/preview/executor.mjs +3 -3
- package/dist/src/executors/refresh/executor.js +4 -4
- package/dist/src/executors/refresh/executor.mjs +3 -3
- package/dist/src/executors/up/executor.js +4 -4
- package/dist/src/executors/up/executor.mjs +3 -3
- package/dist/src/generators/init/generator.js +3 -3
- package/dist/src/generators/init/generator.mjs +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Pulumi Tools
|
|
4
4
|
|
|
5
|
+
## [0.13.39](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.13.39) (2025-07-10)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate workspace artifacts
|
|
10
|
+
([f45c14e5f](https://github.com/storm-software/storm-ops/commit/f45c14e5f))
|
|
11
|
+
|
|
5
12
|
## [0.13.38](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.13.38) (2025-07-10)
|
|
6
13
|
|
|
7
14
|
### Miscellaneous
|
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 -->
|
|
@@ -71,7 +71,7 @@ If this sounds interesting, and you would like to help us in creating the next g
|
|
|
71
71
|
var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
72
72
|
|
|
73
73
|
// ../config/src/schema.ts
|
|
74
|
-
var
|
|
74
|
+
var _zod = require('zod'); var z = _interopRequireWildcard(_zod); var z2 = _interopRequireWildcard(_zod);
|
|
75
75
|
var DarkColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#1d1e22").describe("The dark background color of the workspace");
|
|
76
76
|
var LightColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#f4f4f5").describe("The light background color of the workspace");
|
|
77
77
|
var BrandColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#1fb2a6").describe("The primary brand specific color of the workspace");
|
|
@@ -138,7 +138,7 @@ var SingleThemeColorConfigSchema = z.object({
|
|
|
138
138
|
positive: PositiveColorSchema,
|
|
139
139
|
negative: NegativeColorSchema
|
|
140
140
|
});
|
|
141
|
-
var RegistryUrlConfigSchema = z.
|
|
141
|
+
var RegistryUrlConfigSchema = z.url().optional().describe("A remote registry URL used to publish distributable packages");
|
|
142
142
|
var RegistryConfigSchema = z.object({
|
|
143
143
|
github: RegistryUrlConfigSchema,
|
|
144
144
|
npm: RegistryUrlConfigSchema,
|
|
@@ -165,7 +165,7 @@ var WorkspaceBotConfigSchema = z.object({
|
|
|
165
165
|
name: z.string().trim().default("stormie-bot").describe(
|
|
166
166
|
"The workspace bot user's name (this is the bot that will be used to perform various tasks)"
|
|
167
167
|
),
|
|
168
|
-
email: z.
|
|
168
|
+
email: z.email().default("bot@stormsoftware.com").describe("The email of the workspace bot")
|
|
169
169
|
}).describe(
|
|
170
170
|
"The workspace's bot user's config used to automated various operations tasks"
|
|
171
171
|
);
|
|
@@ -208,19 +208,20 @@ var WorkspaceDirectoryConfigSchema = z.object({
|
|
|
208
208
|
);
|
|
209
209
|
var errorConfigSchema = z.object({
|
|
210
210
|
codesFile: z.string().trim().default(STORM_DEFAULT_ERROR_CODES_FILE).describe("The path to the workspace's error codes JSON file"),
|
|
211
|
-
url: z.
|
|
211
|
+
url: z.url().optional().describe(
|
|
212
212
|
"A URL to a page that looks up the workspace's error messages given a specific error code"
|
|
213
213
|
)
|
|
214
214
|
}).describe("The workspace's error config used during the error process");
|
|
215
215
|
var organizationConfigSchema = z.object({
|
|
216
216
|
name: z.string().trim().describe("The name of the organization"),
|
|
217
217
|
description: z.string().trim().optional().describe("A description of the organization"),
|
|
218
|
-
logo: z.
|
|
219
|
-
icon: z.
|
|
220
|
-
url: z.
|
|
218
|
+
logo: z.url().optional().describe("A URL to the organization's logo image"),
|
|
219
|
+
icon: z.url().optional().describe("A URL to the organization's icon image"),
|
|
220
|
+
url: z.url().optional().describe(
|
|
221
221
|
"A URL to a page that provides more information about the organization"
|
|
222
222
|
)
|
|
223
223
|
}).describe("The workspace's organization details");
|
|
224
|
+
var MODE_OPTIONS = ["development", "staging", "production"];
|
|
224
225
|
var stormWorkspaceConfigSchema = z.object({
|
|
225
226
|
$schema: z.string().trim().default(
|
|
226
227
|
"https://public.storm-cdn.com/schemas/storm-workspace.schema.json"
|
|
@@ -237,12 +238,12 @@ var stormWorkspaceConfigSchema = z.object({
|
|
|
237
238
|
),
|
|
238
239
|
repository: z.string().trim().optional().describe("The repo URL of the workspace (i.e. GitHub)"),
|
|
239
240
|
license: z.string().trim().default("Apache-2.0").describe("The license type of the package"),
|
|
240
|
-
homepage: z.
|
|
241
|
-
docs: z.
|
|
242
|
-
portal: z.
|
|
243
|
-
licensing: z.
|
|
244
|
-
contact: z.
|
|
245
|
-
support: z.
|
|
241
|
+
homepage: z.url().optional().describe("The homepage of the workspace"),
|
|
242
|
+
docs: z.url().optional().describe("The documentation site for the workspace"),
|
|
243
|
+
portal: z.url().optional().describe("The development portal site for the workspace"),
|
|
244
|
+
licensing: z.url().optional().describe("The licensing site for the workspace"),
|
|
245
|
+
contact: z.url().optional().describe("The contact site for the workspace"),
|
|
246
|
+
support: z.url().optional().describe(
|
|
246
247
|
"The support site for the workspace. If not provided, this is defaulted to the `contact` config value"
|
|
247
248
|
),
|
|
248
249
|
branch: z.string().trim().default("main").describe("The branch of the workspace"),
|
|
@@ -252,7 +253,7 @@ var stormWorkspaceConfigSchema = z.object({
|
|
|
252
253
|
release: WorkspaceReleaseConfigSchema,
|
|
253
254
|
socials: WorkspaceSocialsConfigSchema,
|
|
254
255
|
error: errorConfigSchema,
|
|
255
|
-
mode: z.enum(
|
|
256
|
+
mode: z.enum(MODE_OPTIONS).prefault("production").describe("The current runtime environment mode for the package"),
|
|
256
257
|
workspaceRoot: z.string().trim().describe("The root directory of the workspace"),
|
|
257
258
|
skipCache: z.boolean().default(false).describe("Should all known types of workspace caching be skipped?"),
|
|
258
259
|
directories: WorkspaceDirectoryConfigSchema,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkCAFYWPJGjs = require('./chunk-CAFYWPJG.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/config/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkCAFYWPJGjs.withPulumiExecutor.call(void 0, "config", (options) => [
|
|
7
7
|
options.action,
|
|
8
8
|
options.showSecrets && `--show-secrets`,
|
|
9
9
|
options.secret && `--secret`,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkCAFYWPJGjs = require('./chunk-CAFYWPJG.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/import/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkCAFYWPJGjs.withPulumiExecutor.call(void 0, "import", (options) => [
|
|
7
7
|
options.target,
|
|
8
8
|
options.name,
|
|
9
9
|
options.id,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk3GFOW3QHjs = require('./chunk-3GFOW3QH.js');
|
|
5
5
|
|
|
6
6
|
// src/base/base-executor.ts
|
|
7
7
|
var _path = require('path');
|
|
8
8
|
var _shelljs = require('shelljs');
|
|
9
9
|
var withPulumiExecutor = (command, argsMapper, executorOptions = {}) => async (_options, context) => {
|
|
10
|
-
return
|
|
10
|
+
return _chunk3GFOW3QHjs.withRunExecutor.call(void 0,
|
|
11
11
|
`Pulumi \`${command}\` Command Executor`,
|
|
12
12
|
async (options, context2, config) => {
|
|
13
13
|
if (!_shelljs.which.call(void 0, "pulumi")) {
|
|
@@ -21,7 +21,7 @@ var withPulumiExecutor = (command, argsMapper, executorOptions = {}) => async (_
|
|
|
21
21
|
);
|
|
22
22
|
}
|
|
23
23
|
const { sourceRoot } = context2.projectsConfigurations.projects[context2.projectName];
|
|
24
|
-
|
|
24
|
+
_chunk3GFOW3QHjs.run.call(void 0,
|
|
25
25
|
config,
|
|
26
26
|
["pulumi", command, ...argsMapper(options)].filter(Boolean).join(" "),
|
|
27
27
|
_path.join.call(void 0, config.workspaceRoot, options.root || sourceRoot),
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkCAFYWPJGjs = require('./chunk-CAFYWPJG.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/up/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkCAFYWPJGjs.withPulumiExecutor.call(void 0, "up", (options) => [
|
|
7
7
|
"--suppress-progress",
|
|
8
8
|
options.stack && `--stack=${options.stack}`,
|
|
9
9
|
options.skipPreview && "--skip-preview",
|
|
@@ -5,7 +5,7 @@ var _chunkHUKXHFCAjs = require('./chunk-HUKXHFCA.js');
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunk3GFOW3QHjs = require('./chunk-3GFOW3QH.js');
|
|
9
9
|
|
|
10
10
|
// src/generators/init/generator.ts
|
|
11
11
|
|
|
@@ -18,7 +18,7 @@ var _devkit = require('@nx/devkit');
|
|
|
18
18
|
var _fs = require('fs');
|
|
19
19
|
var _path = require('path');
|
|
20
20
|
async function initGeneratorFn(tree, options, config) {
|
|
21
|
-
const task =
|
|
21
|
+
const task = _chunk3GFOW3QHjs.initGenerator.call(void 0, tree, options);
|
|
22
22
|
_devkit.addProjectConfiguration.call(void 0, tree, options.name || "deployment", {
|
|
23
23
|
root: options.directory || "./deployment",
|
|
24
24
|
projectType: "application",
|
|
@@ -54,14 +54,14 @@ async function initGeneratorFn(tree, options, config) {
|
|
|
54
54
|
}
|
|
55
55
|
return task;
|
|
56
56
|
}
|
|
57
|
-
var generator_default =
|
|
57
|
+
var generator_default = _chunk3GFOW3QHjs.withRunGenerator.call(void 0,
|
|
58
58
|
"Initialize Storm Pulumi workspace",
|
|
59
59
|
initGeneratorFn
|
|
60
60
|
);
|
|
61
61
|
function generateNewPulumiProject(tree, options, config) {
|
|
62
62
|
return () => {
|
|
63
63
|
const template = _chunkHUKXHFCAjs.getCloudTemplateName.call(void 0, options.provider);
|
|
64
|
-
|
|
64
|
+
_chunk3GFOW3QHjs.run.call(void 0,
|
|
65
65
|
config,
|
|
66
66
|
[
|
|
67
67
|
`pulumi new ${template}`,
|
|
@@ -85,7 +85,7 @@ function loginToPulumi(tree, options, config) {
|
|
|
85
85
|
if (options.login.startsWith("file://")) {
|
|
86
86
|
options.login = `file://${tree.root}/${options.directory || "./deployment"}/${options.login.replace("file://", "")}`;
|
|
87
87
|
}
|
|
88
|
-
|
|
88
|
+
_chunk3GFOW3QHjs.run.call(void 0,
|
|
89
89
|
config,
|
|
90
90
|
["pulumi login", options.login].filter(Boolean).join(" "),
|
|
91
91
|
_path.join.call(void 0, config.workspaceRoot, options.directory || "./deployment"),
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkCAFYWPJGjs = require('./chunk-CAFYWPJG.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/refresh/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkCAFYWPJGjs.withPulumiExecutor.call(void 0,
|
|
7
7
|
"refresh",
|
|
8
8
|
(options) => [
|
|
9
9
|
"--suppress-progress",
|
|
@@ -72,7 +72,7 @@ If this sounds interesting, and you would like to help us in creating the next g
|
|
|
72
72
|
var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
73
73
|
|
|
74
74
|
// ../config/src/schema.ts
|
|
75
|
-
import * as z from "zod
|
|
75
|
+
import * as z from "zod";
|
|
76
76
|
var DarkColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#1d1e22").describe("The dark background color of the workspace");
|
|
77
77
|
var LightColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#f4f4f5").describe("The light background color of the workspace");
|
|
78
78
|
var BrandColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#1fb2a6").describe("The primary brand specific color of the workspace");
|
|
@@ -139,7 +139,7 @@ var SingleThemeColorConfigSchema = z.object({
|
|
|
139
139
|
positive: PositiveColorSchema,
|
|
140
140
|
negative: NegativeColorSchema
|
|
141
141
|
});
|
|
142
|
-
var RegistryUrlConfigSchema = z.
|
|
142
|
+
var RegistryUrlConfigSchema = z.url().optional().describe("A remote registry URL used to publish distributable packages");
|
|
143
143
|
var RegistryConfigSchema = z.object({
|
|
144
144
|
github: RegistryUrlConfigSchema,
|
|
145
145
|
npm: RegistryUrlConfigSchema,
|
|
@@ -166,7 +166,7 @@ var WorkspaceBotConfigSchema = z.object({
|
|
|
166
166
|
name: z.string().trim().default("stormie-bot").describe(
|
|
167
167
|
"The workspace bot user's name (this is the bot that will be used to perform various tasks)"
|
|
168
168
|
),
|
|
169
|
-
email: z.
|
|
169
|
+
email: z.email().default("bot@stormsoftware.com").describe("The email of the workspace bot")
|
|
170
170
|
}).describe(
|
|
171
171
|
"The workspace's bot user's config used to automated various operations tasks"
|
|
172
172
|
);
|
|
@@ -209,19 +209,20 @@ var WorkspaceDirectoryConfigSchema = z.object({
|
|
|
209
209
|
);
|
|
210
210
|
var errorConfigSchema = z.object({
|
|
211
211
|
codesFile: z.string().trim().default(STORM_DEFAULT_ERROR_CODES_FILE).describe("The path to the workspace's error codes JSON file"),
|
|
212
|
-
url: z.
|
|
212
|
+
url: z.url().optional().describe(
|
|
213
213
|
"A URL to a page that looks up the workspace's error messages given a specific error code"
|
|
214
214
|
)
|
|
215
215
|
}).describe("The workspace's error config used during the error process");
|
|
216
216
|
var organizationConfigSchema = z.object({
|
|
217
217
|
name: z.string().trim().describe("The name of the organization"),
|
|
218
218
|
description: z.string().trim().optional().describe("A description of the organization"),
|
|
219
|
-
logo: z.
|
|
220
|
-
icon: z.
|
|
221
|
-
url: z.
|
|
219
|
+
logo: z.url().optional().describe("A URL to the organization's logo image"),
|
|
220
|
+
icon: z.url().optional().describe("A URL to the organization's icon image"),
|
|
221
|
+
url: z.url().optional().describe(
|
|
222
222
|
"A URL to a page that provides more information about the organization"
|
|
223
223
|
)
|
|
224
224
|
}).describe("The workspace's organization details");
|
|
225
|
+
var MODE_OPTIONS = ["development", "staging", "production"];
|
|
225
226
|
var stormWorkspaceConfigSchema = z.object({
|
|
226
227
|
$schema: z.string().trim().default(
|
|
227
228
|
"https://public.storm-cdn.com/schemas/storm-workspace.schema.json"
|
|
@@ -238,12 +239,12 @@ var stormWorkspaceConfigSchema = z.object({
|
|
|
238
239
|
),
|
|
239
240
|
repository: z.string().trim().optional().describe("The repo URL of the workspace (i.e. GitHub)"),
|
|
240
241
|
license: z.string().trim().default("Apache-2.0").describe("The license type of the package"),
|
|
241
|
-
homepage: z.
|
|
242
|
-
docs: z.
|
|
243
|
-
portal: z.
|
|
244
|
-
licensing: z.
|
|
245
|
-
contact: z.
|
|
246
|
-
support: z.
|
|
242
|
+
homepage: z.url().optional().describe("The homepage of the workspace"),
|
|
243
|
+
docs: z.url().optional().describe("The documentation site for the workspace"),
|
|
244
|
+
portal: z.url().optional().describe("The development portal site for the workspace"),
|
|
245
|
+
licensing: z.url().optional().describe("The licensing site for the workspace"),
|
|
246
|
+
contact: z.url().optional().describe("The contact site for the workspace"),
|
|
247
|
+
support: z.url().optional().describe(
|
|
247
248
|
"The support site for the workspace. If not provided, this is defaulted to the `contact` config value"
|
|
248
249
|
),
|
|
249
250
|
branch: z.string().trim().default("main").describe("The branch of the workspace"),
|
|
@@ -253,7 +254,7 @@ var stormWorkspaceConfigSchema = z.object({
|
|
|
253
254
|
release: WorkspaceReleaseConfigSchema,
|
|
254
255
|
socials: WorkspaceSocialsConfigSchema,
|
|
255
256
|
error: errorConfigSchema,
|
|
256
|
-
mode: z.enum(
|
|
257
|
+
mode: z.enum(MODE_OPTIONS).prefault("production").describe("The current runtime environment mode for the package"),
|
|
257
258
|
workspaceRoot: z.string().trim().describe("The root directory of the workspace"),
|
|
258
259
|
skipCache: z.boolean().default(false).describe("Should all known types of workspace caching be skipped?"),
|
|
259
260
|
directories: WorkspaceDirectoryConfigSchema,
|
|
@@ -3590,7 +3591,7 @@ var generator_default = withRunGenerator(
|
|
|
3590
3591
|
|
|
3591
3592
|
// ../workspace-tools/src/generators/config-schema/generator.ts
|
|
3592
3593
|
import { formatFiles as formatFiles4, writeJson as writeJson2 } from "@nx/devkit";
|
|
3593
|
-
import * as z2 from "zod
|
|
3594
|
+
import * as z2 from "zod";
|
|
3594
3595
|
async function configSchemaGeneratorFn(tree, options, config) {
|
|
3595
3596
|
writeInfo(
|
|
3596
3597
|
"\u{1F4E6} Running Storm Workspace Configuration JSON Schema generator",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkCAFYWPJGjs = require('./chunk-CAFYWPJG.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/preview/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkCAFYWPJGjs.withPulumiExecutor.call(void 0,
|
|
7
7
|
"preview",
|
|
8
8
|
(options) => [
|
|
9
9
|
options.stack && `--stack=${options.stack}`,
|
package/dist/executors.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";require('./chunk-XO62WWX4.js');
|
|
2
|
-
require('./chunk-
|
|
3
|
-
require('./chunk-
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-
|
|
6
|
-
require('./chunk-
|
|
7
|
-
require('./chunk-
|
|
8
|
-
require('./chunk-
|
|
2
|
+
require('./chunk-C3R32A4W.js');
|
|
3
|
+
require('./chunk-UGPEIZ6Y.js');
|
|
4
|
+
require('./chunk-KUNBA3MT.js');
|
|
5
|
+
require('./chunk-FEA53DSZ.js');
|
|
6
|
+
require('./chunk-BMLAOT42.js');
|
|
7
|
+
require('./chunk-CAFYWPJG.js');
|
|
8
|
+
require('./chunk-3GFOW3QH.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-
|
|
3
|
-
import "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-QUZG2TZV.mjs";
|
|
3
|
+
import "./chunk-KZG67QPJ.mjs";
|
|
4
|
+
import "./chunk-IOLJQQ2Z.mjs";
|
|
5
|
+
import "./chunk-AXYOG7RH.mjs";
|
|
6
|
+
import "./chunk-W3KHIHBD.mjs";
|
|
7
|
+
import "./chunk-2AQMAMMF.mjs";
|
|
8
|
+
import "./chunk-UCVGMSYP.mjs";
|
|
9
9
|
import "./chunk-ACCVWIOF.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
|
|
4
|
+
var _chunkI2X7XWVPjs = require('./chunk-I2X7XWVP.js');
|
|
5
5
|
require('./chunk-HUKXHFCA.js');
|
|
6
|
-
require('./chunk-
|
|
6
|
+
require('./chunk-3GFOW3QH.js');
|
|
7
7
|
require('./chunk-3RG5ZIWI.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.initGeneratorFn =
|
|
10
|
+
exports.initGeneratorFn = _chunkI2X7XWVPjs.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-
|
|
4
|
+
} from "./chunk-VD4PP5AN.mjs";
|
|
5
5
|
import "./chunk-KPFHCT4A.mjs";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-UCVGMSYP.mjs";
|
|
7
7
|
import "./chunk-ACCVWIOF.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-
|
|
3
|
-
require('./chunk-
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-
|
|
2
|
+
require('./chunk-C3R32A4W.js');
|
|
3
|
+
require('./chunk-UGPEIZ6Y.js');
|
|
4
|
+
require('./chunk-KUNBA3MT.js');
|
|
5
|
+
require('./chunk-FEA53DSZ.js');
|
|
6
6
|
require('./chunk-N2YKXZ5R.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkI2X7XWVPjs = require('./chunk-I2X7XWVP.js');
|
|
10
10
|
require('./chunk-GUQOEBFW.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
var _chunkHUKXHFCAjs = require('./chunk-HUKXHFCA.js');
|
|
15
|
-
require('./chunk-
|
|
15
|
+
require('./chunk-BMLAOT42.js');
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
19
|
-
require('./chunk-
|
|
18
|
+
var _chunkCAFYWPJGjs = require('./chunk-CAFYWPJG.js');
|
|
19
|
+
require('./chunk-3GFOW3QH.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 = _chunkI2X7XWVPjs.initGeneratorFn; exports.withPulumiExecutor = _chunkCAFYWPJGjs.withPulumiExecutor;
|
package/dist/index.mjs
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import "./chunk-UV4HQO3Y.mjs";
|
|
2
|
-
import "./chunk-
|
|
3
|
-
import "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-QUZG2TZV.mjs";
|
|
3
|
+
import "./chunk-KZG67QPJ.mjs";
|
|
4
|
+
import "./chunk-IOLJQQ2Z.mjs";
|
|
5
|
+
import "./chunk-AXYOG7RH.mjs";
|
|
6
6
|
import "./chunk-23KFTIT2.mjs";
|
|
7
7
|
import {
|
|
8
8
|
initGeneratorFn
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-VD4PP5AN.mjs";
|
|
10
10
|
import "./chunk-CA7S5MOH.mjs";
|
|
11
11
|
import {
|
|
12
12
|
Provider,
|
|
13
13
|
getCloudTemplateName
|
|
14
14
|
} from "./chunk-KPFHCT4A.mjs";
|
|
15
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-W3KHIHBD.mjs";
|
|
16
16
|
import {
|
|
17
17
|
withPulumiExecutor
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
} from "./chunk-2AQMAMMF.mjs";
|
|
19
|
+
import "./chunk-UCVGMSYP.mjs";
|
|
20
20
|
import "./chunk-ACCVWIOF.mjs";
|
|
21
21
|
export {
|
|
22
22
|
Provider,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var _chunkCAFYWPJGjs = require('../../chunk-CAFYWPJG.js');
|
|
4
|
+
require('../../chunk-3GFOW3QH.js');
|
|
5
5
|
require('../../chunk-3RG5ZIWI.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.withPulumiExecutor =
|
|
8
|
+
exports.withPulumiExecutor = _chunkCAFYWPJGjs.withPulumiExecutor;
|
package/dist/src/base/index.js
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
var _chunkHUKXHFCAjs = require('../../chunk-HUKXHFCA.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
9
|
-
require('../../chunk-
|
|
8
|
+
var _chunkCAFYWPJGjs = require('../../chunk-CAFYWPJG.js');
|
|
9
|
+
require('../../chunk-3GFOW3QH.js');
|
|
10
10
|
require('../../chunk-3RG5ZIWI.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.Provider = _chunkHUKXHFCAjs.Provider; exports.getCloudTemplateName = _chunkHUKXHFCAjs.getCloudTemplateName; exports.withPulumiExecutor =
|
|
15
|
+
exports.Provider = _chunkHUKXHFCAjs.Provider; exports.getCloudTemplateName = _chunkHUKXHFCAjs.getCloudTemplateName; exports.withPulumiExecutor = _chunkCAFYWPJGjs.withPulumiExecutor;
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -5,8 +5,8 @@ import {
|
|
|
5
5
|
} from "../../chunk-KPFHCT4A.mjs";
|
|
6
6
|
import {
|
|
7
7
|
withPulumiExecutor
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-2AQMAMMF.mjs";
|
|
9
|
+
import "../../chunk-UCVGMSYP.mjs";
|
|
10
10
|
import "../../chunk-ACCVWIOF.mjs";
|
|
11
11
|
export {
|
|
12
12
|
Provider,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkBMLAOT42js = require('../../../chunk-BMLAOT42.js');
|
|
4
|
+
require('../../../chunk-CAFYWPJG.js');
|
|
5
|
+
require('../../../chunk-3GFOW3QH.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkBMLAOT42js.executor_default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-W3KHIHBD.mjs";
|
|
4
|
+
import "../../../chunk-2AQMAMMF.mjs";
|
|
5
|
+
import "../../../chunk-UCVGMSYP.mjs";
|
|
6
6
|
import "../../../chunk-ACCVWIOF.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkC3R32A4Wjs = require('../../../chunk-C3R32A4W.js');
|
|
4
|
+
require('../../../chunk-CAFYWPJG.js');
|
|
5
|
+
require('../../../chunk-3GFOW3QH.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkC3R32A4Wjs.executor_default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-QUZG2TZV.mjs";
|
|
4
|
+
import "../../../chunk-2AQMAMMF.mjs";
|
|
5
|
+
import "../../../chunk-UCVGMSYP.mjs";
|
|
6
6
|
import "../../../chunk-ACCVWIOF.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkUGPEIZ6Yjs = require('../../../chunk-UGPEIZ6Y.js');
|
|
4
|
+
require('../../../chunk-CAFYWPJG.js');
|
|
5
|
+
require('../../../chunk-3GFOW3QH.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkUGPEIZ6Yjs.executor_default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-KZG67QPJ.mjs";
|
|
4
|
+
import "../../../chunk-2AQMAMMF.mjs";
|
|
5
|
+
import "../../../chunk-UCVGMSYP.mjs";
|
|
6
6
|
import "../../../chunk-ACCVWIOF.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkKUNBA3MTjs = require('../../../chunk-KUNBA3MT.js');
|
|
4
|
+
require('../../../chunk-CAFYWPJG.js');
|
|
5
|
+
require('../../../chunk-3GFOW3QH.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkKUNBA3MTjs.executor_default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-IOLJQQ2Z.mjs";
|
|
4
|
+
import "../../../chunk-2AQMAMMF.mjs";
|
|
5
|
+
import "../../../chunk-UCVGMSYP.mjs";
|
|
6
6
|
import "../../../chunk-ACCVWIOF.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkFEA53DSZjs = require('../../../chunk-FEA53DSZ.js');
|
|
4
|
+
require('../../../chunk-CAFYWPJG.js');
|
|
5
|
+
require('../../../chunk-3GFOW3QH.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkFEA53DSZjs.executor_default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-AXYOG7RH.mjs";
|
|
4
|
+
import "../../../chunk-2AQMAMMF.mjs";
|
|
5
|
+
import "../../../chunk-UCVGMSYP.mjs";
|
|
6
6
|
import "../../../chunk-ACCVWIOF.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkI2X7XWVPjs = require('../../../chunk-I2X7XWVP.js');
|
|
5
5
|
require('../../../chunk-HUKXHFCA.js');
|
|
6
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-3GFOW3QH.js');
|
|
7
7
|
require('../../../chunk-3RG5ZIWI.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.default =
|
|
11
|
+
exports.default = _chunkI2X7XWVPjs.generator_default; exports.initGeneratorFn = _chunkI2X7XWVPjs.initGeneratorFn;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-VD4PP5AN.mjs";
|
|
5
5
|
import "../../../chunk-KPFHCT4A.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-UCVGMSYP.mjs";
|
|
7
7
|
import "../../../chunk-ACCVWIOF.mjs";
|
|
8
8
|
export {
|
|
9
9
|
generator_default as default,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/pulumi-tools",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.40",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "Tools for managing Pulumi infrastructure within a Nx workspace.",
|
|
6
6
|
"repository": {
|
|
@@ -136,5 +136,5 @@
|
|
|
136
136
|
"publishConfig": { "access": "public" },
|
|
137
137
|
"executors": "./executors.json",
|
|
138
138
|
"generators": "./generators.json",
|
|
139
|
-
"gitHead": "
|
|
139
|
+
"gitHead": "56f060816d1082fefc318aa1b65294279c0bfdcd"
|
|
140
140
|
}
|