@storm-software/pulumi-tools 0.7.33 → 0.7.35
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 +99 -40
- package/README.md +7 -7
- package/dist/{chunk-R7DU2APC.mjs → chunk-2BPV2XV2.mjs} +1 -1
- package/dist/{chunk-5H6VSOGJ.mjs → chunk-4IQTGKLU.mjs} +1 -1
- package/dist/{chunk-NX3OSK42.mjs → chunk-5EAXI5VS.mjs} +2 -2
- package/dist/{chunk-J67CDMJQ.js → chunk-BFQTJ7I3.js} +444 -459
- package/dist/{chunk-2X56VZF4.mjs → chunk-BHPF3Z2K.mjs} +1 -1
- package/dist/{chunk-CCTQVQPZ.js → chunk-DWPTI4FZ.js} +2 -2
- package/dist/{chunk-DXMUEDWS.js → chunk-GN2FDH3O.js} +2 -2
- package/dist/{chunk-V6HZK3HQ.mjs → chunk-IGLU7MRU.mjs} +1 -1
- package/dist/{chunk-DMZH2LTU.js → chunk-J4J2DP62.js} +3 -3
- package/dist/{chunk-UZDQXNWJ.js → chunk-LF7AM2SN.js} +2 -2
- package/dist/{chunk-A5P4P7EM.js → chunk-NWUENBI4.js} +2 -2
- package/dist/{chunk-VQTLM4TK.mjs → chunk-TLK5O377.mjs} +413 -428
- package/dist/{chunk-6Q5RPJFO.mjs → chunk-TP5PC7K5.mjs} +3 -3
- package/dist/{chunk-YLBLU7WG.mjs → chunk-TUJHGWNG.mjs} +1 -1
- package/dist/{chunk-QPASYUSE.mjs → chunk-UF7ZCXHA.mjs} +1 -1
- package/dist/{chunk-PTCFM37L.js → chunk-Y6K5MKSO.js} +2 -2
- package/dist/{chunk-NHWCRKCE.mjs → chunk-YH7Y5GNY.mjs} +1 -1
- package/dist/{chunk-5FEXVTSH.js → chunk-YMB64S2H.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 +8 -8
- package/dist/{generators-BqtVID0f.d.ts → generators-Bua4nMog.d.ts} +1 -1
- package/dist/{generators-9HIDBCUE.d.mts → generators-CrZPZKBW.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 +4 -4
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +9 -9
- package/dist/index.mjs +10 -10
- 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 +3 -3
- 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 +4 -4
- package/dist/src/base/providers.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 +4 -4
- 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 +4 -4
- 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 +4 -4
- 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 +4 -4
- 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 +4 -4
- 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 +4 -4
- package/dist/tsup.config.mjs +1 -1
- package/dist/{types-HiZpltUX.d.mts → types-BXfk4hPO.d.mts} +67 -3
- package/dist/{types-HiZpltUX.d.ts → types-BXfk4hPO.d.ts} +67 -3
- package/package.json +6 -6
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getCloudTemplateName
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-UF7ZCXHA.mjs";
|
|
4
4
|
import {
|
|
5
5
|
initGenerator,
|
|
6
6
|
run,
|
|
7
7
|
withRunGenerator
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-TLK5O377.mjs";
|
|
9
9
|
import {
|
|
10
10
|
__name
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-2BPV2XV2.mjs";
|
|
12
12
|
|
|
13
13
|
// src/generators/init/generator.ts
|
|
14
14
|
import { addDependenciesToPackageJson, addProjectConfiguration, formatFiles, readJsonFile, runTasksInSerial } from "@nx/devkit";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkJ4J2DP62js = require('./chunk-J4J2DP62.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/preview/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkJ4J2DP62js.withPulumiExecutor.call(void 0, "preview", (options) => [
|
|
7
7
|
options.stack && `--stack=${options.stack}`,
|
|
8
8
|
options.expectNoChanges && "--expect-no-changes"
|
|
9
9
|
]);
|
|
@@ -5,7 +5,7 @@ var _chunkDBLK3NPEjs = require('./chunk-DBLK3NPE.js');
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkBFQTJ7I3js = require('./chunk-BFQTJ7I3.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 = _chunkBFQTJ7I3js.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 = _chunkBFQTJ7I3js.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
|
+
_chunkBFQTJ7I3js.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
|
+
_chunkBFQTJ7I3js.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-BXfk4hPO.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-BXfk4hPO.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-GN2FDH3O.js');
|
|
3
|
+
require('./chunk-Y6K5MKSO.js');
|
|
4
|
+
require('./chunk-DWPTI4FZ.js');
|
|
5
|
+
require('./chunk-LF7AM2SN.js');
|
|
6
|
+
require('./chunk-NWUENBI4.js');
|
|
7
|
+
require('./chunk-J4J2DP62.js');
|
|
8
|
+
require('./chunk-BFQTJ7I3.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-
|
|
9
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-IGLU7MRU.mjs";
|
|
3
|
+
import "./chunk-YH7Y5GNY.mjs";
|
|
4
|
+
import "./chunk-TUJHGWNG.mjs";
|
|
5
|
+
import "./chunk-BHPF3Z2K.mjs";
|
|
6
|
+
import "./chunk-4IQTGKLU.mjs";
|
|
7
|
+
import "./chunk-5EAXI5VS.mjs";
|
|
8
|
+
import "./chunk-TLK5O377.mjs";
|
|
9
|
+
import "./chunk-2BPV2XV2.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-BXfk4hPO.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-BXfk4hPO.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-CrZPZKBW.mjs';
|
|
2
2
|
import '@storm-software/workspace-tools';
|
|
3
3
|
import '@nx/devkit';
|
|
4
|
-
import './types-
|
|
4
|
+
import './types-BXfk4hPO.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-Bua4nMog.js';
|
|
2
2
|
import '@storm-software/workspace-tools';
|
|
3
3
|
import '@nx/devkit';
|
|
4
|
-
import './types-
|
|
4
|
+
import './types-BXfk4hPO.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 _chunkYMB64S2Hjs = require('./chunk-YMB64S2H.js');
|
|
5
5
|
require('./chunk-DBLK3NPE.js');
|
|
6
|
-
require('./chunk-
|
|
6
|
+
require('./chunk-BFQTJ7I3.js');
|
|
7
7
|
require('./chunk-3GQAWCBQ.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.initGeneratorFn =
|
|
10
|
+
exports.initGeneratorFn = _chunkYMB64S2Hjs.initGeneratorFn;
|
package/dist/generators.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "./chunk-23KFTIT2.mjs";
|
|
2
2
|
import {
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-TP5PC7K5.mjs";
|
|
5
|
+
import "./chunk-UF7ZCXHA.mjs";
|
|
6
|
+
import "./chunk-TLK5O377.mjs";
|
|
7
|
+
import "./chunk-2BPV2XV2.mjs";
|
|
8
8
|
export {
|
|
9
9
|
initGeneratorFn
|
|
10
10
|
};
|
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-CrZPZKBW.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-BXfk4hPO.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-Bua4nMog.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-BXfk4hPO.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-GN2FDH3O.js');
|
|
3
|
+
require('./chunk-Y6K5MKSO.js');
|
|
4
|
+
require('./chunk-DWPTI4FZ.js');
|
|
5
|
+
require('./chunk-LF7AM2SN.js');
|
|
6
6
|
require('./chunk-N2YKXZ5R.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkYMB64S2Hjs = require('./chunk-YMB64S2H.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-NWUENBI4.js');
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
19
|
-
require('./chunk-
|
|
18
|
+
var _chunkJ4J2DP62js = require('./chunk-J4J2DP62.js');
|
|
19
|
+
require('./chunk-BFQTJ7I3.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 = _chunkYMB64S2Hjs.initGeneratorFn; exports.withPulumiExecutor = _chunkJ4J2DP62js.withPulumiExecutor;
|
package/dist/index.mjs
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import "./chunk-UV4HQO3Y.mjs";
|
|
2
|
-
import "./chunk-
|
|
3
|
-
import "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-IGLU7MRU.mjs";
|
|
3
|
+
import "./chunk-YH7Y5GNY.mjs";
|
|
4
|
+
import "./chunk-TUJHGWNG.mjs";
|
|
5
|
+
import "./chunk-BHPF3Z2K.mjs";
|
|
6
6
|
import "./chunk-23KFTIT2.mjs";
|
|
7
7
|
import {
|
|
8
8
|
initGeneratorFn
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-TP5PC7K5.mjs";
|
|
10
10
|
import "./chunk-CA7S5MOH.mjs";
|
|
11
11
|
import {
|
|
12
12
|
Provider,
|
|
13
13
|
getCloudTemplateName
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-
|
|
14
|
+
} from "./chunk-UF7ZCXHA.mjs";
|
|
15
|
+
import "./chunk-4IQTGKLU.mjs";
|
|
16
16
|
import {
|
|
17
17
|
withPulumiExecutor
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import "./chunk-
|
|
20
|
-
import "./chunk-
|
|
18
|
+
} from "./chunk-5EAXI5VS.mjs";
|
|
19
|
+
import "./chunk-TLK5O377.mjs";
|
|
20
|
+
import "./chunk-2BPV2XV2.mjs";
|
|
21
21
|
export {
|
|
22
22
|
Provider,
|
|
23
23
|
getCloudTemplateName,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var _chunkJ4J2DP62js = require('../../chunk-J4J2DP62.js');
|
|
4
|
+
require('../../chunk-BFQTJ7I3.js');
|
|
5
5
|
require('../../chunk-3GQAWCBQ.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.withPulumiExecutor =
|
|
8
|
+
exports.withPulumiExecutor = _chunkJ4J2DP62js.withPulumiExecutor;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
withPulumiExecutor
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-5EAXI5VS.mjs";
|
|
4
|
+
import "../../chunk-TLK5O377.mjs";
|
|
5
|
+
import "../../chunk-2BPV2XV2.mjs";
|
|
6
6
|
export {
|
|
7
7
|
withPulumiExecutor
|
|
8
8
|
};
|
|
@@ -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-BXfk4hPO.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-BXfk4hPO.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 _chunkJ4J2DP62js = require('../../chunk-J4J2DP62.js');
|
|
9
|
+
require('../../chunk-BFQTJ7I3.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 = _chunkJ4J2DP62js.withPulumiExecutor;
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -2,12 +2,12 @@ import "../../chunk-CA7S5MOH.mjs";
|
|
|
2
2
|
import {
|
|
3
3
|
Provider,
|
|
4
4
|
getCloudTemplateName
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-UF7ZCXHA.mjs";
|
|
6
6
|
import {
|
|
7
7
|
withPulumiExecutor
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-5EAXI5VS.mjs";
|
|
9
|
+
import "../../chunk-TLK5O377.mjs";
|
|
10
|
+
import "../../chunk-2BPV2XV2.mjs";
|
|
11
11
|
export {
|
|
12
12
|
Provider,
|
|
13
13
|
getCloudTemplateName,
|
|
@@ -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-BXfk4hPO.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-BXfk4hPO.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 _chunkNWUENBI4js = require('../../../chunk-NWUENBI4.js');
|
|
4
|
+
require('../../../chunk-J4J2DP62.js');
|
|
5
|
+
require('../../../chunk-BFQTJ7I3.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkNWUENBI4js.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-4IQTGKLU.mjs";
|
|
4
|
+
import "../../../chunk-5EAXI5VS.mjs";
|
|
5
|
+
import "../../../chunk-TLK5O377.mjs";
|
|
6
|
+
import "../../../chunk-2BPV2XV2.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
9
9
|
};
|
|
@@ -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-BXfk4hPO.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-BXfk4hPO.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 _chunkGN2FDH3Ojs = require('../../../chunk-GN2FDH3O.js');
|
|
4
|
+
require('../../../chunk-J4J2DP62.js');
|
|
5
|
+
require('../../../chunk-BFQTJ7I3.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkGN2FDH3Ojs.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-IGLU7MRU.mjs";
|
|
4
|
+
import "../../../chunk-5EAXI5VS.mjs";
|
|
5
|
+
import "../../../chunk-TLK5O377.mjs";
|
|
6
|
+
import "../../../chunk-2BPV2XV2.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
9
9
|
};
|
|
@@ -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-BXfk4hPO.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-BXfk4hPO.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 _chunkY6K5MKSOjs = require('../../../chunk-Y6K5MKSO.js');
|
|
4
|
+
require('../../../chunk-J4J2DP62.js');
|
|
5
|
+
require('../../../chunk-BFQTJ7I3.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkY6K5MKSOjs.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-YH7Y5GNY.mjs";
|
|
4
|
+
import "../../../chunk-5EAXI5VS.mjs";
|
|
5
|
+
import "../../../chunk-TLK5O377.mjs";
|
|
6
|
+
import "../../../chunk-2BPV2XV2.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
9
9
|
};
|
|
@@ -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-BXfk4hPO.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-BXfk4hPO.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 _chunkDWPTI4FZjs = require('../../../chunk-DWPTI4FZ.js');
|
|
4
|
+
require('../../../chunk-J4J2DP62.js');
|
|
5
|
+
require('../../../chunk-BFQTJ7I3.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkDWPTI4FZjs.executor_default;
|