@storm-software/pulumi-tools 0.22.30 → 0.22.32
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 +42 -0
- package/README.md +1 -2
- package/dist/{chunk-2XKL4VVW.mjs → chunk-27VF62VD.mjs} +1 -1
- package/dist/{chunk-MS6MGPBU.mjs → chunk-32MIQTJB.mjs} +1 -1
- package/dist/{chunk-4QTVD7OG.js → chunk-3PUIZW7Q.js} +2 -2
- package/dist/{chunk-ZUKM26WN.mjs → chunk-5SQP7BTC.mjs} +1 -1
- package/dist/{chunk-H5B2EFOD.js → chunk-6YRMR4ZQ.js} +102 -11
- package/dist/{chunk-K3LT4ES7.js → chunk-74OYHK3P.js} +3 -3
- package/dist/{chunk-FCPDQZGU.mjs → chunk-7X732L4V.mjs} +1 -1
- package/dist/{chunk-SFCLTAPW.js → chunk-GCWNRFHZ.js} +2 -2
- package/dist/{chunk-HHLUAA3S.mjs → chunk-IX5BJCRO.mjs} +1 -1
- package/dist/{chunk-KSUFAKLM.mjs → chunk-K7GBS7HZ.mjs} +105 -14
- package/dist/{chunk-2Y33HKT2.js → chunk-LEHWD2CL.js} +2 -2
- package/dist/{chunk-IAKPV5G7.js → chunk-LXR2H5X7.js} +2 -2
- package/dist/{chunk-UEIKCJY3.js → chunk-N2YTBOWG.js} +2 -2
- package/dist/{chunk-MAWPGE42.mjs → chunk-SY34B2WK.mjs} +1 -1
- package/dist/{chunk-KMYZWU5H.js → chunk-TNDHH4DB.js} +5 -5
- package/dist/{chunk-7RVWGQFW.mjs → chunk-V576LHOX.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 +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,48 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Pulumi Tools
|
|
4
4
|
|
|
5
|
+
## [0.22.31](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.31) (11/13/2025)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Reformat workspace package files
|
|
10
|
+
([a0fb66d75](https://github.com/storm-software/storm-ops/commit/a0fb66d75))
|
|
11
|
+
- **monorepo:** Reformat workspace files
|
|
12
|
+
([41b537422](https://github.com/storm-software/storm-ops/commit/41b537422))
|
|
13
|
+
- **monorepo:** Regenerate README markdown files
|
|
14
|
+
([0ff6533a0](https://github.com/storm-software/storm-ops/commit/0ff6533a0))
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
- **workspace-tools:** Added the `napi` executor to build rust bindings
|
|
19
|
+
([5f075ee38](https://github.com/storm-software/storm-ops/commit/5f075ee38))
|
|
20
|
+
|
|
21
|
+
### Updated Dependencies
|
|
22
|
+
|
|
23
|
+
- Updated **workspace-tools** to **v1.293.1**
|
|
24
|
+
- Updated **config-tools** to **v1.188.31**
|
|
25
|
+
- Updated **config** to **v1.134.31**
|
|
26
|
+
|
|
27
|
+
## [0.22.30](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.30) (11/13/2025)
|
|
28
|
+
|
|
29
|
+
### Miscellaneous
|
|
30
|
+
|
|
31
|
+
- **monorepo:** Reformat workspace files
|
|
32
|
+
([41b537422](https://github.com/storm-software/storm-ops/commit/41b537422))
|
|
33
|
+
- **monorepo:** Regenerate README markdown files
|
|
34
|
+
([0ff6533a0](https://github.com/storm-software/storm-ops/commit/0ff6533a0))
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
- **workspace-tools:** Added the `napi` executor to build rust bindings
|
|
39
|
+
([5f075ee38](https://github.com/storm-software/storm-ops/commit/5f075ee38))
|
|
40
|
+
|
|
41
|
+
### Updated Dependencies
|
|
42
|
+
|
|
43
|
+
- Updated **workspace-tools** to **v1.293.0**
|
|
44
|
+
- Updated **config-tools** to **v1.188.30**
|
|
45
|
+
- Updated **config** to **v1.134.30**
|
|
46
|
+
|
|
5
47
|
## [0.22.29](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.29) (11/12/2025)
|
|
6
48
|
|
|
7
49
|
### 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 -->
|
|
@@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
-
|
|
44
43
|
## Table of Contents
|
|
45
44
|
|
|
46
45
|
- [Storm Pulumi Tools](#storm-pulumi-tools)
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunk74OYHK3Pjs = require('./chunk-74OYHK3P.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/import/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunk74OYHK3Pjs.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}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } 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; }// ../config-tools/src/utilities/run.ts
|
|
2
2
|
var _child_process = require('child_process');
|
|
3
3
|
var LARGE_BUFFER = 1024 * 1e6;
|
|
4
|
-
var run = (config, command,
|
|
4
|
+
var run = (config, command, cwd2 = _nullishCoalesce(config.workspaceRoot, () => ( process.cwd())), stdio = "inherit", env = process.env) => {
|
|
5
5
|
return _child_process.execSync.call(void 0, command, {
|
|
6
|
-
cwd,
|
|
6
|
+
cwd: cwd2,
|
|
7
7
|
env: {
|
|
8
8
|
...process.env,
|
|
9
9
|
...env,
|
|
@@ -330,6 +330,7 @@ function normalizeWindowsPath(input = "") {
|
|
|
330
330
|
var _UNC_REGEX = /^[/\\]{2}/;
|
|
331
331
|
var _IS_ABSOLUTE_RE = /^[/\\](?![/\\])|^[/\\]{2}(?!\.)|^[A-Za-z]:[/\\]/;
|
|
332
332
|
var _DRIVE_LETTER_RE = /^[A-Za-z]:$/;
|
|
333
|
+
var _ROOT_FOLDER_RE = /^\/([A-Za-z]:)?$/;
|
|
333
334
|
var correctPaths = function(path3) {
|
|
334
335
|
if (!path3 || path3.length === 0) {
|
|
335
336
|
return ".";
|
|
@@ -380,6 +381,30 @@ var joinPaths = function(...segments) {
|
|
|
380
381
|
}
|
|
381
382
|
return correctPaths(path3);
|
|
382
383
|
};
|
|
384
|
+
function cwd() {
|
|
385
|
+
if (typeof process !== "undefined" && typeof process.cwd === "function") {
|
|
386
|
+
return process.cwd().replace(/\\/g, "/");
|
|
387
|
+
}
|
|
388
|
+
return "/";
|
|
389
|
+
}
|
|
390
|
+
var resolve = function(...arguments_) {
|
|
391
|
+
arguments_ = arguments_.map((argument) => normalizeWindowsPath(argument));
|
|
392
|
+
let resolvedPath = "";
|
|
393
|
+
let resolvedAbsolute = false;
|
|
394
|
+
for (let index = arguments_.length - 1; index >= -1 && !resolvedAbsolute; index--) {
|
|
395
|
+
const path3 = index >= 0 ? arguments_[index] : cwd();
|
|
396
|
+
if (!path3 || path3.length === 0) {
|
|
397
|
+
continue;
|
|
398
|
+
}
|
|
399
|
+
resolvedPath = `${path3}/${resolvedPath}`;
|
|
400
|
+
resolvedAbsolute = isAbsolute(path3);
|
|
401
|
+
}
|
|
402
|
+
resolvedPath = normalizeString(resolvedPath, !resolvedAbsolute);
|
|
403
|
+
if (resolvedAbsolute && !isAbsolute(resolvedPath)) {
|
|
404
|
+
return `/${resolvedPath}`;
|
|
405
|
+
}
|
|
406
|
+
return resolvedPath.length > 0 ? resolvedPath : ".";
|
|
407
|
+
};
|
|
383
408
|
function normalizeString(path3, allowAboveRoot) {
|
|
384
409
|
let res = "";
|
|
385
410
|
let lastSegmentLength = 0;
|
|
@@ -443,6 +468,22 @@ function normalizeString(path3, allowAboveRoot) {
|
|
|
443
468
|
var isAbsolute = function(p) {
|
|
444
469
|
return _IS_ABSOLUTE_RE.test(p);
|
|
445
470
|
};
|
|
471
|
+
var relative = function(from, to) {
|
|
472
|
+
const _from = resolve(from).replace(_ROOT_FOLDER_RE, "$1").split("/");
|
|
473
|
+
const _to = resolve(to).replace(_ROOT_FOLDER_RE, "$1").split("/");
|
|
474
|
+
if (_to[0][1] === ":" && _from[0][1] === ":" && _from[0] !== _to[0]) {
|
|
475
|
+
return _to.join("/");
|
|
476
|
+
}
|
|
477
|
+
const _fromCopy = [..._from];
|
|
478
|
+
for (const segment of _fromCopy) {
|
|
479
|
+
if (_to[0] !== segment) {
|
|
480
|
+
break;
|
|
481
|
+
}
|
|
482
|
+
_from.shift();
|
|
483
|
+
_to.shift();
|
|
484
|
+
}
|
|
485
|
+
return [..._from.map(() => ".."), ..._to].join("/");
|
|
486
|
+
};
|
|
446
487
|
|
|
447
488
|
// ../config-tools/src/utilities/find-up.ts
|
|
448
489
|
var _fs = require('fs'); var _fs2 = _interopRequireDefault(_fs);
|
|
@@ -2387,9 +2428,9 @@ function cargoMetadata() {
|
|
|
2387
2428
|
function runProcess(workspaceRoot2, processCmd, ...args) {
|
|
2388
2429
|
const metadata = cargoMetadata();
|
|
2389
2430
|
const targetDir = _nullishCoalesce(_optionalChain([metadata, 'optionalAccess', _105 => _105.target_directory]), () => ( _devkit.joinPathFragments.call(void 0, workspaceRoot2, "dist")));
|
|
2390
|
-
return new Promise((
|
|
2431
|
+
return new Promise((resolve3) => {
|
|
2391
2432
|
if (process.env.VERCEL) {
|
|
2392
|
-
return
|
|
2433
|
+
return resolve3({ success: true });
|
|
2393
2434
|
}
|
|
2394
2435
|
_child_process.execSync.call(void 0, `${processCmd} ${args.join(" ")}`, {
|
|
2395
2436
|
cwd: process.cwd(),
|
|
@@ -2402,7 +2443,7 @@ function runProcess(workspaceRoot2, processCmd, ...args) {
|
|
|
2402
2443
|
windowsHide: true,
|
|
2403
2444
|
stdio: ["inherit", "inherit", "inherit"]
|
|
2404
2445
|
});
|
|
2405
|
-
|
|
2446
|
+
resolve3({ success: true });
|
|
2406
2447
|
});
|
|
2407
2448
|
}
|
|
2408
2449
|
|
|
@@ -3277,15 +3318,64 @@ async function napiExecutor(options, context, config) {
|
|
|
3277
3318
|
throw new Error(`Could not find package.json at ${packageJson}`);
|
|
3278
3319
|
}
|
|
3279
3320
|
const napi = new NapiCli();
|
|
3280
|
-
const
|
|
3321
|
+
const normalizedOptions = { ...options };
|
|
3281
3322
|
const metadata = cargoMetadata();
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3323
|
+
normalizedOptions.targetDir = options.targetDir || _optionalChain([metadata, 'optionalAccess', _167 => _167.target_directory]) || joinPaths(config.workspaceRoot, "dist", "target");
|
|
3324
|
+
normalizedOptions.outputDir = options.outputPath;
|
|
3325
|
+
normalizedOptions.packageJsonPath = options.packageJsonPath || packageJson;
|
|
3326
|
+
if (options.cwd) {
|
|
3327
|
+
normalizedOptions.cwd = correctPaths(options.cwd);
|
|
3328
|
+
} else {
|
|
3329
|
+
normalizedOptions.cwd = correctPaths(projectRoot);
|
|
3330
|
+
const absoluteProjectRoot = joinPaths(
|
|
3331
|
+
config.workspaceRoot,
|
|
3332
|
+
projectRoot || "."
|
|
3333
|
+
);
|
|
3334
|
+
if (normalizedOptions.outputDir) {
|
|
3335
|
+
normalizedOptions.outputDir = relative(
|
|
3336
|
+
absoluteProjectRoot,
|
|
3337
|
+
correctPaths(
|
|
3338
|
+
isAbsolute(normalizedOptions.outputDir) ? normalizedOptions.outputDir : joinPaths(config.workspaceRoot, normalizedOptions.outputDir)
|
|
3339
|
+
)
|
|
3340
|
+
);
|
|
3341
|
+
}
|
|
3342
|
+
if (normalizedOptions.packageJsonPath) {
|
|
3343
|
+
normalizedOptions.packageJsonPath = relative(
|
|
3344
|
+
absoluteProjectRoot,
|
|
3345
|
+
correctPaths(
|
|
3346
|
+
isAbsolute(normalizedOptions.packageJsonPath) ? normalizedOptions.packageJsonPath : joinPaths(config.workspaceRoot, normalizedOptions.packageJsonPath)
|
|
3347
|
+
)
|
|
3348
|
+
);
|
|
3349
|
+
}
|
|
3350
|
+
if (normalizedOptions.targetDir) {
|
|
3351
|
+
normalizedOptions.targetDir = relative(
|
|
3352
|
+
absoluteProjectRoot,
|
|
3353
|
+
correctPaths(
|
|
3354
|
+
isAbsolute(normalizedOptions.targetDir) ? normalizedOptions.targetDir : joinPaths(config.workspaceRoot, normalizedOptions.targetDir)
|
|
3355
|
+
)
|
|
3356
|
+
);
|
|
3357
|
+
}
|
|
3358
|
+
if (normalizedOptions.configPath) {
|
|
3359
|
+
normalizedOptions.configPath = relative(
|
|
3360
|
+
absoluteProjectRoot,
|
|
3361
|
+
correctPaths(
|
|
3362
|
+
isAbsolute(normalizedOptions.configPath) ? normalizedOptions.configPath : joinPaths(config.workspaceRoot, normalizedOptions.configPath)
|
|
3363
|
+
)
|
|
3364
|
+
);
|
|
3365
|
+
}
|
|
3366
|
+
if (normalizedOptions.manifestPath) {
|
|
3367
|
+
normalizedOptions.manifestPath = relative(
|
|
3368
|
+
absoluteProjectRoot,
|
|
3369
|
+
correctPaths(
|
|
3370
|
+
isAbsolute(normalizedOptions.manifestPath) ? normalizedOptions.manifestPath : joinPaths(config.workspaceRoot, normalizedOptions.manifestPath)
|
|
3371
|
+
)
|
|
3372
|
+
);
|
|
3373
|
+
}
|
|
3374
|
+
}
|
|
3285
3375
|
if (process.env.VERCEL) {
|
|
3286
3376
|
return { success: true };
|
|
3287
3377
|
}
|
|
3288
|
-
const { task } = await napi.build(
|
|
3378
|
+
const { task } = await napi.build(normalizedOptions);
|
|
3289
3379
|
return { success: true, terminalOutput: await task };
|
|
3290
3380
|
}
|
|
3291
3381
|
var executor_default7 = withRunExecutor(
|
|
@@ -3295,11 +3385,12 @@ var executor_default7 = withRunExecutor(
|
|
|
3295
3385
|
skipReadingConfig: false,
|
|
3296
3386
|
hooks: {
|
|
3297
3387
|
applyDefaultOptions: (options) => {
|
|
3298
|
-
options.outputPath ??= "
|
|
3388
|
+
options.outputPath ??= "{sourceRoot}";
|
|
3299
3389
|
options.toolchain ??= "stable";
|
|
3300
3390
|
options.dtsCache ??= true;
|
|
3301
3391
|
options.platform ??= true;
|
|
3302
3392
|
options.constEnum ??= false;
|
|
3393
|
+
options.verbose ??= false;
|
|
3303
3394
|
options.jsBinding ??= "binding.js";
|
|
3304
3395
|
options.dts ??= "binding.d.ts";
|
|
3305
3396
|
return options;
|
|
@@ -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 _chunk6YRMR4ZQjs = require('./chunk-6YRMR4ZQ.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 _chunk6YRMR4ZQjs.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
|
+
_chunk6YRMR4ZQjs.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 _chunk74OYHK3Pjs = require('./chunk-74OYHK3P.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/up/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunk74OYHK3Pjs.withPulumiExecutor.call(void 0, "up", (options) => [
|
|
7
7
|
"--suppress-progress",
|
|
8
8
|
options.stack && `--stack=${options.stack}`,
|
|
9
9
|
options.skipPreview && "--skip-preview",
|
|
@@ -5,9 +5,9 @@ import {
|
|
|
5
5
|
// ../config-tools/src/utilities/run.ts
|
|
6
6
|
import { exec, execSync } from "node:child_process";
|
|
7
7
|
var LARGE_BUFFER = 1024 * 1e6;
|
|
8
|
-
var run = (config, command,
|
|
8
|
+
var run = (config, command, cwd2 = config.workspaceRoot ?? process.cwd(), stdio = "inherit", env = process.env) => {
|
|
9
9
|
return execSync(command, {
|
|
10
|
-
cwd,
|
|
10
|
+
cwd: cwd2,
|
|
11
11
|
env: {
|
|
12
12
|
...process.env,
|
|
13
13
|
...env,
|
|
@@ -334,6 +334,7 @@ function normalizeWindowsPath(input = "") {
|
|
|
334
334
|
var _UNC_REGEX = /^[/\\]{2}/;
|
|
335
335
|
var _IS_ABSOLUTE_RE = /^[/\\](?![/\\])|^[/\\]{2}(?!\.)|^[A-Za-z]:[/\\]/;
|
|
336
336
|
var _DRIVE_LETTER_RE = /^[A-Za-z]:$/;
|
|
337
|
+
var _ROOT_FOLDER_RE = /^\/([A-Za-z]:)?$/;
|
|
337
338
|
var correctPaths = function(path3) {
|
|
338
339
|
if (!path3 || path3.length === 0) {
|
|
339
340
|
return ".";
|
|
@@ -384,6 +385,30 @@ var joinPaths = function(...segments) {
|
|
|
384
385
|
}
|
|
385
386
|
return correctPaths(path3);
|
|
386
387
|
};
|
|
388
|
+
function cwd() {
|
|
389
|
+
if (typeof process !== "undefined" && typeof process.cwd === "function") {
|
|
390
|
+
return process.cwd().replace(/\\/g, "/");
|
|
391
|
+
}
|
|
392
|
+
return "/";
|
|
393
|
+
}
|
|
394
|
+
var resolve = function(...arguments_) {
|
|
395
|
+
arguments_ = arguments_.map((argument) => normalizeWindowsPath(argument));
|
|
396
|
+
let resolvedPath = "";
|
|
397
|
+
let resolvedAbsolute = false;
|
|
398
|
+
for (let index = arguments_.length - 1; index >= -1 && !resolvedAbsolute; index--) {
|
|
399
|
+
const path3 = index >= 0 ? arguments_[index] : cwd();
|
|
400
|
+
if (!path3 || path3.length === 0) {
|
|
401
|
+
continue;
|
|
402
|
+
}
|
|
403
|
+
resolvedPath = `${path3}/${resolvedPath}`;
|
|
404
|
+
resolvedAbsolute = isAbsolute(path3);
|
|
405
|
+
}
|
|
406
|
+
resolvedPath = normalizeString(resolvedPath, !resolvedAbsolute);
|
|
407
|
+
if (resolvedAbsolute && !isAbsolute(resolvedPath)) {
|
|
408
|
+
return `/${resolvedPath}`;
|
|
409
|
+
}
|
|
410
|
+
return resolvedPath.length > 0 ? resolvedPath : ".";
|
|
411
|
+
};
|
|
387
412
|
function normalizeString(path3, allowAboveRoot) {
|
|
388
413
|
let res = "";
|
|
389
414
|
let lastSegmentLength = 0;
|
|
@@ -447,6 +472,22 @@ function normalizeString(path3, allowAboveRoot) {
|
|
|
447
472
|
var isAbsolute = function(p) {
|
|
448
473
|
return _IS_ABSOLUTE_RE.test(p);
|
|
449
474
|
};
|
|
475
|
+
var relative = function(from, to) {
|
|
476
|
+
const _from = resolve(from).replace(_ROOT_FOLDER_RE, "$1").split("/");
|
|
477
|
+
const _to = resolve(to).replace(_ROOT_FOLDER_RE, "$1").split("/");
|
|
478
|
+
if (_to[0][1] === ":" && _from[0][1] === ":" && _from[0] !== _to[0]) {
|
|
479
|
+
return _to.join("/");
|
|
480
|
+
}
|
|
481
|
+
const _fromCopy = [..._from];
|
|
482
|
+
for (const segment of _fromCopy) {
|
|
483
|
+
if (_to[0] !== segment) {
|
|
484
|
+
break;
|
|
485
|
+
}
|
|
486
|
+
_from.shift();
|
|
487
|
+
_to.shift();
|
|
488
|
+
}
|
|
489
|
+
return [..._from.map(() => ".."), ..._to].join("/");
|
|
490
|
+
};
|
|
450
491
|
|
|
451
492
|
// ../config-tools/src/utilities/find-up.ts
|
|
452
493
|
import { existsSync } from "node:fs";
|
|
@@ -2299,7 +2340,7 @@ import {
|
|
|
2299
2340
|
execSync as execSync2,
|
|
2300
2341
|
spawn
|
|
2301
2342
|
} from "node:child_process";
|
|
2302
|
-
import { relative } from "node:path";
|
|
2343
|
+
import { relative as relative2 } from "node:path";
|
|
2303
2344
|
var INVALID_CARGO_ARGS = [
|
|
2304
2345
|
"allFeatures",
|
|
2305
2346
|
"allTargets",
|
|
@@ -2391,9 +2432,9 @@ function cargoMetadata() {
|
|
|
2391
2432
|
function runProcess(workspaceRoot2, processCmd, ...args) {
|
|
2392
2433
|
const metadata = cargoMetadata();
|
|
2393
2434
|
const targetDir = metadata?.target_directory ?? joinPathFragments(workspaceRoot2, "dist");
|
|
2394
|
-
return new Promise((
|
|
2435
|
+
return new Promise((resolve3) => {
|
|
2395
2436
|
if (process.env.VERCEL) {
|
|
2396
|
-
return
|
|
2437
|
+
return resolve3({ success: true });
|
|
2397
2438
|
}
|
|
2398
2439
|
execSync2(`${processCmd} ${args.join(" ")}`, {
|
|
2399
2440
|
cwd: process.cwd(),
|
|
@@ -2406,7 +2447,7 @@ function runProcess(workspaceRoot2, processCmd, ...args) {
|
|
|
2406
2447
|
windowsHide: true,
|
|
2407
2448
|
stdio: ["inherit", "inherit", "inherit"]
|
|
2408
2449
|
});
|
|
2409
|
-
|
|
2450
|
+
resolve3({ success: true });
|
|
2410
2451
|
});
|
|
2411
2452
|
}
|
|
2412
2453
|
|
|
@@ -2547,7 +2588,7 @@ import _resolve from "resolve";
|
|
|
2547
2588
|
|
|
2548
2589
|
// ../build-tools/src/plugins/type-definitions.ts
|
|
2549
2590
|
import { stripIndents } from "@nx/devkit";
|
|
2550
|
-
import { relative as
|
|
2591
|
+
import { relative as relative3 } from "path";
|
|
2551
2592
|
|
|
2552
2593
|
// ../build-tools/src/utilities/copy-assets.ts
|
|
2553
2594
|
import { CopyAssetsHandler } from "@nx/js/src/utils/assets/copy-assets-handler";
|
|
@@ -3281,15 +3322,64 @@ async function napiExecutor(options, context, config) {
|
|
|
3281
3322
|
throw new Error(`Could not find package.json at ${packageJson}`);
|
|
3282
3323
|
}
|
|
3283
3324
|
const napi = new NapiCli();
|
|
3284
|
-
const
|
|
3325
|
+
const normalizedOptions = { ...options };
|
|
3285
3326
|
const metadata = cargoMetadata();
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3327
|
+
normalizedOptions.targetDir = options.targetDir || metadata?.target_directory || joinPaths(config.workspaceRoot, "dist", "target");
|
|
3328
|
+
normalizedOptions.outputDir = options.outputPath;
|
|
3329
|
+
normalizedOptions.packageJsonPath = options.packageJsonPath || packageJson;
|
|
3330
|
+
if (options.cwd) {
|
|
3331
|
+
normalizedOptions.cwd = correctPaths(options.cwd);
|
|
3332
|
+
} else {
|
|
3333
|
+
normalizedOptions.cwd = correctPaths(projectRoot);
|
|
3334
|
+
const absoluteProjectRoot = joinPaths(
|
|
3335
|
+
config.workspaceRoot,
|
|
3336
|
+
projectRoot || "."
|
|
3337
|
+
);
|
|
3338
|
+
if (normalizedOptions.outputDir) {
|
|
3339
|
+
normalizedOptions.outputDir = relative(
|
|
3340
|
+
absoluteProjectRoot,
|
|
3341
|
+
correctPaths(
|
|
3342
|
+
isAbsolute(normalizedOptions.outputDir) ? normalizedOptions.outputDir : joinPaths(config.workspaceRoot, normalizedOptions.outputDir)
|
|
3343
|
+
)
|
|
3344
|
+
);
|
|
3345
|
+
}
|
|
3346
|
+
if (normalizedOptions.packageJsonPath) {
|
|
3347
|
+
normalizedOptions.packageJsonPath = relative(
|
|
3348
|
+
absoluteProjectRoot,
|
|
3349
|
+
correctPaths(
|
|
3350
|
+
isAbsolute(normalizedOptions.packageJsonPath) ? normalizedOptions.packageJsonPath : joinPaths(config.workspaceRoot, normalizedOptions.packageJsonPath)
|
|
3351
|
+
)
|
|
3352
|
+
);
|
|
3353
|
+
}
|
|
3354
|
+
if (normalizedOptions.targetDir) {
|
|
3355
|
+
normalizedOptions.targetDir = relative(
|
|
3356
|
+
absoluteProjectRoot,
|
|
3357
|
+
correctPaths(
|
|
3358
|
+
isAbsolute(normalizedOptions.targetDir) ? normalizedOptions.targetDir : joinPaths(config.workspaceRoot, normalizedOptions.targetDir)
|
|
3359
|
+
)
|
|
3360
|
+
);
|
|
3361
|
+
}
|
|
3362
|
+
if (normalizedOptions.configPath) {
|
|
3363
|
+
normalizedOptions.configPath = relative(
|
|
3364
|
+
absoluteProjectRoot,
|
|
3365
|
+
correctPaths(
|
|
3366
|
+
isAbsolute(normalizedOptions.configPath) ? normalizedOptions.configPath : joinPaths(config.workspaceRoot, normalizedOptions.configPath)
|
|
3367
|
+
)
|
|
3368
|
+
);
|
|
3369
|
+
}
|
|
3370
|
+
if (normalizedOptions.manifestPath) {
|
|
3371
|
+
normalizedOptions.manifestPath = relative(
|
|
3372
|
+
absoluteProjectRoot,
|
|
3373
|
+
correctPaths(
|
|
3374
|
+
isAbsolute(normalizedOptions.manifestPath) ? normalizedOptions.manifestPath : joinPaths(config.workspaceRoot, normalizedOptions.manifestPath)
|
|
3375
|
+
)
|
|
3376
|
+
);
|
|
3377
|
+
}
|
|
3378
|
+
}
|
|
3289
3379
|
if (process.env.VERCEL) {
|
|
3290
3380
|
return { success: true };
|
|
3291
3381
|
}
|
|
3292
|
-
const { task } = await napi.build(
|
|
3382
|
+
const { task } = await napi.build(normalizedOptions);
|
|
3293
3383
|
return { success: true, terminalOutput: await task };
|
|
3294
3384
|
}
|
|
3295
3385
|
var executor_default7 = withRunExecutor(
|
|
@@ -3299,11 +3389,12 @@ var executor_default7 = withRunExecutor(
|
|
|
3299
3389
|
skipReadingConfig: false,
|
|
3300
3390
|
hooks: {
|
|
3301
3391
|
applyDefaultOptions: (options) => {
|
|
3302
|
-
options.outputPath ??= "
|
|
3392
|
+
options.outputPath ??= "{sourceRoot}";
|
|
3303
3393
|
options.toolchain ??= "stable";
|
|
3304
3394
|
options.dtsCache ??= true;
|
|
3305
3395
|
options.platform ??= true;
|
|
3306
3396
|
options.constEnum ??= false;
|
|
3397
|
+
options.verbose ??= false;
|
|
3307
3398
|
options.jsBinding ??= "binding.js";
|
|
3308
3399
|
options.dts ??= "binding.d.ts";
|
|
3309
3400
|
return options;
|
|
@@ -3348,7 +3439,7 @@ import {
|
|
|
3348
3439
|
import { execFileSync } from "child_process";
|
|
3349
3440
|
import { existsSync as existsSync10 } from "node:fs";
|
|
3350
3441
|
import { readFile as readFile7, writeFile as writeFile4 } from "node:fs/promises";
|
|
3351
|
-
import { dirname, resolve } from "path";
|
|
3442
|
+
import { dirname, resolve as resolve2 } from "path";
|
|
3352
3443
|
import { format as format2 } from "prettier";
|
|
3353
3444
|
|
|
3354
3445
|
// ../workspace-tools/src/utils/project-tags.ts
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunk74OYHK3Pjs = require('./chunk-74OYHK3P.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/config/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunk74OYHK3Pjs.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 _chunk74OYHK3Pjs = require('./chunk-74OYHK3P.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/preview/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunk74OYHK3Pjs.withPulumiExecutor.call(void 0,
|
|
7
7
|
"preview",
|
|
8
8
|
(options) => [
|
|
9
9
|
options.stack && `--stack=${options.stack}`,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunk74OYHK3Pjs = require('./chunk-74OYHK3P.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/refresh/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunk74OYHK3Pjs.withPulumiExecutor.call(void 0,
|
|
7
7
|
"refresh",
|
|
8
8
|
(options) => [
|
|
9
9
|
"--suppress-progress",
|
|
@@ -5,7 +5,7 @@ var _chunkQDPXTR73js = require('./chunk-QDPXTR73.js');
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunk6YRMR4ZQjs = require('./chunk-6YRMR4ZQ.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 = _chunk6YRMR4ZQjs.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 = _chunk6YRMR4ZQjs.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 = _chunkQDPXTR73js.getCloudTemplateName.call(void 0, options.provider);
|
|
64
|
-
|
|
64
|
+
_chunk6YRMR4ZQjs.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
|
+
_chunk6YRMR4ZQjs.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"),
|
package/dist/executors.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
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-3PUIZW7Q.js');
|
|
3
|
+
require('./chunk-LXR2H5X7.js');
|
|
4
|
+
require('./chunk-N2YTBOWG.js');
|
|
5
|
+
require('./chunk-GCWNRFHZ.js');
|
|
6
|
+
require('./chunk-LEHWD2CL.js');
|
|
7
|
+
require('./chunk-74OYHK3P.js');
|
|
8
|
+
require('./chunk-6YRMR4ZQ.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-32MIQTJB.mjs";
|
|
3
|
+
import "./chunk-SY34B2WK.mjs";
|
|
4
|
+
import "./chunk-IX5BJCRO.mjs";
|
|
5
|
+
import "./chunk-V576LHOX.mjs";
|
|
6
|
+
import "./chunk-27VF62VD.mjs";
|
|
7
|
+
import "./chunk-7X732L4V.mjs";
|
|
8
|
+
import "./chunk-K7GBS7HZ.mjs";
|
|
9
9
|
import "./chunk-5BBAVVSK.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkTNDHH4DBjs = require('./chunk-TNDHH4DB.js');
|
|
5
5
|
require('./chunk-QDPXTR73.js');
|
|
6
|
-
require('./chunk-
|
|
6
|
+
require('./chunk-6YRMR4ZQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGeneratorFn =
|
|
9
|
+
exports.initGeneratorFn = _chunkTNDHH4DBjs.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-5SQP7BTC.mjs";
|
|
5
5
|
import "./chunk-5TB4HFDP.mjs";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-K7GBS7HZ.mjs";
|
|
7
7
|
import "./chunk-5BBAVVSK.mjs";
|
|
8
8
|
export {
|
|
9
9
|
initGeneratorFn
|
package/dist/index.js
CHANGED
|
@@ -8,24 +8,24 @@
|
|
|
8
8
|
|
|
9
9
|
var _chunk7I63VQP3js = require('./chunk-7I63VQP3.js');
|
|
10
10
|
require('./chunk-XO62WWX4.js');
|
|
11
|
-
require('./chunk-
|
|
12
|
-
require('./chunk-
|
|
13
|
-
require('./chunk-
|
|
14
|
-
require('./chunk-
|
|
11
|
+
require('./chunk-3PUIZW7Q.js');
|
|
12
|
+
require('./chunk-LXR2H5X7.js');
|
|
13
|
+
require('./chunk-N2YTBOWG.js');
|
|
14
|
+
require('./chunk-GCWNRFHZ.js');
|
|
15
15
|
require('./chunk-N2YKXZ5R.js');
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
18
|
+
var _chunkTNDHH4DBjs = require('./chunk-TNDHH4DB.js');
|
|
19
19
|
require('./chunk-GUQOEBFW.js');
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
var _chunkQDPXTR73js = require('./chunk-QDPXTR73.js');
|
|
24
|
-
require('./chunk-
|
|
24
|
+
require('./chunk-LEHWD2CL.js');
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
var
|
|
28
|
-
require('./chunk-
|
|
27
|
+
var _chunk74OYHK3Pjs = require('./chunk-74OYHK3P.js');
|
|
28
|
+
require('./chunk-6YRMR4ZQ.js');
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
|
|
@@ -37,4 +37,4 @@ require('./chunk-H5B2EFOD.js');
|
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
|
|
40
|
-
exports.Provider = _chunkQDPXTR73js.Provider; exports.ec2Instance = _chunk7I63VQP3js.ec2Instance; exports.getAWSTemplateName = _chunk7I63VQP3js.getAWSTemplateName; exports.getCloudTemplateName = _chunkQDPXTR73js.getCloudTemplateName; exports.getProviderOpts = _chunk7I63VQP3js.getProviderOpts; exports.initGeneratorFn =
|
|
40
|
+
exports.Provider = _chunkQDPXTR73js.Provider; exports.ec2Instance = _chunk7I63VQP3js.ec2Instance; exports.getAWSTemplateName = _chunk7I63VQP3js.getAWSTemplateName; exports.getCloudTemplateName = _chunkQDPXTR73js.getCloudTemplateName; exports.getProviderOpts = _chunk7I63VQP3js.getProviderOpts; exports.initGeneratorFn = _chunkTNDHH4DBjs.initGeneratorFn; exports.securityGroup = _chunk7I63VQP3js.securityGroup; exports.subnet = _chunk7I63VQP3js.subnet; exports.vpc = _chunk7I63VQP3js.vpc; exports.withPulumiExecutor = _chunk74OYHK3Pjs.withPulumiExecutor;
|
package/dist/index.mjs
CHANGED
|
@@ -8,24 +8,24 @@ import {
|
|
|
8
8
|
vpc
|
|
9
9
|
} from "./chunk-S6XCS2TA.mjs";
|
|
10
10
|
import "./chunk-UV4HQO3Y.mjs";
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-32MIQTJB.mjs";
|
|
12
|
+
import "./chunk-SY34B2WK.mjs";
|
|
13
|
+
import "./chunk-IX5BJCRO.mjs";
|
|
14
|
+
import "./chunk-V576LHOX.mjs";
|
|
15
15
|
import "./chunk-23KFTIT2.mjs";
|
|
16
16
|
import {
|
|
17
17
|
initGeneratorFn
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-5SQP7BTC.mjs";
|
|
19
19
|
import "./chunk-CA7S5MOH.mjs";
|
|
20
20
|
import {
|
|
21
21
|
Provider,
|
|
22
22
|
getCloudTemplateName
|
|
23
23
|
} from "./chunk-5TB4HFDP.mjs";
|
|
24
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-27VF62VD.mjs";
|
|
25
25
|
import {
|
|
26
26
|
withPulumiExecutor
|
|
27
|
-
} from "./chunk-
|
|
28
|
-
import "./chunk-
|
|
27
|
+
} from "./chunk-7X732L4V.mjs";
|
|
28
|
+
import "./chunk-K7GBS7HZ.mjs";
|
|
29
29
|
import "./chunk-5BBAVVSK.mjs";
|
|
30
30
|
export {
|
|
31
31
|
Provider,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var _chunk74OYHK3Pjs = require('../../chunk-74OYHK3P.js');
|
|
4
|
+
require('../../chunk-6YRMR4ZQ.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
exports.withPulumiExecutor =
|
|
7
|
+
exports.withPulumiExecutor = _chunk74OYHK3Pjs.withPulumiExecutor;
|
package/dist/src/base/index.js
CHANGED
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
var _chunkQDPXTR73js = require('../../chunk-QDPXTR73.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
9
|
-
require('../../chunk-
|
|
8
|
+
var _chunk74OYHK3Pjs = require('../../chunk-74OYHK3P.js');
|
|
9
|
+
require('../../chunk-6YRMR4ZQ.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.Provider = _chunkQDPXTR73js.Provider; exports.getCloudTemplateName = _chunkQDPXTR73js.getCloudTemplateName; exports.withPulumiExecutor =
|
|
14
|
+
exports.Provider = _chunkQDPXTR73js.Provider; exports.getCloudTemplateName = _chunkQDPXTR73js.getCloudTemplateName; exports.withPulumiExecutor = _chunk74OYHK3Pjs.withPulumiExecutor;
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -5,8 +5,8 @@ import {
|
|
|
5
5
|
} from "../../chunk-5TB4HFDP.mjs";
|
|
6
6
|
import {
|
|
7
7
|
withPulumiExecutor
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-7X732L4V.mjs";
|
|
9
|
+
import "../../chunk-K7GBS7HZ.mjs";
|
|
10
10
|
import "../../chunk-5BBAVVSK.mjs";
|
|
11
11
|
export {
|
|
12
12
|
Provider,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkLEHWD2CLjs = require('../../../chunk-LEHWD2CL.js');
|
|
4
|
+
require('../../../chunk-74OYHK3P.js');
|
|
5
|
+
require('../../../chunk-6YRMR4ZQ.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkLEHWD2CLjs.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-27VF62VD.mjs";
|
|
4
|
+
import "../../../chunk-7X732L4V.mjs";
|
|
5
|
+
import "../../../chunk-K7GBS7HZ.mjs";
|
|
6
6
|
import "../../../chunk-5BBAVVSK.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunk3PUIZW7Qjs = require('../../../chunk-3PUIZW7Q.js');
|
|
4
|
+
require('../../../chunk-74OYHK3P.js');
|
|
5
|
+
require('../../../chunk-6YRMR4ZQ.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunk3PUIZW7Qjs.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-32MIQTJB.mjs";
|
|
4
|
+
import "../../../chunk-7X732L4V.mjs";
|
|
5
|
+
import "../../../chunk-K7GBS7HZ.mjs";
|
|
6
6
|
import "../../../chunk-5BBAVVSK.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkLXR2H5X7js = require('../../../chunk-LXR2H5X7.js');
|
|
4
|
+
require('../../../chunk-74OYHK3P.js');
|
|
5
|
+
require('../../../chunk-6YRMR4ZQ.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkLXR2H5X7js.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-SY34B2WK.mjs";
|
|
4
|
+
import "../../../chunk-7X732L4V.mjs";
|
|
5
|
+
import "../../../chunk-K7GBS7HZ.mjs";
|
|
6
6
|
import "../../../chunk-5BBAVVSK.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkN2YTBOWGjs = require('../../../chunk-N2YTBOWG.js');
|
|
4
|
+
require('../../../chunk-74OYHK3P.js');
|
|
5
|
+
require('../../../chunk-6YRMR4ZQ.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkN2YTBOWGjs.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-IX5BJCRO.mjs";
|
|
4
|
+
import "../../../chunk-7X732L4V.mjs";
|
|
5
|
+
import "../../../chunk-K7GBS7HZ.mjs";
|
|
6
6
|
import "../../../chunk-5BBAVVSK.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkGCWNRFHZjs = require('../../../chunk-GCWNRFHZ.js');
|
|
4
|
+
require('../../../chunk-74OYHK3P.js');
|
|
5
|
+
require('../../../chunk-6YRMR4ZQ.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkGCWNRFHZjs.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-V576LHOX.mjs";
|
|
4
|
+
import "../../../chunk-7X732L4V.mjs";
|
|
5
|
+
import "../../../chunk-K7GBS7HZ.mjs";
|
|
6
6
|
import "../../../chunk-5BBAVVSK.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkTNDHH4DBjs = require('../../../chunk-TNDHH4DB.js');
|
|
5
5
|
require('../../../chunk-QDPXTR73.js');
|
|
6
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-6YRMR4ZQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkTNDHH4DBjs.generator_default; exports.initGeneratorFn = _chunkTNDHH4DBjs.initGeneratorFn;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-5SQP7BTC.mjs";
|
|
5
5
|
import "../../../chunk-5TB4HFDP.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-K7GBS7HZ.mjs";
|
|
7
7
|
import "../../../chunk-5BBAVVSK.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.22.
|
|
3
|
+
"version": "0.22.32",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "Tools for managing Pulumi infrastructure within a Nx workspace.",
|
|
6
6
|
"repository": {
|
|
@@ -156,8 +156,8 @@
|
|
|
156
156
|
"@pulumi/aws": "^6.83.2",
|
|
157
157
|
"@pulumi/awsx": "^2.22.0",
|
|
158
158
|
"@pulumi/pulumi": "^3.207.0",
|
|
159
|
-
"@storm-software/config": "^1.134.
|
|
160
|
-
"@storm-software/config-tools": "^1.188.
|
|
159
|
+
"@storm-software/config": "^1.134.32",
|
|
160
|
+
"@storm-software/config-tools": "^1.188.32",
|
|
161
161
|
"defu": "6.1.4",
|
|
162
162
|
"shelljs": "^0.8.5"
|
|
163
163
|
},
|
|
@@ -171,5 +171,5 @@
|
|
|
171
171
|
"publishConfig": { "access": "public" },
|
|
172
172
|
"executors": "./executors.json",
|
|
173
173
|
"generators": "./generators.json",
|
|
174
|
-
"gitHead": "
|
|
174
|
+
"gitHead": "602be70a267e6bd8ac6c4c5e922151a6b48aa748"
|
|
175
175
|
}
|