@storm-software/pulumi-tools 0.7.4 → 0.7.5
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 +497 -1
- package/dist/{chunk-G7PDZ2WM.js → chunk-32GFYKQ3.js} +2 -2
- package/dist/{chunk-H7HAPX23.js → chunk-6DP5HHF5.js} +2 -2
- package/dist/{chunk-IS6HXL7I.mjs → chunk-ARPHB535.mjs} +1 -1
- package/dist/{chunk-S4O5AGOW.mjs → chunk-B5MURCIC.mjs} +1 -1
- package/dist/{chunk-4TARI6WS.mjs → chunk-CXWKMDJU.mjs} +1 -1
- package/dist/{chunk-MEALEKRV.js → chunk-FN7UDXGG.js} +258 -285
- package/dist/{chunk-7TZS6RY7.js → chunk-I7VABIBI.js} +2 -2
- package/dist/{chunk-KXUJFKTM.js → chunk-IAZVTGHA.js} +2 -2
- package/dist/{chunk-CMJG73FE.mjs → chunk-JTC66DXK.mjs} +272 -299
- package/dist/{chunk-BZNPHGTW.js → chunk-N3H4DK4E.js} +2 -2
- package/dist/{chunk-ANOFMNL3.mjs → chunk-O6PGI6V3.mjs} +1 -1
- package/dist/{chunk-7Y64NEWY.mjs → chunk-P6YUXTRU.mjs} +1 -1
- package/dist/{chunk-7AYGEMWQ.mjs → chunk-PZVSIXQ3.mjs} +1 -1
- package/dist/{chunk-7RGDAFW2.mjs → chunk-QY3JQOCP.mjs} +1 -1
- package/dist/{chunk-H64Q27JP.js → chunk-XXWYXYXW.js} +3 -3
- package/dist/{chunk-G3CX72UJ.js → chunk-YXVSSAJ7.js} +5 -5
- 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-BTx7b7LA.d.ts → generators-CDh2w5jS.d.ts} +1 -1
- package/dist/{generators-UYHhe90f.d.mts → generators-tDFGjZKk.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-BQ21E8Xn.d.mts → types-CMF_wowV.d.mts} +2 -2
- package/dist/{types-BQ21E8Xn.d.ts → types-CMF_wowV.d.ts} +2 -2
- package/package.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkXXWYXYXWjs = require('./chunk-XXWYXYXW.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/up/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkXXWYXYXWjs.withPulumiExecutor.call(void 0, "up", (options) => [
|
|
7
7
|
"--suppress-progress",
|
|
8
8
|
options.stack && `--stack=${options.stack}`,
|
|
9
9
|
options.skipPreview && "--skip-preview",
|
|
@@ -1,7 +1,7 @@
|
|
|
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 _chunkFN7UDXGGjs = require('./chunk-FN7UDXGG.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
@@ -10,7 +10,7 @@ var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
|
10
10
|
var _path = require('path');
|
|
11
11
|
var _shelljs = require('shelljs');
|
|
12
12
|
var withPulumiExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (command, argsMapper, executorOptions = {}) => async (_options, context) => {
|
|
13
|
-
return
|
|
13
|
+
return _chunkFN7UDXGGjs.withRunExecutor.call(void 0, `Pulumi \`${command}\` Command Executor`, async (options, context2, config) => {
|
|
14
14
|
if (!_shelljs.which.call(void 0, "pulumi")) {
|
|
15
15
|
throw new Error("Pulumi is not installed. Please install it before running this executor.");
|
|
16
16
|
}
|
|
@@ -18,7 +18,7 @@ var withPulumiExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (c
|
|
|
18
18
|
throw new Error("The Build process failed because the context is not valid. Please run this command from a workspace.");
|
|
19
19
|
}
|
|
20
20
|
const { sourceRoot } = context2.projectsConfigurations.projects[context2.projectName];
|
|
21
|
-
|
|
21
|
+
_chunkFN7UDXGGjs.run.call(void 0, config, [
|
|
22
22
|
"pulumi",
|
|
23
23
|
command,
|
|
24
24
|
...argsMapper(options)
|
|
@@ -5,7 +5,7 @@ var _chunkDBLK3NPEjs = require('./chunk-DBLK3NPE.js');
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkFN7UDXGGjs = require('./chunk-FN7UDXGG.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
@@ -15,7 +15,7 @@ var _devkit = require('@nx/devkit');
|
|
|
15
15
|
var _fs = require('fs');
|
|
16
16
|
var _path = require('path');
|
|
17
17
|
async function initGeneratorFn(tree, options, config) {
|
|
18
|
-
const task =
|
|
18
|
+
const task = _chunkFN7UDXGGjs.initGenerator.call(void 0, tree, options);
|
|
19
19
|
_devkit.addProjectConfiguration.call(void 0, tree, options.name || "deployment", {
|
|
20
20
|
root: options.directory || "./deployment",
|
|
21
21
|
projectType: "application",
|
|
@@ -49,11 +49,11 @@ async function initGeneratorFn(tree, options, config) {
|
|
|
49
49
|
return task;
|
|
50
50
|
}
|
|
51
51
|
_chunk3GQAWCBQjs.__name.call(void 0, initGeneratorFn, "initGeneratorFn");
|
|
52
|
-
var generator_default =
|
|
52
|
+
var generator_default = _chunkFN7UDXGGjs.withRunGenerator.call(void 0, "Initialize Storm Pulumi workspace", initGeneratorFn);
|
|
53
53
|
function generateNewPulumiProject(tree, options, config) {
|
|
54
54
|
return () => {
|
|
55
55
|
const template = _chunkDBLK3NPEjs.getCloudTemplateName.call(void 0, options.provider);
|
|
56
|
-
|
|
56
|
+
_chunkFN7UDXGGjs.run.call(void 0, config, [
|
|
57
57
|
`pulumi new ${template}`,
|
|
58
58
|
`--name=${options.name || "deployment"}`,
|
|
59
59
|
`--dir=${options.directory || "./deployment"}`,
|
|
@@ -73,7 +73,7 @@ function loginToPulumi(tree, options, config) {
|
|
|
73
73
|
if (options.login.startsWith("file://")) {
|
|
74
74
|
options.login = `file://${tree.root}/${options.directory || "./deployment"}/${options.login.replace("file://", "")}`;
|
|
75
75
|
}
|
|
76
|
-
|
|
76
|
+
_chunkFN7UDXGGjs.run.call(void 0, config, [
|
|
77
77
|
"pulumi login",
|
|
78
78
|
options.login
|
|
79
79
|
].filter(Boolean).join(" "), _path.join.call(void 0, config.workspaceRoot, options.directory || "./deployment"), "inherit", {
|
package/dist/executors.d.mts
CHANGED
|
@@ -5,6 +5,6 @@ export { R as RefreshExecutorSchema } from './schema.d-BTpgEb0Q.mjs';
|
|
|
5
5
|
export { U as UpExecutorSchema } from './schema.d-BCkJFwHO.mjs';
|
|
6
6
|
import './src/base/base-executor.mjs';
|
|
7
7
|
import '@nx/devkit';
|
|
8
|
-
import './types-
|
|
8
|
+
import './types-CMF_wowV.mjs';
|
|
9
9
|
import 'zod';
|
|
10
10
|
import '@storm-software/workspace-tools';
|
package/dist/executors.d.ts
CHANGED
|
@@ -5,6 +5,6 @@ export { R as RefreshExecutorSchema } from './schema.d-DhkOAnzb.js';
|
|
|
5
5
|
export { U as UpExecutorSchema } from './schema.d-Dri9rCeV.js';
|
|
6
6
|
import './src/base/base-executor.js';
|
|
7
7
|
import '@nx/devkit';
|
|
8
|
-
import './types-
|
|
8
|
+
import './types-CMF_wowV.js';
|
|
9
9
|
import 'zod';
|
|
10
10
|
import '@storm-software/workspace-tools';
|
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-I7VABIBI.js');
|
|
3
|
+
require('./chunk-6DP5HHF5.js');
|
|
4
|
+
require('./chunk-32GFYKQ3.js');
|
|
5
|
+
require('./chunk-N3H4DK4E.js');
|
|
6
|
+
require('./chunk-IAZVTGHA.js');
|
|
7
|
+
require('./chunk-XXWYXYXW.js');
|
|
8
|
+
require('./chunk-FN7UDXGG.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-
|
|
3
|
-
import "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-QY3JQOCP.mjs";
|
|
3
|
+
import "./chunk-P6YUXTRU.mjs";
|
|
4
|
+
import "./chunk-ARPHB535.mjs";
|
|
5
|
+
import "./chunk-CXWKMDJU.mjs";
|
|
6
|
+
import "./chunk-B5MURCIC.mjs";
|
|
7
|
+
import "./chunk-PZVSIXQ3.mjs";
|
|
8
|
+
import "./chunk-JTC66DXK.mjs";
|
|
9
9
|
import "./chunk-XUV4U54K.mjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _storm_software_workspace_tools from '@storm-software/workspace-tools';
|
|
2
2
|
import { Tree, GeneratorCallback } from '@nx/devkit';
|
|
3
|
-
import { S as StormConfig } from './types-
|
|
3
|
+
import { S as StormConfig } from './types-CMF_wowV.js';
|
|
4
4
|
|
|
5
5
|
// Generated by @storm-software/untyped
|
|
6
6
|
// Do not edit this file directly
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _storm_software_workspace_tools from '@storm-software/workspace-tools';
|
|
2
2
|
import { Tree, GeneratorCallback } from '@nx/devkit';
|
|
3
|
-
import { S as StormConfig } from './types-
|
|
3
|
+
import { S as StormConfig } from './types-CMF_wowV.mjs';
|
|
4
4
|
|
|
5
5
|
// Generated by @storm-software/untyped
|
|
6
6
|
// Do not edit this file directly
|
package/dist/generators.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { I as InitGeneratorSchema, i as initGeneratorFn } from './generators-
|
|
1
|
+
export { I as InitGeneratorSchema, i as initGeneratorFn } from './generators-tDFGjZKk.mjs';
|
|
2
2
|
import '@storm-software/workspace-tools';
|
|
3
3
|
import '@nx/devkit';
|
|
4
|
-
import './types-
|
|
4
|
+
import './types-CMF_wowV.mjs';
|
|
5
5
|
import 'zod';
|
package/dist/generators.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { I as InitGeneratorSchema, i as initGeneratorFn } from './generators-
|
|
1
|
+
export { I as InitGeneratorSchema, i as initGeneratorFn } from './generators-CDh2w5jS.js';
|
|
2
2
|
import '@storm-software/workspace-tools';
|
|
3
3
|
import '@nx/devkit';
|
|
4
|
-
import './types-
|
|
4
|
+
import './types-CMF_wowV.js';
|
|
5
5
|
import 'zod';
|
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 _chunkYXVSSAJ7js = require('./chunk-YXVSSAJ7.js');
|
|
5
5
|
require('./chunk-DBLK3NPE.js');
|
|
6
|
-
require('./chunk-
|
|
6
|
+
require('./chunk-FN7UDXGG.js');
|
|
7
7
|
require('./chunk-3GQAWCBQ.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.initGeneratorFn =
|
|
10
|
+
exports.initGeneratorFn = _chunkYXVSSAJ7js.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-O6PGI6V3.mjs";
|
|
5
5
|
import "./chunk-GTCRGRK2.mjs";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-JTC66DXK.mjs";
|
|
7
7
|
import "./chunk-XUV4U54K.mjs";
|
|
8
8
|
export {
|
|
9
9
|
initGeneratorFn
|
package/dist/index.d.mts
CHANGED
|
@@ -3,10 +3,10 @@ export { I as ImportExecutorSchema } from './schema.d-CWp7y_9i.mjs';
|
|
|
3
3
|
export { P as PreviewExecutorSchema } from './schema.d-C3zluSfr.mjs';
|
|
4
4
|
export { R as RefreshExecutorSchema } from './schema.d-BTpgEb0Q.mjs';
|
|
5
5
|
export { U as UpExecutorSchema } from './schema.d-BCkJFwHO.mjs';
|
|
6
|
-
export { I as InitGeneratorSchema, i as initGeneratorFn } from './generators-
|
|
6
|
+
export { I as InitGeneratorSchema, i as initGeneratorFn } from './generators-tDFGjZKk.mjs';
|
|
7
7
|
export { NormalizedPulumiExecutorOptions, PulumiCommandOptions, PulumiExecutorSchema, withPulumiExecutor } from './src/base/base-executor.mjs';
|
|
8
8
|
export { Provider, getCloudTemplateName } from './src/base/providers.mjs';
|
|
9
9
|
import '@storm-software/workspace-tools';
|
|
10
10
|
import '@nx/devkit';
|
|
11
|
-
import './types-
|
|
11
|
+
import './types-CMF_wowV.mjs';
|
|
12
12
|
import 'zod';
|
package/dist/index.d.ts
CHANGED
|
@@ -3,10 +3,10 @@ export { I as ImportExecutorSchema } from './schema.d-BBpw11tM.js';
|
|
|
3
3
|
export { P as PreviewExecutorSchema } from './schema.d-i8onVGak.js';
|
|
4
4
|
export { R as RefreshExecutorSchema } from './schema.d-DhkOAnzb.js';
|
|
5
5
|
export { U as UpExecutorSchema } from './schema.d-Dri9rCeV.js';
|
|
6
|
-
export { I as InitGeneratorSchema, i as initGeneratorFn } from './generators-
|
|
6
|
+
export { I as InitGeneratorSchema, i as initGeneratorFn } from './generators-CDh2w5jS.js';
|
|
7
7
|
export { NormalizedPulumiExecutorOptions, PulumiCommandOptions, PulumiExecutorSchema, withPulumiExecutor } from './src/base/base-executor.js';
|
|
8
8
|
export { Provider, getCloudTemplateName } from './src/base/providers.js';
|
|
9
9
|
import '@storm-software/workspace-tools';
|
|
10
10
|
import '@nx/devkit';
|
|
11
|
-
import './types-
|
|
11
|
+
import './types-CMF_wowV.js';
|
|
12
12
|
import 'zod';
|
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-I7VABIBI.js');
|
|
3
|
+
require('./chunk-6DP5HHF5.js');
|
|
4
|
+
require('./chunk-32GFYKQ3.js');
|
|
5
|
+
require('./chunk-N3H4DK4E.js');
|
|
6
6
|
require('./chunk-N2YKXZ5R.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkYXVSSAJ7js = require('./chunk-YXVSSAJ7.js');
|
|
10
10
|
require('./chunk-GUQOEBFW.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
var _chunkDBLK3NPEjs = require('./chunk-DBLK3NPE.js');
|
|
15
|
-
require('./chunk-
|
|
15
|
+
require('./chunk-IAZVTGHA.js');
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
19
|
-
require('./chunk-
|
|
18
|
+
var _chunkXXWYXYXWjs = require('./chunk-XXWYXYXW.js');
|
|
19
|
+
require('./chunk-FN7UDXGG.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 = _chunkYXVSSAJ7js.initGeneratorFn; exports.withPulumiExecutor = _chunkXXWYXYXWjs.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-QY3JQOCP.mjs";
|
|
3
|
+
import "./chunk-P6YUXTRU.mjs";
|
|
4
|
+
import "./chunk-ARPHB535.mjs";
|
|
5
|
+
import "./chunk-CXWKMDJU.mjs";
|
|
6
6
|
import "./chunk-23KFTIT2.mjs";
|
|
7
7
|
import {
|
|
8
8
|
initGeneratorFn
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-O6PGI6V3.mjs";
|
|
10
10
|
import "./chunk-CA7S5MOH.mjs";
|
|
11
11
|
import {
|
|
12
12
|
Provider,
|
|
13
13
|
getCloudTemplateName
|
|
14
14
|
} from "./chunk-GTCRGRK2.mjs";
|
|
15
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-B5MURCIC.mjs";
|
|
16
16
|
import {
|
|
17
17
|
withPulumiExecutor
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
} from "./chunk-PZVSIXQ3.mjs";
|
|
19
|
+
import "./chunk-JTC66DXK.mjs";
|
|
20
20
|
import "./chunk-XUV4U54K.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 _chunkXXWYXYXWjs = require('../../chunk-XXWYXYXW.js');
|
|
4
|
+
require('../../chunk-FN7UDXGG.js');
|
|
5
5
|
require('../../chunk-3GQAWCBQ.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.withPulumiExecutor =
|
|
8
|
+
exports.withPulumiExecutor = _chunkXXWYXYXWjs.withPulumiExecutor;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { NormalizedPulumiExecutorOptions, PulumiCommandOptions, PulumiExecutorSchema, withPulumiExecutor } from './base-executor.mjs';
|
|
2
2
|
export { Provider, getCloudTemplateName } from './providers.mjs';
|
|
3
3
|
import '@nx/devkit';
|
|
4
|
-
import '../../types-
|
|
4
|
+
import '../../types-CMF_wowV.mjs';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import '@storm-software/workspace-tools';
|
package/dist/src/base/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { NormalizedPulumiExecutorOptions, PulumiCommandOptions, PulumiExecutorSchema, withPulumiExecutor } from './base-executor.js';
|
|
2
2
|
export { Provider, getCloudTemplateName } from './providers.js';
|
|
3
3
|
import '@nx/devkit';
|
|
4
|
-
import '../../types-
|
|
4
|
+
import '../../types-CMF_wowV.js';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import '@storm-software/workspace-tools';
|
package/dist/src/base/index.js
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
var _chunkDBLK3NPEjs = require('../../chunk-DBLK3NPE.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
9
|
-
require('../../chunk-
|
|
8
|
+
var _chunkXXWYXYXWjs = require('../../chunk-XXWYXYXW.js');
|
|
9
|
+
require('../../chunk-FN7UDXGG.js');
|
|
10
10
|
require('../../chunk-3GQAWCBQ.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.Provider = _chunkDBLK3NPEjs.Provider; exports.getCloudTemplateName = _chunkDBLK3NPEjs.getCloudTemplateName; exports.withPulumiExecutor =
|
|
15
|
+
exports.Provider = _chunkDBLK3NPEjs.Provider; exports.getCloudTemplateName = _chunkDBLK3NPEjs.getCloudTemplateName; exports.withPulumiExecutor = _chunkXXWYXYXWjs.withPulumiExecutor;
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -5,8 +5,8 @@ import {
|
|
|
5
5
|
} from "../../chunk-GTCRGRK2.mjs";
|
|
6
6
|
import {
|
|
7
7
|
withPulumiExecutor
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-PZVSIXQ3.mjs";
|
|
9
|
+
import "../../chunk-JTC66DXK.mjs";
|
|
10
10
|
import "../../chunk-XUV4U54K.mjs";
|
|
11
11
|
export {
|
|
12
12
|
Provider,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _nx_devkit from '@nx/devkit';
|
|
2
2
|
import { C as ConfigExecutorSchema } from '../../../schema.d-D2EQU5UL.mjs';
|
|
3
3
|
import '../../base/base-executor.mjs';
|
|
4
|
-
import '../../../types-
|
|
4
|
+
import '../../../types-CMF_wowV.mjs';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import '@storm-software/workspace-tools';
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _nx_devkit from '@nx/devkit';
|
|
2
2
|
import { C as ConfigExecutorSchema } from '../../../schema.d-0Y4jyHfI.js';
|
|
3
3
|
import '../../base/base-executor.js';
|
|
4
|
-
import '../../../types-
|
|
4
|
+
import '../../../types-CMF_wowV.js';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import '@storm-software/workspace-tools';
|
|
7
7
|
|
|
@@ -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 _chunkIAZVTGHAjs = require('../../../chunk-IAZVTGHA.js');
|
|
4
|
+
require('../../../chunk-XXWYXYXW.js');
|
|
5
|
+
require('../../../chunk-FN7UDXGG.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkIAZVTGHAjs.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-B5MURCIC.mjs";
|
|
4
|
+
import "../../../chunk-PZVSIXQ3.mjs";
|
|
5
|
+
import "../../../chunk-JTC66DXK.mjs";
|
|
6
6
|
import "../../../chunk-XUV4U54K.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _nx_devkit from '@nx/devkit';
|
|
2
2
|
import { I as ImportExecutorSchema } from '../../../schema.d-CWp7y_9i.mjs';
|
|
3
3
|
import '../../base/base-executor.mjs';
|
|
4
|
-
import '../../../types-
|
|
4
|
+
import '../../../types-CMF_wowV.mjs';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import '@storm-software/workspace-tools';
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _nx_devkit from '@nx/devkit';
|
|
2
2
|
import { I as ImportExecutorSchema } from '../../../schema.d-BBpw11tM.js';
|
|
3
3
|
import '../../base/base-executor.js';
|
|
4
|
-
import '../../../types-
|
|
4
|
+
import '../../../types-CMF_wowV.js';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import '@storm-software/workspace-tools';
|
|
7
7
|
|
|
@@ -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 _chunkI7VABIBIjs = require('../../../chunk-I7VABIBI.js');
|
|
4
|
+
require('../../../chunk-XXWYXYXW.js');
|
|
5
|
+
require('../../../chunk-FN7UDXGG.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkI7VABIBIjs.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-QY3JQOCP.mjs";
|
|
4
|
+
import "../../../chunk-PZVSIXQ3.mjs";
|
|
5
|
+
import "../../../chunk-JTC66DXK.mjs";
|
|
6
6
|
import "../../../chunk-XUV4U54K.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _nx_devkit from '@nx/devkit';
|
|
2
2
|
import { P as PreviewExecutorSchema } from '../../../schema.d-C3zluSfr.mjs';
|
|
3
3
|
import '../../base/base-executor.mjs';
|
|
4
|
-
import '../../../types-
|
|
4
|
+
import '../../../types-CMF_wowV.mjs';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import '@storm-software/workspace-tools';
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _nx_devkit from '@nx/devkit';
|
|
2
2
|
import { P as PreviewExecutorSchema } from '../../../schema.d-i8onVGak.js';
|
|
3
3
|
import '../../base/base-executor.js';
|
|
4
|
-
import '../../../types-
|
|
4
|
+
import '../../../types-CMF_wowV.js';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import '@storm-software/workspace-tools';
|
|
7
7
|
|
|
@@ -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 _chunk6DP5HHF5js = require('../../../chunk-6DP5HHF5.js');
|
|
4
|
+
require('../../../chunk-XXWYXYXW.js');
|
|
5
|
+
require('../../../chunk-FN7UDXGG.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunk6DP5HHF5js.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-P6YUXTRU.mjs";
|
|
4
|
+
import "../../../chunk-PZVSIXQ3.mjs";
|
|
5
|
+
import "../../../chunk-JTC66DXK.mjs";
|
|
6
6
|
import "../../../chunk-XUV4U54K.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _nx_devkit from '@nx/devkit';
|
|
2
2
|
import { R as RefreshExecutorSchema } from '../../../schema.d-BTpgEb0Q.mjs';
|
|
3
3
|
import '../../base/base-executor.mjs';
|
|
4
|
-
import '../../../types-
|
|
4
|
+
import '../../../types-CMF_wowV.mjs';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import '@storm-software/workspace-tools';
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _nx_devkit from '@nx/devkit';
|
|
2
2
|
import { R as RefreshExecutorSchema } from '../../../schema.d-DhkOAnzb.js';
|
|
3
3
|
import '../../base/base-executor.js';
|
|
4
|
-
import '../../../types-
|
|
4
|
+
import '../../../types-CMF_wowV.js';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import '@storm-software/workspace-tools';
|
|
7
7
|
|
|
@@ -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 _chunk32GFYKQ3js = require('../../../chunk-32GFYKQ3.js');
|
|
4
|
+
require('../../../chunk-XXWYXYXW.js');
|
|
5
|
+
require('../../../chunk-FN7UDXGG.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunk32GFYKQ3js.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-ARPHB535.mjs";
|
|
4
|
+
import "../../../chunk-PZVSIXQ3.mjs";
|
|
5
|
+
import "../../../chunk-JTC66DXK.mjs";
|
|
6
6
|
import "../../../chunk-XUV4U54K.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|