@storm-software/pulumi-tools 0.22.28 → 0.22.30
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 +21 -0
- package/README.md +2 -1
- package/dist/{chunk-GYL7EBWA.mjs → chunk-2XKL4VVW.mjs} +1 -1
- package/dist/{chunk-QPROLAHT.js → chunk-2Y33HKT2.js} +2 -2
- package/dist/{chunk-HJCTNH6H.js → chunk-4QTVD7OG.js} +2 -2
- package/dist/{chunk-65252442.mjs → chunk-7RVWGQFW.mjs} +1 -1
- package/dist/{chunk-OZBXOKYJ.mjs → chunk-FCPDQZGU.mjs} +1 -1
- package/dist/{chunk-LHT5W7UO.js → chunk-H5B2EFOD.js} +85 -28
- package/dist/{chunk-JJSD6STM.mjs → chunk-HHLUAA3S.mjs} +1 -1
- package/dist/{chunk-WDKDDTVO.js → chunk-IAKPV5G7.js} +2 -2
- package/dist/{chunk-V3GSKYQF.js → chunk-K3LT4ES7.js} +3 -3
- package/dist/{chunk-2GNWTDQL.js → chunk-KMYZWU5H.js} +5 -5
- package/dist/{chunk-27GUGMCO.mjs → chunk-KSUFAKLM.mjs} +63 -6
- package/dist/{chunk-XPTD3KOT.mjs → chunk-MAWPGE42.mjs} +1 -1
- package/dist/{chunk-7PVS3LD2.mjs → chunk-MS6MGPBU.mjs} +1 -1
- package/dist/{chunk-VR62IJRC.js → chunk-SFCLTAPW.js} +2 -2
- package/dist/{chunk-BLWGF3EM.js → chunk-UEIKCJY3.js} +2 -2
- package/dist/{chunk-IK3E6ZEW.mjs → chunk-ZUKM26WN.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 +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Pulumi Tools
|
|
4
4
|
|
|
5
|
+
## [0.22.29](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.29) (11/12/2025)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([89dfbdb7f](https://github.com/storm-software/storm-ops/commit/89dfbdb7f))
|
|
11
|
+
|
|
12
|
+
### Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated **workspace-tools** to **v1.292.29**
|
|
15
|
+
- Updated **config-tools** to **v1.188.29**
|
|
16
|
+
- Updated **config** to **v1.134.29**
|
|
17
|
+
|
|
18
|
+
## [0.22.28](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.28) (11/12/2025)
|
|
19
|
+
|
|
20
|
+
### Updated Dependencies
|
|
21
|
+
|
|
22
|
+
- Updated **workspace-tools** to **v1.292.28**
|
|
23
|
+
- Updated **config-tools** to **v1.188.28**
|
|
24
|
+
- Updated **config** to **v1.134.28**
|
|
25
|
+
|
|
5
26
|
## [0.22.27](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.27) (11/12/2025)
|
|
6
27
|
|
|
7
28
|
### 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,6 +40,7 @@ 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
|
+
|
|
43
44
|
## Table of Contents
|
|
44
45
|
|
|
45
46
|
- [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 _chunkK3LT4ES7js = require('./chunk-K3LT4ES7.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/config/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkK3LT4ES7js.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 _chunkK3LT4ES7js = require('./chunk-K3LT4ES7.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/import/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkK3LT4ES7js.withPulumiExecutor.call(void 0, "import", (options) => [
|
|
7
7
|
options.target,
|
|
8
8
|
options.name,
|
|
9
9
|
options.id,
|
|
@@ -3251,6 +3251,63 @@ var executor_default6 = withRunExecutor(
|
|
|
3251
3251
|
}
|
|
3252
3252
|
);
|
|
3253
3253
|
|
|
3254
|
+
// ../workspace-tools/src/executors/napi/executor.ts
|
|
3255
|
+
var _jiti = require('jiti');
|
|
3256
|
+
var _fileutils = require('nx/src/utils/fileutils');
|
|
3257
|
+
async function napiExecutor(options, context, config) {
|
|
3258
|
+
const jiti = _jiti.createJiti.call(void 0, config.workspaceRoot, {
|
|
3259
|
+
fsCache: config.skipCache ? false : joinPaths(
|
|
3260
|
+
config.workspaceRoot,
|
|
3261
|
+
config.directories.cache || "node_modules/.cache/storm",
|
|
3262
|
+
"jiti"
|
|
3263
|
+
),
|
|
3264
|
+
interopDefault: true
|
|
3265
|
+
});
|
|
3266
|
+
const { NapiCli } = await jiti.import(
|
|
3267
|
+
jiti.esmResolve("@napi-rs/cli")
|
|
3268
|
+
);
|
|
3269
|
+
if (!_optionalChain([context, 'access', _159 => _159.projectGraph, 'optionalAccess', _160 => _160.nodes, 'access', _161 => _161[_nullishCoalesce(context.projectName, () => ( ""))]])) {
|
|
3270
|
+
throw new Error(
|
|
3271
|
+
"The Napi Build process failed because the project could not be found in the project graph. Please run this command from a workspace root directory."
|
|
3272
|
+
);
|
|
3273
|
+
}
|
|
3274
|
+
const projectRoot = _optionalChain([context, 'access', _162 => _162.projectGraph, 'optionalAccess', _163 => _163.nodes, 'access', _164 => _164[_nullishCoalesce(context.projectName, () => ( ""))], 'access', _165 => _165.data, 'access', _166 => _166.root]);
|
|
3275
|
+
const packageJson = joinPaths(_nullishCoalesce(projectRoot, () => ( ".")), "package.json");
|
|
3276
|
+
if (!_fileutils.fileExists.call(void 0, packageJson)) {
|
|
3277
|
+
throw new Error(`Could not find package.json at ${packageJson}`);
|
|
3278
|
+
}
|
|
3279
|
+
const napi = new NapiCli();
|
|
3280
|
+
const buildOptions = { ...options };
|
|
3281
|
+
const metadata = cargoMetadata();
|
|
3282
|
+
buildOptions.outputDir = options.outputPath;
|
|
3283
|
+
buildOptions.packageJsonPath = options.packageJsonPath || packageJson;
|
|
3284
|
+
buildOptions.targetDir = options.targetDir || _optionalChain([metadata, 'optionalAccess', _167 => _167.target_directory]) || joinPaths(config.workspaceRoot, "dist", "target");
|
|
3285
|
+
if (process.env.VERCEL) {
|
|
3286
|
+
return { success: true };
|
|
3287
|
+
}
|
|
3288
|
+
const { task } = await napi.build(buildOptions);
|
|
3289
|
+
return { success: true, terminalOutput: await task };
|
|
3290
|
+
}
|
|
3291
|
+
var executor_default7 = withRunExecutor(
|
|
3292
|
+
"Napi - Build Bindings",
|
|
3293
|
+
napiExecutor,
|
|
3294
|
+
{
|
|
3295
|
+
skipReadingConfig: false,
|
|
3296
|
+
hooks: {
|
|
3297
|
+
applyDefaultOptions: (options) => {
|
|
3298
|
+
options.outputPath ??= "dist/{projectRoot}/target";
|
|
3299
|
+
options.toolchain ??= "stable";
|
|
3300
|
+
options.dtsCache ??= true;
|
|
3301
|
+
options.platform ??= true;
|
|
3302
|
+
options.constEnum ??= false;
|
|
3303
|
+
options.jsBinding ??= "binding.js";
|
|
3304
|
+
options.dts ??= "binding.d.ts";
|
|
3305
|
+
return options;
|
|
3306
|
+
}
|
|
3307
|
+
}
|
|
3308
|
+
}
|
|
3309
|
+
);
|
|
3310
|
+
|
|
3254
3311
|
// ../npm-tools/src/helpers/get-registry.ts
|
|
3255
3312
|
|
|
3256
3313
|
|
|
@@ -3360,15 +3417,15 @@ var _esbuildwhy = require('@size-limit/esbuild-why'); var _esbuildwhy2 = _intero
|
|
|
3360
3417
|
var _file = require('@size-limit/file'); var _file2 = _interopRequireDefault(_file);
|
|
3361
3418
|
var _sizelimit = require('size-limit'); var _sizelimit2 = _interopRequireDefault(_sizelimit);
|
|
3362
3419
|
async function sizeLimitExecutorFn(options, context, config) {
|
|
3363
|
-
if (!_optionalChain([context, 'optionalAccess',
|
|
3420
|
+
if (!_optionalChain([context, 'optionalAccess', _168 => _168.projectName]) || !_optionalChain([context, 'access', _169 => _169.projectsConfigurations, 'optionalAccess', _170 => _170.projects]) || !context.projectsConfigurations.projects[context.projectName]) {
|
|
3364
3421
|
throw new Error(
|
|
3365
3422
|
"The Size-Limit process failed because the context is not valid. Please run this command from a workspace."
|
|
3366
3423
|
);
|
|
3367
3424
|
}
|
|
3368
3425
|
writeInfo(`\u{1F4CF} Running Size-Limit on ${context.projectName}`, config);
|
|
3369
3426
|
_sizelimit2.default.call(void 0, [_file2.default, _esbuild2.default, _esbuildwhy2.default], {
|
|
3370
|
-
checks: _nullishCoalesce(_nullishCoalesce(options.entry, () => ( _optionalChain([context, 'access',
|
|
3371
|
-
_nullishCoalesce(_optionalChain([context, 'access',
|
|
3427
|
+
checks: _nullishCoalesce(_nullishCoalesce(options.entry, () => ( _optionalChain([context, 'access', _171 => _171.projectsConfigurations, 'access', _172 => _172.projects, 'access', _173 => _173[context.projectName], 'optionalAccess', _174 => _174.sourceRoot]))), () => ( _devkit.joinPathFragments.call(void 0,
|
|
3428
|
+
_nullishCoalesce(_optionalChain([context, 'access', _175 => _175.projectsConfigurations, 'access', _176 => _176.projects, 'access', _177 => _177[context.projectName], 'optionalAccess', _178 => _178.root]), () => ( "./")),
|
|
3372
3429
|
"src"
|
|
3373
3430
|
)))
|
|
3374
3431
|
}).then((result) => {
|
|
@@ -3381,7 +3438,7 @@ async function sizeLimitExecutorFn(options, context, config) {
|
|
|
3381
3438
|
success: true
|
|
3382
3439
|
};
|
|
3383
3440
|
}
|
|
3384
|
-
var
|
|
3441
|
+
var executor_default8 = withRunExecutor(
|
|
3385
3442
|
"Size-Limit Performance Test Executor",
|
|
3386
3443
|
sizeLimitExecutorFn,
|
|
3387
3444
|
{
|
|
@@ -3466,7 +3523,7 @@ var resolveOptions = async (userOptions) => {
|
|
|
3466
3523
|
const projectJson = JSON.parse(projectJsonFile);
|
|
3467
3524
|
const projectName = projectJson.name;
|
|
3468
3525
|
const projectConfigurations = _devkit.readProjectsConfigurationFromProjectGraph.call(void 0, projectGraph);
|
|
3469
|
-
if (!_optionalChain([projectConfigurations, 'optionalAccess',
|
|
3526
|
+
if (!_optionalChain([projectConfigurations, 'optionalAccess', _179 => _179.projects, 'optionalAccess', _180 => _180[projectName]])) {
|
|
3470
3527
|
throw new Error(
|
|
3471
3528
|
"The Build process failed because the project does not have a valid configuration in the project.json file. Check if the file exists in the root of the project."
|
|
3472
3529
|
);
|
|
@@ -3688,7 +3745,7 @@ async function build3(options) {
|
|
|
3688
3745
|
// ../workspace-tools/src/executors/tsdown/executor.ts
|
|
3689
3746
|
async function tsdownExecutorFn(options, context, config) {
|
|
3690
3747
|
writeInfo("\u{1F4E6} Running Storm TSDown executor on the workspace", config);
|
|
3691
|
-
if (!_optionalChain([context, 'access',
|
|
3748
|
+
if (!_optionalChain([context, 'access', _181 => _181.projectsConfigurations, 'optionalAccess', _182 => _182.projects]) || !context.projectName || !context.projectsConfigurations.projects[context.projectName] || !_optionalChain([context, 'access', _183 => _183.projectsConfigurations, 'access', _184 => _184.projects, 'access', _185 => _185[context.projectName], 'optionalAccess', _186 => _186.root])) {
|
|
3692
3749
|
throw new Error(
|
|
3693
3750
|
"The Build process failed because the context is not valid. Please run this command from a workspace."
|
|
3694
3751
|
);
|
|
@@ -3697,10 +3754,10 @@ async function tsdownExecutorFn(options, context, config) {
|
|
|
3697
3754
|
...options,
|
|
3698
3755
|
projectRoot: (
|
|
3699
3756
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
3700
|
-
_optionalChain([context, 'access',
|
|
3757
|
+
_optionalChain([context, 'access', _187 => _187.projectsConfigurations, 'access', _188 => _188.projects, 'optionalAccess', _189 => _189[context.projectName], 'access', _190 => _190.root])
|
|
3701
3758
|
),
|
|
3702
3759
|
name: context.projectName,
|
|
3703
|
-
sourceRoot: _optionalChain([context, 'access',
|
|
3760
|
+
sourceRoot: _optionalChain([context, 'access', _191 => _191.projectsConfigurations, 'access', _192 => _192.projects, 'optionalAccess', _193 => _193[context.projectName], 'optionalAccess', _194 => _194.sourceRoot]),
|
|
3704
3761
|
format: options.format,
|
|
3705
3762
|
platform: options.platform
|
|
3706
3763
|
});
|
|
@@ -3708,7 +3765,7 @@ async function tsdownExecutorFn(options, context, config) {
|
|
|
3708
3765
|
success: true
|
|
3709
3766
|
};
|
|
3710
3767
|
}
|
|
3711
|
-
var
|
|
3768
|
+
var executor_default9 = withRunExecutor(
|
|
3712
3769
|
"Storm TSDown build",
|
|
3713
3770
|
tsdownExecutorFn,
|
|
3714
3771
|
{
|
|
@@ -3746,7 +3803,7 @@ async function typiaExecutorFn(options, _, config) {
|
|
|
3746
3803
|
success: true
|
|
3747
3804
|
};
|
|
3748
3805
|
}
|
|
3749
|
-
var
|
|
3806
|
+
var executor_default10 = withRunExecutor(
|
|
3750
3807
|
"Typia runtime validation generator",
|
|
3751
3808
|
typiaExecutorFn,
|
|
3752
3809
|
{
|
|
@@ -3765,10 +3822,10 @@ var executor_default9 = withRunExecutor(
|
|
|
3765
3822
|
|
|
3766
3823
|
// ../workspace-tools/src/executors/unbuild/executor.ts
|
|
3767
3824
|
|
|
3768
|
-
|
|
3825
|
+
|
|
3769
3826
|
async function unbuildExecutorFn(options, context, config) {
|
|
3770
3827
|
writeInfo("\u{1F4E6} Running Storm Unbuild executor on the workspace", config);
|
|
3771
|
-
if (!_optionalChain([context, 'access',
|
|
3828
|
+
if (!_optionalChain([context, 'access', _195 => _195.projectsConfigurations, 'optionalAccess', _196 => _196.projects]) || !context.projectName || !context.projectsConfigurations.projects[context.projectName]) {
|
|
3772
3829
|
throw new Error(
|
|
3773
3830
|
"The Build process failed because the context is not valid. Please run this command from a workspace root directory."
|
|
3774
3831
|
);
|
|
@@ -3835,7 +3892,7 @@ async function unbuildExecutorFn(options, context, config) {
|
|
|
3835
3892
|
success: true
|
|
3836
3893
|
};
|
|
3837
3894
|
}
|
|
3838
|
-
var
|
|
3895
|
+
var executor_default11 = withRunExecutor(
|
|
3839
3896
|
"TypeScript Unbuild build",
|
|
3840
3897
|
unbuildExecutorFn,
|
|
3841
3898
|
{
|
|
@@ -3967,15 +4024,15 @@ async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
|
3967
4024
|
_devkit.addProjectConfiguration.call(void 0, tree, normalized.name, projectConfig);
|
|
3968
4025
|
let repository = {
|
|
3969
4026
|
type: "github",
|
|
3970
|
-
url: _optionalChain([config, 'optionalAccess',
|
|
4027
|
+
url: _optionalChain([config, 'optionalAccess', _197 => _197.repository]) || `https://github.com/${(typeof _optionalChain([config, 'optionalAccess', _198 => _198.organization]) === "string" ? _optionalChain([config, 'optionalAccess', _199 => _199.organization]) : _optionalChain([config, 'optionalAccess', _200 => _200.organization, 'optionalAccess', _201 => _201.name])) || "storm-software"}/${_optionalChain([config, 'optionalAccess', _202 => _202.namespace]) || _optionalChain([config, 'optionalAccess', _203 => _203.name]) || "repository"}.git`
|
|
3971
4028
|
};
|
|
3972
4029
|
let description = options.description || "A package developed by Storm Software used to create modern, scalable web applications.";
|
|
3973
4030
|
if (tree.exists("package.json")) {
|
|
3974
4031
|
const packageJson = _devkit.readJson.call(void 0, tree, "package.json");
|
|
3975
|
-
if (_optionalChain([packageJson, 'optionalAccess',
|
|
4032
|
+
if (_optionalChain([packageJson, 'optionalAccess', _204 => _204.repository])) {
|
|
3976
4033
|
repository = packageJson.repository;
|
|
3977
4034
|
}
|
|
3978
|
-
if (_optionalChain([packageJson, 'optionalAccess',
|
|
4035
|
+
if (_optionalChain([packageJson, 'optionalAccess', _205 => _205.description])) {
|
|
3979
4036
|
description = packageJson.description;
|
|
3980
4037
|
}
|
|
3981
4038
|
}
|
|
@@ -4030,9 +4087,9 @@ async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
|
4030
4087
|
_devkit.updateJson.call(void 0, tree, "package.json", (json) => ({
|
|
4031
4088
|
...json,
|
|
4032
4089
|
pnpm: {
|
|
4033
|
-
..._optionalChain([json, 'optionalAccess',
|
|
4090
|
+
..._optionalChain([json, 'optionalAccess', _206 => _206.pnpm]),
|
|
4034
4091
|
overrides: {
|
|
4035
|
-
..._optionalChain([json, 'optionalAccess',
|
|
4092
|
+
..._optionalChain([json, 'optionalAccess', _207 => _207.pnpm, 'optionalAccess', _208 => _208.overrides]),
|
|
4036
4093
|
[_nullishCoalesce(normalized.importPath, () => ( ""))]: "workspace:*"
|
|
4037
4094
|
}
|
|
4038
4095
|
}
|
|
@@ -4050,10 +4107,10 @@ async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
|
4050
4107
|
]);
|
|
4051
4108
|
if (tree.exists("package.json")) {
|
|
4052
4109
|
const packageJson = _devkit.readJson.call(void 0, tree, "package.json");
|
|
4053
|
-
if (_optionalChain([packageJson, 'optionalAccess',
|
|
4110
|
+
if (_optionalChain([packageJson, 'optionalAccess', _209 => _209.repository])) {
|
|
4054
4111
|
repository = packageJson.repository;
|
|
4055
4112
|
}
|
|
4056
|
-
if (_optionalChain([packageJson, 'optionalAccess',
|
|
4113
|
+
if (_optionalChain([packageJson, 'optionalAccess', _210 => _210.description])) {
|
|
4057
4114
|
description = packageJson.description;
|
|
4058
4115
|
}
|
|
4059
4116
|
}
|
|
@@ -4090,22 +4147,22 @@ function getOutputPath(options) {
|
|
|
4090
4147
|
function createProjectTsConfigJson(tree, options) {
|
|
4091
4148
|
const tsconfig = {
|
|
4092
4149
|
extends: options.rootProject ? void 0 : _js.getRelativePathToRootTsConfig.call(void 0, tree, options.projectRoot),
|
|
4093
|
-
..._nullishCoalesce(_optionalChain([options, 'optionalAccess',
|
|
4150
|
+
..._nullishCoalesce(_optionalChain([options, 'optionalAccess', _211 => _211.tsconfigOptions]), () => ( {})),
|
|
4094
4151
|
compilerOptions: {
|
|
4095
4152
|
...options.rootProject ? _js.tsConfigBaseOptions : {},
|
|
4096
4153
|
outDir: joinPaths(_devkit.offsetFromRoot.call(void 0, options.projectRoot), "dist/out-tsc"),
|
|
4097
4154
|
noEmit: true,
|
|
4098
|
-
..._nullishCoalesce(_optionalChain([options, 'optionalAccess',
|
|
4155
|
+
..._nullishCoalesce(_optionalChain([options, 'optionalAccess', _212 => _212.tsconfigOptions, 'optionalAccess', _213 => _213.compilerOptions]), () => ( {}))
|
|
4099
4156
|
},
|
|
4100
|
-
files: [..._nullishCoalesce(_optionalChain([options, 'optionalAccess',
|
|
4157
|
+
files: [..._nullishCoalesce(_optionalChain([options, 'optionalAccess', _214 => _214.tsconfigOptions, 'optionalAccess', _215 => _215.files]), () => ( []))],
|
|
4101
4158
|
include: [
|
|
4102
|
-
..._nullishCoalesce(_optionalChain([options, 'optionalAccess',
|
|
4159
|
+
..._nullishCoalesce(_optionalChain([options, 'optionalAccess', _216 => _216.tsconfigOptions, 'optionalAccess', _217 => _217.include]), () => ( [])),
|
|
4103
4160
|
"src/**/*.ts",
|
|
4104
4161
|
"src/**/*.js",
|
|
4105
4162
|
"bin/**/*"
|
|
4106
4163
|
],
|
|
4107
4164
|
exclude: [
|
|
4108
|
-
..._nullishCoalesce(_optionalChain([options, 'optionalAccess',
|
|
4165
|
+
..._nullishCoalesce(_optionalChain([options, 'optionalAccess', _218 => _218.tsconfigOptions, 'optionalAccess', _219 => _219.exclude]), () => ( [])),
|
|
4109
4166
|
"jest.config.ts",
|
|
4110
4167
|
"src/**/*.spec.ts",
|
|
4111
4168
|
"src/**/*.test.ts"
|
|
@@ -4115,8 +4172,8 @@ function createProjectTsConfigJson(tree, options) {
|
|
|
4115
4172
|
}
|
|
4116
4173
|
async function normalizeOptions(tree, options, config) {
|
|
4117
4174
|
let importPath = options.importPath;
|
|
4118
|
-
if (!importPath && _optionalChain([config, 'optionalAccess',
|
|
4119
|
-
importPath = `@${_optionalChain([config, 'optionalAccess',
|
|
4175
|
+
if (!importPath && _optionalChain([config, 'optionalAccess', _220 => _220.namespace])) {
|
|
4176
|
+
importPath = `@${_optionalChain([config, 'optionalAccess', _221 => _221.namespace])}/${options.name}`;
|
|
4120
4177
|
}
|
|
4121
4178
|
if (options.publishable) {
|
|
4122
4179
|
if (!importPath) {
|
|
@@ -4281,7 +4338,7 @@ async function configSchemaGeneratorFn(tree, options, config) {
|
|
|
4281
4338
|
);
|
|
4282
4339
|
}
|
|
4283
4340
|
const outputPath = options.outputFile.replaceAll("{workspaceRoot}", "").replaceAll(
|
|
4284
|
-
_nullishCoalesce(_optionalChain([config, 'optionalAccess',
|
|
4341
|
+
_nullishCoalesce(_optionalChain([config, 'optionalAccess', _222 => _222.workspaceRoot]), () => ( findWorkspaceRoot())),
|
|
4285
4342
|
options.outputFile.startsWith("./") ? "" : "./"
|
|
4286
4343
|
);
|
|
4287
4344
|
writeTrace(
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkK3LT4ES7js = require('./chunk-K3LT4ES7.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/preview/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkK3LT4ES7js.withPulumiExecutor.call(void 0,
|
|
7
7
|
"preview",
|
|
8
8
|
(options) => [
|
|
9
9
|
options.stack && `--stack=${options.stack}`,
|
|
@@ -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 _chunkH5B2EFODjs = require('./chunk-H5B2EFOD.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 _chunkH5B2EFODjs.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
|
+
_chunkH5B2EFODjs.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),
|
|
@@ -5,7 +5,7 @@ var _chunkQDPXTR73js = require('./chunk-QDPXTR73.js');
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkH5B2EFODjs = require('./chunk-H5B2EFOD.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 = _chunkH5B2EFODjs.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 = _chunkH5B2EFODjs.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
|
+
_chunkH5B2EFODjs.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
|
+
_chunkH5B2EFODjs.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"),
|
|
@@ -3255,6 +3255,63 @@ var executor_default6 = withRunExecutor(
|
|
|
3255
3255
|
}
|
|
3256
3256
|
);
|
|
3257
3257
|
|
|
3258
|
+
// ../workspace-tools/src/executors/napi/executor.ts
|
|
3259
|
+
import { createJiti } from "jiti";
|
|
3260
|
+
import { fileExists } from "nx/src/utils/fileutils";
|
|
3261
|
+
async function napiExecutor(options, context, config) {
|
|
3262
|
+
const jiti = createJiti(config.workspaceRoot, {
|
|
3263
|
+
fsCache: config.skipCache ? false : joinPaths(
|
|
3264
|
+
config.workspaceRoot,
|
|
3265
|
+
config.directories.cache || "node_modules/.cache/storm",
|
|
3266
|
+
"jiti"
|
|
3267
|
+
),
|
|
3268
|
+
interopDefault: true
|
|
3269
|
+
});
|
|
3270
|
+
const { NapiCli } = await jiti.import(
|
|
3271
|
+
jiti.esmResolve("@napi-rs/cli")
|
|
3272
|
+
);
|
|
3273
|
+
if (!context.projectGraph?.nodes[context.projectName ?? ""]) {
|
|
3274
|
+
throw new Error(
|
|
3275
|
+
"The Napi Build process failed because the project could not be found in the project graph. Please run this command from a workspace root directory."
|
|
3276
|
+
);
|
|
3277
|
+
}
|
|
3278
|
+
const projectRoot = context.projectGraph?.nodes[context.projectName ?? ""].data.root;
|
|
3279
|
+
const packageJson = joinPaths(projectRoot ?? ".", "package.json");
|
|
3280
|
+
if (!fileExists(packageJson)) {
|
|
3281
|
+
throw new Error(`Could not find package.json at ${packageJson}`);
|
|
3282
|
+
}
|
|
3283
|
+
const napi = new NapiCli();
|
|
3284
|
+
const buildOptions = { ...options };
|
|
3285
|
+
const metadata = cargoMetadata();
|
|
3286
|
+
buildOptions.outputDir = options.outputPath;
|
|
3287
|
+
buildOptions.packageJsonPath = options.packageJsonPath || packageJson;
|
|
3288
|
+
buildOptions.targetDir = options.targetDir || metadata?.target_directory || joinPaths(config.workspaceRoot, "dist", "target");
|
|
3289
|
+
if (process.env.VERCEL) {
|
|
3290
|
+
return { success: true };
|
|
3291
|
+
}
|
|
3292
|
+
const { task } = await napi.build(buildOptions);
|
|
3293
|
+
return { success: true, terminalOutput: await task };
|
|
3294
|
+
}
|
|
3295
|
+
var executor_default7 = withRunExecutor(
|
|
3296
|
+
"Napi - Build Bindings",
|
|
3297
|
+
napiExecutor,
|
|
3298
|
+
{
|
|
3299
|
+
skipReadingConfig: false,
|
|
3300
|
+
hooks: {
|
|
3301
|
+
applyDefaultOptions: (options) => {
|
|
3302
|
+
options.outputPath ??= "dist/{projectRoot}/target";
|
|
3303
|
+
options.toolchain ??= "stable";
|
|
3304
|
+
options.dtsCache ??= true;
|
|
3305
|
+
options.platform ??= true;
|
|
3306
|
+
options.constEnum ??= false;
|
|
3307
|
+
options.jsBinding ??= "binding.js";
|
|
3308
|
+
options.dts ??= "binding.d.ts";
|
|
3309
|
+
return options;
|
|
3310
|
+
}
|
|
3311
|
+
}
|
|
3312
|
+
}
|
|
3313
|
+
);
|
|
3314
|
+
|
|
3258
3315
|
// ../npm-tools/src/helpers/get-registry.ts
|
|
3259
3316
|
import { exec as exec2 } from "node:child_process";
|
|
3260
3317
|
|
|
@@ -3385,7 +3442,7 @@ async function sizeLimitExecutorFn(options, context, config) {
|
|
|
3385
3442
|
success: true
|
|
3386
3443
|
};
|
|
3387
3444
|
}
|
|
3388
|
-
var
|
|
3445
|
+
var executor_default8 = withRunExecutor(
|
|
3389
3446
|
"Size-Limit Performance Test Executor",
|
|
3390
3447
|
sizeLimitExecutorFn,
|
|
3391
3448
|
{
|
|
@@ -3712,7 +3769,7 @@ async function tsdownExecutorFn(options, context, config) {
|
|
|
3712
3769
|
success: true
|
|
3713
3770
|
};
|
|
3714
3771
|
}
|
|
3715
|
-
var
|
|
3772
|
+
var executor_default9 = withRunExecutor(
|
|
3716
3773
|
"Storm TSDown build",
|
|
3717
3774
|
tsdownExecutorFn,
|
|
3718
3775
|
{
|
|
@@ -3750,7 +3807,7 @@ async function typiaExecutorFn(options, _, config) {
|
|
|
3750
3807
|
success: true
|
|
3751
3808
|
};
|
|
3752
3809
|
}
|
|
3753
|
-
var
|
|
3810
|
+
var executor_default10 = withRunExecutor(
|
|
3754
3811
|
"Typia runtime validation generator",
|
|
3755
3812
|
typiaExecutorFn,
|
|
3756
3813
|
{
|
|
@@ -3769,7 +3826,7 @@ var executor_default9 = withRunExecutor(
|
|
|
3769
3826
|
|
|
3770
3827
|
// ../workspace-tools/src/executors/unbuild/executor.ts
|
|
3771
3828
|
import { defu as defu6 } from "defu";
|
|
3772
|
-
import { createJiti } from "jiti";
|
|
3829
|
+
import { createJiti as createJiti2 } from "jiti";
|
|
3773
3830
|
async function unbuildExecutorFn(options, context, config) {
|
|
3774
3831
|
writeInfo("\u{1F4E6} Running Storm Unbuild executor on the workspace", config);
|
|
3775
3832
|
if (!context.projectsConfigurations?.projects || !context.projectName || !context.projectsConfigurations.projects[context.projectName]) {
|
|
@@ -3787,7 +3844,7 @@ async function unbuildExecutorFn(options, context, config) {
|
|
|
3787
3844
|
"The Build process failed because the project's source root is not valid. Please run this command from a workspace root directory."
|
|
3788
3845
|
);
|
|
3789
3846
|
}
|
|
3790
|
-
const jiti =
|
|
3847
|
+
const jiti = createJiti2(config.workspaceRoot, {
|
|
3791
3848
|
fsCache: config.skipCache ? false : joinPaths(
|
|
3792
3849
|
config.workspaceRoot,
|
|
3793
3850
|
config.directories.cache || "node_modules/.cache/storm",
|
|
@@ -3839,7 +3896,7 @@ async function unbuildExecutorFn(options, context, config) {
|
|
|
3839
3896
|
success: true
|
|
3840
3897
|
};
|
|
3841
3898
|
}
|
|
3842
|
-
var
|
|
3899
|
+
var executor_default11 = withRunExecutor(
|
|
3843
3900
|
"TypeScript Unbuild build",
|
|
3844
3901
|
unbuildExecutorFn,
|
|
3845
3902
|
{
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkK3LT4ES7js = require('./chunk-K3LT4ES7.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/up/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkK3LT4ES7js.withPulumiExecutor.call(void 0, "up", (options) => [
|
|
7
7
|
"--suppress-progress",
|
|
8
8
|
options.stack && `--stack=${options.stack}`,
|
|
9
9
|
options.skipPreview && "--skip-preview",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkK3LT4ES7js = require('./chunk-K3LT4ES7.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/refresh/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkK3LT4ES7js.withPulumiExecutor.call(void 0,
|
|
7
7
|
"refresh",
|
|
8
8
|
(options) => [
|
|
9
9
|
"--suppress-progress",
|
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-4QTVD7OG.js');
|
|
3
|
+
require('./chunk-IAKPV5G7.js');
|
|
4
|
+
require('./chunk-UEIKCJY3.js');
|
|
5
|
+
require('./chunk-SFCLTAPW.js');
|
|
6
|
+
require('./chunk-2Y33HKT2.js');
|
|
7
|
+
require('./chunk-K3LT4ES7.js');
|
|
8
|
+
require('./chunk-H5B2EFOD.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-MS6MGPBU.mjs";
|
|
3
|
+
import "./chunk-MAWPGE42.mjs";
|
|
4
|
+
import "./chunk-HHLUAA3S.mjs";
|
|
5
|
+
import "./chunk-7RVWGQFW.mjs";
|
|
6
|
+
import "./chunk-2XKL4VVW.mjs";
|
|
7
|
+
import "./chunk-FCPDQZGU.mjs";
|
|
8
|
+
import "./chunk-KSUFAKLM.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 _chunkKMYZWU5Hjs = require('./chunk-KMYZWU5H.js');
|
|
5
5
|
require('./chunk-QDPXTR73.js');
|
|
6
|
-
require('./chunk-
|
|
6
|
+
require('./chunk-H5B2EFOD.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGeneratorFn =
|
|
9
|
+
exports.initGeneratorFn = _chunkKMYZWU5Hjs.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-ZUKM26WN.mjs";
|
|
5
5
|
import "./chunk-5TB4HFDP.mjs";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-KSUFAKLM.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-4QTVD7OG.js');
|
|
12
|
+
require('./chunk-IAKPV5G7.js');
|
|
13
|
+
require('./chunk-UEIKCJY3.js');
|
|
14
|
+
require('./chunk-SFCLTAPW.js');
|
|
15
15
|
require('./chunk-N2YKXZ5R.js');
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
18
|
+
var _chunkKMYZWU5Hjs = require('./chunk-KMYZWU5H.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-2Y33HKT2.js');
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
var
|
|
28
|
-
require('./chunk-
|
|
27
|
+
var _chunkK3LT4ES7js = require('./chunk-K3LT4ES7.js');
|
|
28
|
+
require('./chunk-H5B2EFOD.js');
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
|
|
@@ -37,4 +37,4 @@ require('./chunk-LHT5W7UO.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 = _chunkKMYZWU5Hjs.initGeneratorFn; exports.securityGroup = _chunk7I63VQP3js.securityGroup; exports.subnet = _chunk7I63VQP3js.subnet; exports.vpc = _chunk7I63VQP3js.vpc; exports.withPulumiExecutor = _chunkK3LT4ES7js.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-MS6MGPBU.mjs";
|
|
12
|
+
import "./chunk-MAWPGE42.mjs";
|
|
13
|
+
import "./chunk-HHLUAA3S.mjs";
|
|
14
|
+
import "./chunk-7RVWGQFW.mjs";
|
|
15
15
|
import "./chunk-23KFTIT2.mjs";
|
|
16
16
|
import {
|
|
17
17
|
initGeneratorFn
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-ZUKM26WN.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-2XKL4VVW.mjs";
|
|
25
25
|
import {
|
|
26
26
|
withPulumiExecutor
|
|
27
|
-
} from "./chunk-
|
|
28
|
-
import "./chunk-
|
|
27
|
+
} from "./chunk-FCPDQZGU.mjs";
|
|
28
|
+
import "./chunk-KSUFAKLM.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 _chunkK3LT4ES7js = require('../../chunk-K3LT4ES7.js');
|
|
4
|
+
require('../../chunk-H5B2EFOD.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
exports.withPulumiExecutor =
|
|
7
|
+
exports.withPulumiExecutor = _chunkK3LT4ES7js.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 _chunkK3LT4ES7js = require('../../chunk-K3LT4ES7.js');
|
|
9
|
+
require('../../chunk-H5B2EFOD.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 = _chunkK3LT4ES7js.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-FCPDQZGU.mjs";
|
|
9
|
+
import "../../chunk-KSUFAKLM.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 _chunk2Y33HKT2js = require('../../../chunk-2Y33HKT2.js');
|
|
4
|
+
require('../../../chunk-K3LT4ES7.js');
|
|
5
|
+
require('../../../chunk-H5B2EFOD.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunk2Y33HKT2js.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-2XKL4VVW.mjs";
|
|
4
|
+
import "../../../chunk-FCPDQZGU.mjs";
|
|
5
|
+
import "../../../chunk-KSUFAKLM.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 _chunk4QTVD7OGjs = require('../../../chunk-4QTVD7OG.js');
|
|
4
|
+
require('../../../chunk-K3LT4ES7.js');
|
|
5
|
+
require('../../../chunk-H5B2EFOD.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunk4QTVD7OGjs.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-MS6MGPBU.mjs";
|
|
4
|
+
import "../../../chunk-FCPDQZGU.mjs";
|
|
5
|
+
import "../../../chunk-KSUFAKLM.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 _chunkIAKPV5G7js = require('../../../chunk-IAKPV5G7.js');
|
|
4
|
+
require('../../../chunk-K3LT4ES7.js');
|
|
5
|
+
require('../../../chunk-H5B2EFOD.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkIAKPV5G7js.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-MAWPGE42.mjs";
|
|
4
|
+
import "../../../chunk-FCPDQZGU.mjs";
|
|
5
|
+
import "../../../chunk-KSUFAKLM.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 _chunkUEIKCJY3js = require('../../../chunk-UEIKCJY3.js');
|
|
4
|
+
require('../../../chunk-K3LT4ES7.js');
|
|
5
|
+
require('../../../chunk-H5B2EFOD.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkUEIKCJY3js.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-HHLUAA3S.mjs";
|
|
4
|
+
import "../../../chunk-FCPDQZGU.mjs";
|
|
5
|
+
import "../../../chunk-KSUFAKLM.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 _chunkSFCLTAPWjs = require('../../../chunk-SFCLTAPW.js');
|
|
4
|
+
require('../../../chunk-K3LT4ES7.js');
|
|
5
|
+
require('../../../chunk-H5B2EFOD.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkSFCLTAPWjs.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-7RVWGQFW.mjs";
|
|
4
|
+
import "../../../chunk-FCPDQZGU.mjs";
|
|
5
|
+
import "../../../chunk-KSUFAKLM.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 _chunkKMYZWU5Hjs = require('../../../chunk-KMYZWU5H.js');
|
|
5
5
|
require('../../../chunk-QDPXTR73.js');
|
|
6
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-H5B2EFOD.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkKMYZWU5Hjs.generator_default; exports.initGeneratorFn = _chunkKMYZWU5Hjs.initGeneratorFn;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-ZUKM26WN.mjs";
|
|
5
5
|
import "../../../chunk-5TB4HFDP.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-KSUFAKLM.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.30",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "Tools for managing Pulumi infrastructure within a Nx workspace.",
|
|
6
6
|
"repository": {
|
|
@@ -155,9 +155,9 @@
|
|
|
155
155
|
"@nx/devkit": "^22.0.3",
|
|
156
156
|
"@pulumi/aws": "^6.83.2",
|
|
157
157
|
"@pulumi/awsx": "^2.22.0",
|
|
158
|
-
"@pulumi/pulumi": "^3.
|
|
159
|
-
"@storm-software/config": "^1.134.
|
|
160
|
-
"@storm-software/config-tools": "^1.188.
|
|
158
|
+
"@pulumi/pulumi": "^3.207.0",
|
|
159
|
+
"@storm-software/config": "^1.134.30",
|
|
160
|
+
"@storm-software/config-tools": "^1.188.30",
|
|
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": "9cb94503bd31113afe1893deb47dba3808c80e13"
|
|
175
175
|
}
|