@storm-software/pulumi-tools 0.10.2 → 0.11.0
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 +15 -0
- package/README.md +1 -1
- package/dist/{chunk-AX7ML27E.mjs → chunk-3EC7JLPE.mjs} +1 -1
- package/dist/{chunk-LM56PRM3.mjs → chunk-4O2PMSOY.mjs} +14 -17
- package/dist/{chunk-UWD6HQGL.mjs → chunk-7SRRHU3C.mjs} +1 -1
- package/dist/{chunk-D5ZRINNZ.js → chunk-BOBR4VPF.js} +2 -2
- package/dist/{chunk-Y7FQ4DGH.mjs → chunk-CFGXNIA4.mjs} +1 -1
- package/dist/{chunk-LPXQTX6R.js → chunk-DFGSDTGO.js} +3 -3
- package/dist/{chunk-6537GKN5.js → chunk-ENOW7DUM.js} +1 -4
- package/dist/{chunk-XCMHF3SO.js → chunk-EWECYCTE.js} +2 -2
- package/dist/{chunk-T27SI2SK.js → chunk-FOPJOETC.js} +5 -5
- package/dist/{chunk-Z7FQSZPS.mjs → chunk-H7M5JNBX.mjs} +1 -1
- package/dist/{chunk-ZZ36FEKL.js → chunk-LD6DPEA2.js} +2 -2
- package/dist/{chunk-EPCF63CW.mjs → chunk-LNQUR5AA.mjs} +1 -1
- package/dist/{chunk-63OFHFSN.mjs → chunk-OPWCK5QZ.mjs} +1 -1
- package/dist/{chunk-W4FTQCZC.js → chunk-OYZ356QT.js} +2 -2
- package/dist/{chunk-SV6O36JV.mjs → chunk-SA5AEUUC.mjs} +1 -1
- package/dist/{chunk-HCCK34CD.js → chunk-SSD47K6E.js} +2 -2
- 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 +11 -34
- package/.eslintrc.json +0 -40
- package/executors.ts +0 -10
- package/generators.ts +0 -2
- package/index.ts +0 -3
- package/project.json +0 -57
- package/src/base/base-executor.ts +0 -77
- package/src/base/index.ts +0 -2
- package/src/base/providers.ts +0 -9
- package/src/executors/config/executor.ts +0 -11
- package/src/executors/import/executor.ts +0 -10
- package/src/executors/preview/executor.ts +0 -10
- package/src/executors/refresh/executor.ts +0 -12
- package/src/executors/up/executor.ts +0 -12
- package/src/generators/init/generator.ts +0 -167
- package/tsconfig.json +0 -31
- package/tsup.config.ts +0 -24
- /package/{src → dist/src}/executors/config/schema.d.ts +0 -0
- /package/{src → dist/src}/executors/config/schema.json +0 -0
- /package/{src → dist/src}/executors/import/schema.d.ts +0 -0
- /package/{src → dist/src}/executors/import/schema.json +0 -0
- /package/{src → dist/src}/executors/preview/schema.d.ts +0 -0
- /package/{src → dist/src}/executors/preview/schema.json +0 -0
- /package/{src → dist/src}/executors/refresh/schema.d.ts +0 -0
- /package/{src → dist/src}/executors/refresh/schema.json +0 -0
- /package/{src → dist/src}/executors/up/schema.d.ts +0 -0
- /package/{src → dist/src}/executors/up/schema.json +0 -0
- /package/{src → dist/src}/generators/init/files/src/index.ts.template +0 -0
- /package/{src → dist/src}/generators/init/schema.d.ts +0 -0
- /package/{src → dist/src}/generators/init/schema.json +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Pulumi Tools
|
|
4
4
|
|
|
5
|
+
## [0.11.0](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.11.0) (2025-05-06)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- **workspace-tools:** Update the release executor to replace workspace
|
|
10
|
+
configurations
|
|
11
|
+
([7d2aa456c](https://github.com/storm-software/storm-ops/commit/7d2aa456c))
|
|
12
|
+
|
|
13
|
+
### Miscellaneous
|
|
14
|
+
|
|
15
|
+
- **monorepo:** Regenerate README markdown files
|
|
16
|
+
([96f241a4d](https://github.com/storm-software/storm-ops/commit/96f241a4d))
|
|
17
|
+
- **monorepo:** Regenerate README markdown files
|
|
18
|
+
([17bbe7e16](https://github.com/storm-software/storm-ops/commit/17bbe7e16))
|
|
19
|
+
|
|
5
20
|
## [0.10.2](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.10.2) (2025-05-06)
|
|
6
21
|
|
|
7
22
|
### Bug Fixes
|
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 -->
|
|
@@ -2831,17 +2831,14 @@ var executor_default6 = withRunExecutor(
|
|
|
2831
2831
|
);
|
|
2832
2832
|
|
|
2833
2833
|
// ../workspace-tools/src/executors/npm-publish/executor.ts
|
|
2834
|
-
import {
|
|
2835
|
-
|
|
2836
|
-
readJsonFile
|
|
2837
|
-
} from "@nx/devkit";
|
|
2838
|
-
import columnify from "columnify";
|
|
2839
|
-
import { exec as exec2, execSync as execSync4 } from "node:child_process";
|
|
2840
|
-
import { existsSync as existsSync8 } from "node:fs";
|
|
2841
|
-
import { relative as relative3 } from "node:path";
|
|
2842
|
-
import { env as appendLocalEnv } from "npm-run-path";
|
|
2834
|
+
import { execSync as execSync4 } from "node:child_process";
|
|
2835
|
+
import { readFile as readFile6 } from "node:fs/promises";
|
|
2843
2836
|
|
|
2844
2837
|
// ../workspace-tools/src/utils/pnpm-deps-update.ts
|
|
2838
|
+
import {
|
|
2839
|
+
createProjectGraphAsync as createProjectGraphAsync3,
|
|
2840
|
+
readCachedProjectGraph as readCachedProjectGraph2
|
|
2841
|
+
} from "@nx/devkit";
|
|
2845
2842
|
import { existsSync as existsSync7 } from "node:fs";
|
|
2846
2843
|
import { readFile as readFile5, writeFile as writeFile2 } from "node:fs/promises";
|
|
2847
2844
|
import { format } from "prettier";
|
|
@@ -4097,8 +4094,8 @@ var DEFAULT_COMMIT_QUESTIONS = {
|
|
|
4097
4094
|
};
|
|
4098
4095
|
|
|
4099
4096
|
// ../workspace-tools/src/generators/release-version/generator.ts
|
|
4100
|
-
import { exec as
|
|
4101
|
-
import { relative as
|
|
4097
|
+
import { exec as exec2, execSync as execSync5 } from "node:child_process";
|
|
4098
|
+
import { relative as relative3 } from "node:path";
|
|
4102
4099
|
import { IMPLICIT_DEFAULT_RELEASE_GROUP } from "nx/src/command-line/release/config/config";
|
|
4103
4100
|
import {
|
|
4104
4101
|
getFirstGitCommit,
|
|
@@ -4489,10 +4486,10 @@ import { retrieveProjectConfigurationsWithoutPluginInference } from "nx/src/proj
|
|
|
4489
4486
|
// ../workspace-tools/src/utils/lock-file.ts
|
|
4490
4487
|
import {
|
|
4491
4488
|
output as output2,
|
|
4492
|
-
readJsonFile
|
|
4489
|
+
readJsonFile,
|
|
4493
4490
|
workspaceRoot as workspaceRoot2
|
|
4494
4491
|
} from "@nx/devkit";
|
|
4495
|
-
import { existsSync as
|
|
4492
|
+
import { existsSync as existsSync8 } from "node:fs";
|
|
4496
4493
|
import { join as join4 } from "node:path";
|
|
4497
4494
|
import {
|
|
4498
4495
|
getNpmLockfileDependencies,
|
|
@@ -4516,14 +4513,14 @@ var PNPM_LOCK_PATH = join4(workspaceRoot2, PNPM_LOCK_FILE);
|
|
|
4516
4513
|
// ../workspace-tools/src/utils/package-helpers.ts
|
|
4517
4514
|
import {
|
|
4518
4515
|
joinPathFragments as joinPathFragments6,
|
|
4519
|
-
readJsonFile as
|
|
4516
|
+
readJsonFile as readJsonFile2
|
|
4520
4517
|
} from "@nx/devkit";
|
|
4521
|
-
import { existsSync as
|
|
4518
|
+
import { existsSync as existsSync9 } from "node:fs";
|
|
4522
4519
|
|
|
4523
4520
|
// ../workspace-tools/src/utils/plugin-helpers.ts
|
|
4524
|
-
import { readJsonFile as
|
|
4521
|
+
import { readJsonFile as readJsonFile3 } from "@nx/devkit";
|
|
4525
4522
|
import defu6 from "defu";
|
|
4526
|
-
import { existsSync as
|
|
4523
|
+
import { existsSync as existsSync10 } from "node:fs";
|
|
4527
4524
|
import { dirname, join as join5 } from "node:path";
|
|
4528
4525
|
|
|
4529
4526
|
// ../workspace-tools/src/utils/typia-transform.ts
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkDFGSDTGOjs = require('./chunk-DFGSDTGO.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/refresh/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkDFGSDTGOjs.withPulumiExecutor.call(void 0,
|
|
7
7
|
"refresh",
|
|
8
8
|
(options) => [
|
|
9
9
|
"--suppress-progress",
|
|
@@ -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 _chunkENOW7DUMjs = require('./chunk-ENOW7DUM.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 _chunkENOW7DUMjs.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
|
+
_chunkENOW7DUMjs.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),
|
|
@@ -2833,14 +2833,11 @@ var executor_default6 = withRunExecutor(
|
|
|
2833
2833
|
|
|
2834
2834
|
|
|
2835
2835
|
|
|
2836
|
-
|
|
2837
|
-
var _columnify = require('columnify'); var _columnify2 = _interopRequireDefault(_columnify);
|
|
2836
|
+
// ../workspace-tools/src/utils/pnpm-deps-update.ts
|
|
2838
2837
|
|
|
2839
2838
|
|
|
2840
2839
|
|
|
2841
|
-
var _npmrunpath = require('npm-run-path');
|
|
2842
2840
|
|
|
2843
|
-
// ../workspace-tools/src/utils/pnpm-deps-update.ts
|
|
2844
2841
|
|
|
2845
2842
|
|
|
2846
2843
|
var _prettier = require('prettier');
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkDFGSDTGOjs = require('./chunk-DFGSDTGO.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/up/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkDFGSDTGOjs.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 _chunkENOW7DUMjs = require('./chunk-ENOW7DUM.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 = _chunkENOW7DUMjs.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 = _chunkENOW7DUMjs.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
|
+
_chunkENOW7DUMjs.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
|
+
_chunkENOW7DUMjs.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 _chunkDFGSDTGOjs = require('./chunk-DFGSDTGO.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/import/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkDFGSDTGOjs.withPulumiExecutor.call(void 0, "import", (options) => [
|
|
7
7
|
options.target,
|
|
8
8
|
options.name,
|
|
9
9
|
options.id,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkDFGSDTGOjs = require('./chunk-DFGSDTGO.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/config/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkDFGSDTGOjs.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 _chunkDFGSDTGOjs = require('./chunk-DFGSDTGO.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/preview/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkDFGSDTGOjs.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-LD6DPEA2.js');
|
|
3
|
+
require('./chunk-SSD47K6E.js');
|
|
4
|
+
require('./chunk-BOBR4VPF.js');
|
|
5
|
+
require('./chunk-EWECYCTE.js');
|
|
6
|
+
require('./chunk-OYZ356QT.js');
|
|
7
|
+
require('./chunk-DFGSDTGO.js');
|
|
8
|
+
require('./chunk-ENOW7DUM.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-H7M5JNBX.mjs";
|
|
3
|
+
import "./chunk-LNQUR5AA.mjs";
|
|
4
|
+
import "./chunk-CFGXNIA4.mjs";
|
|
5
|
+
import "./chunk-7SRRHU3C.mjs";
|
|
6
|
+
import "./chunk-3EC7JLPE.mjs";
|
|
7
|
+
import "./chunk-SA5AEUUC.mjs";
|
|
8
|
+
import "./chunk-4O2PMSOY.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
|
|
4
|
+
var _chunkFOPJOETCjs = require('./chunk-FOPJOETC.js');
|
|
5
5
|
require('./chunk-HUKXHFCA.js');
|
|
6
|
-
require('./chunk-
|
|
6
|
+
require('./chunk-ENOW7DUM.js');
|
|
7
7
|
require('./chunk-3RG5ZIWI.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.initGeneratorFn =
|
|
10
|
+
exports.initGeneratorFn = _chunkFOPJOETCjs.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-OPWCK5QZ.mjs";
|
|
5
5
|
import "./chunk-KPFHCT4A.mjs";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-4O2PMSOY.mjs";
|
|
7
7
|
import "./chunk-IEZKYJSF.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-LD6DPEA2.js');
|
|
3
|
+
require('./chunk-SSD47K6E.js');
|
|
4
|
+
require('./chunk-BOBR4VPF.js');
|
|
5
|
+
require('./chunk-EWECYCTE.js');
|
|
6
6
|
require('./chunk-N2YKXZ5R.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkFOPJOETCjs = require('./chunk-FOPJOETC.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-OYZ356QT.js');
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
19
|
-
require('./chunk-
|
|
18
|
+
var _chunkDFGSDTGOjs = require('./chunk-DFGSDTGO.js');
|
|
19
|
+
require('./chunk-ENOW7DUM.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 = _chunkFOPJOETCjs.initGeneratorFn; exports.withPulumiExecutor = _chunkDFGSDTGOjs.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-H7M5JNBX.mjs";
|
|
3
|
+
import "./chunk-LNQUR5AA.mjs";
|
|
4
|
+
import "./chunk-CFGXNIA4.mjs";
|
|
5
|
+
import "./chunk-7SRRHU3C.mjs";
|
|
6
6
|
import "./chunk-23KFTIT2.mjs";
|
|
7
7
|
import {
|
|
8
8
|
initGeneratorFn
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-OPWCK5QZ.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-3EC7JLPE.mjs";
|
|
16
16
|
import {
|
|
17
17
|
withPulumiExecutor
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
} from "./chunk-SA5AEUUC.mjs";
|
|
19
|
+
import "./chunk-4O2PMSOY.mjs";
|
|
20
20
|
import "./chunk-IEZKYJSF.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 _chunkDFGSDTGOjs = require('../../chunk-DFGSDTGO.js');
|
|
4
|
+
require('../../chunk-ENOW7DUM.js');
|
|
5
5
|
require('../../chunk-3RG5ZIWI.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.withPulumiExecutor =
|
|
8
|
+
exports.withPulumiExecutor = _chunkDFGSDTGOjs.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 _chunkDFGSDTGOjs = require('../../chunk-DFGSDTGO.js');
|
|
9
|
+
require('../../chunk-ENOW7DUM.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 = _chunkDFGSDTGOjs.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-SA5AEUUC.mjs";
|
|
9
|
+
import "../../chunk-4O2PMSOY.mjs";
|
|
10
10
|
import "../../chunk-IEZKYJSF.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 _chunkOYZ356QTjs = require('../../../chunk-OYZ356QT.js');
|
|
4
|
+
require('../../../chunk-DFGSDTGO.js');
|
|
5
|
+
require('../../../chunk-ENOW7DUM.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkOYZ356QTjs.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-3EC7JLPE.mjs";
|
|
4
|
+
import "../../../chunk-SA5AEUUC.mjs";
|
|
5
|
+
import "../../../chunk-4O2PMSOY.mjs";
|
|
6
6
|
import "../../../chunk-IEZKYJSF.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 _chunkLD6DPEA2js = require('../../../chunk-LD6DPEA2.js');
|
|
4
|
+
require('../../../chunk-DFGSDTGO.js');
|
|
5
|
+
require('../../../chunk-ENOW7DUM.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkLD6DPEA2js.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-H7M5JNBX.mjs";
|
|
4
|
+
import "../../../chunk-SA5AEUUC.mjs";
|
|
5
|
+
import "../../../chunk-4O2PMSOY.mjs";
|
|
6
6
|
import "../../../chunk-IEZKYJSF.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 _chunkSSD47K6Ejs = require('../../../chunk-SSD47K6E.js');
|
|
4
|
+
require('../../../chunk-DFGSDTGO.js');
|
|
5
|
+
require('../../../chunk-ENOW7DUM.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkSSD47K6Ejs.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-LNQUR5AA.mjs";
|
|
4
|
+
import "../../../chunk-SA5AEUUC.mjs";
|
|
5
|
+
import "../../../chunk-4O2PMSOY.mjs";
|
|
6
6
|
import "../../../chunk-IEZKYJSF.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 _chunkBOBR4VPFjs = require('../../../chunk-BOBR4VPF.js');
|
|
4
|
+
require('../../../chunk-DFGSDTGO.js');
|
|
5
|
+
require('../../../chunk-ENOW7DUM.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkBOBR4VPFjs.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-CFGXNIA4.mjs";
|
|
4
|
+
import "../../../chunk-SA5AEUUC.mjs";
|
|
5
|
+
import "../../../chunk-4O2PMSOY.mjs";
|
|
6
6
|
import "../../../chunk-IEZKYJSF.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|