@storm-software/pulumi-tools 0.7.66 → 0.7.68
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 +16 -0
- package/README.md +1 -1
- package/dist/{chunk-SFEDXEAP.js → chunk-2JAMLEZB.js} +2 -2
- package/dist/{chunk-ZPLIND4J.js → chunk-32323UTI.js} +6 -6
- package/dist/{chunk-W6M54G2W.mjs → chunk-6LKNICCD.mjs} +1 -1
- package/dist/{chunk-3FM2OLFY.js → chunk-7EVSIDDL.js} +2 -2
- package/dist/{chunk-HJIRWYVM.mjs → chunk-7WFQPXS2.mjs} +1 -1
- package/dist/{chunk-RK4VN42S.js → chunk-D4BUT7VU.js} +2 -2
- package/dist/{chunk-OO7K5FVX.mjs → chunk-D72T2MHG.mjs} +1 -1
- package/dist/{chunk-XS45I2XC.mjs → chunk-DSGV54NN.mjs} +1 -1
- package/dist/{chunk-MDAWJLVI.mjs → chunk-FDY2VOL2.mjs} +1 -1
- package/dist/{chunk-VCUPZ253.js → chunk-G4BW4S4W.js} +78 -32
- package/dist/{chunk-CCSME2OQ.mjs → chunk-K6N3JZLC.mjs} +1 -1
- package/dist/{chunk-4QKMQMV4.mjs → chunk-LGAEZ5LN.mjs} +4 -4
- package/dist/{chunk-SKXZCCRY.mjs → chunk-OOSJUREW.mjs} +78 -32
- package/dist/{chunk-WHDLXZDP.js → chunk-QOEFKFX4.js} +2 -2
- package/dist/{chunk-DF7BQ6B4.js → chunk-VXZZAK4S.js} +3 -3
- package/dist/{chunk-OSYGW3FK.js → chunk-ZD6FU2BH.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 +11 -11
- package/dist/index.mjs +11 -11
- package/dist/src/base/base-executor.js +3 -3
- package/dist/src/base/base-executor.mjs +2 -2
- package/dist/src/base/index.js +4 -4
- package/dist/src/base/index.mjs +4 -4
- 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 +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Pulumi Tools
|
|
4
4
|
|
|
5
|
+
## [0.7.68](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.7.68) (2025-04-29)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([f2e5028dd](https://github.com/storm-software/storm-ops/commit/f2e5028dd))
|
|
11
|
+
|
|
12
|
+
## [0.7.67](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.7.67) (2025-04-29)
|
|
13
|
+
|
|
14
|
+
### Miscellaneous
|
|
15
|
+
|
|
16
|
+
- **monorepo:** Regenerate README markdown files
|
|
17
|
+
([25750fcd9](https://github.com/storm-software/storm-ops/commit/25750fcd9))
|
|
18
|
+
- **monorepo:** Regenerate README markdown files
|
|
19
|
+
([87d08a499](https://github.com/storm-software/storm-ops/commit/87d08a499))
|
|
20
|
+
|
|
5
21
|
## [0.7.66](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.7.66) (2025-04-28)
|
|
6
22
|
|
|
7
23
|
### 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 -->
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkVXZZAK4Sjs = require('./chunk-VXZZAK4S.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/preview/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkVXZZAK4Sjs.withPulumiExecutor.call(void 0, "preview", (options) => [
|
|
7
7
|
options.stack && `--stack=${options.stack}`,
|
|
8
8
|
options.expectNoChanges && "--expect-no-changes"
|
|
9
9
|
]);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var _chunkDBLK3NPEjs = require('./chunk-DBLK3NPE.js');
|
|
4
3
|
|
|
5
4
|
|
|
5
|
+
var _chunkG4BW4S4Wjs = require('./chunk-G4BW4S4W.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkDBLK3NPEjs = require('./chunk-DBLK3NPE.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
@@ -15,7 +15,7 @@ var _devkit = require('@nx/devkit');
|
|
|
15
15
|
var _fs = require('fs');
|
|
16
16
|
var _path = require('path');
|
|
17
17
|
async function initGeneratorFn(tree, options, config) {
|
|
18
|
-
const task =
|
|
18
|
+
const task = _chunkG4BW4S4Wjs.initGenerator.call(void 0, tree, options);
|
|
19
19
|
_devkit.addProjectConfiguration.call(void 0, tree, options.name || "deployment", {
|
|
20
20
|
root: options.directory || "./deployment",
|
|
21
21
|
projectType: "application",
|
|
@@ -49,11 +49,11 @@ async function initGeneratorFn(tree, options, config) {
|
|
|
49
49
|
return task;
|
|
50
50
|
}
|
|
51
51
|
_chunk3GQAWCBQjs.__name.call(void 0, initGeneratorFn, "initGeneratorFn");
|
|
52
|
-
var generator_default =
|
|
52
|
+
var generator_default = _chunkG4BW4S4Wjs.withRunGenerator.call(void 0, "Initialize Storm Pulumi workspace", initGeneratorFn);
|
|
53
53
|
function generateNewPulumiProject(tree, options, config) {
|
|
54
54
|
return () => {
|
|
55
55
|
const template = _chunkDBLK3NPEjs.getCloudTemplateName.call(void 0, options.provider);
|
|
56
|
-
|
|
56
|
+
_chunkG4BW4S4Wjs.run.call(void 0, config, [
|
|
57
57
|
`pulumi new ${template}`,
|
|
58
58
|
`--name=${options.name || "deployment"}`,
|
|
59
59
|
`--dir=${options.directory || "./deployment"}`,
|
|
@@ -73,7 +73,7 @@ function loginToPulumi(tree, options, config) {
|
|
|
73
73
|
if (options.login.startsWith("file://")) {
|
|
74
74
|
options.login = `file://${tree.root}/${options.directory || "./deployment"}/${options.login.replace("file://", "")}`;
|
|
75
75
|
}
|
|
76
|
-
|
|
76
|
+
_chunkG4BW4S4Wjs.run.call(void 0, config, [
|
|
77
77
|
"pulumi login",
|
|
78
78
|
options.login
|
|
79
79
|
].filter(Boolean).join(" "), _path.join.call(void 0, config.workspaceRoot, options.directory || "./deployment"), "inherit", {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkVXZZAK4Sjs = require('./chunk-VXZZAK4S.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/refresh/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkVXZZAK4Sjs.withPulumiExecutor.call(void 0, "refresh", (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 _chunkVXZZAK4Sjs = require('./chunk-VXZZAK4S.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/up/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkVXZZAK4Sjs.withPulumiExecutor.call(void 0, "up", (options) => [
|
|
7
7
|
"--suppress-progress",
|
|
8
8
|
options.stack && `--stack=${options.stack}`,
|
|
9
9
|
options.skipPreview && "--skip-preview",
|
|
@@ -1840,7 +1840,6 @@ var DEFAULT_COMPILED_BANNER = `/*****************************************
|
|
|
1840
1840
|
*****************************************/
|
|
1841
1841
|
`;
|
|
1842
1842
|
var DEFAULT_ENVIRONMENT = "production";
|
|
1843
|
-
var DEFAULT_TARGET = "esnext";
|
|
1844
1843
|
var DEFAULT_ORGANIZATION = "storm-software";
|
|
1845
1844
|
|
|
1846
1845
|
// ../build-tools/src/plugins/swc.ts
|
|
@@ -2077,9 +2076,7 @@ _chunk3GQAWCBQjs.__name.call(void 0, cleanDirectories, "cleanDirectories");
|
|
|
2077
2076
|
var DEFAULT_BUILD_OPTIONS = {
|
|
2078
2077
|
assets: [],
|
|
2079
2078
|
platform: "node",
|
|
2080
|
-
target:
|
|
2081
|
-
"esnext"
|
|
2082
|
-
],
|
|
2079
|
+
target: "node22",
|
|
2083
2080
|
format: "esm",
|
|
2084
2081
|
tsconfig: "tsconfig.json",
|
|
2085
2082
|
mode: "production",
|
|
@@ -2088,9 +2085,11 @@ var DEFAULT_BUILD_OPTIONS = {
|
|
|
2088
2085
|
keepNames: true,
|
|
2089
2086
|
metafile: false,
|
|
2090
2087
|
treeshake: true,
|
|
2088
|
+
splitting: true,
|
|
2091
2089
|
shims: false,
|
|
2092
2090
|
watch: false,
|
|
2093
2091
|
bundle: true,
|
|
2092
|
+
distDir: "dist",
|
|
2094
2093
|
loader: {
|
|
2095
2094
|
".aac": "file",
|
|
2096
2095
|
".css": "file",
|
|
@@ -2235,29 +2234,23 @@ async function resolveContext(userOptions) {
|
|
|
2235
2234
|
throw new Error("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.");
|
|
2236
2235
|
}
|
|
2237
2236
|
const options = _defu2.default.call(void 0, userOptions, DEFAULT_BUILD_OPTIONS);
|
|
2238
|
-
options.name ??=
|
|
2239
|
-
options.target ??= DEFAULT_TARGET;
|
|
2237
|
+
options.name ??= projectName;
|
|
2240
2238
|
const packageJsonPath = joinPaths(workspaceRoot3.dir, options.projectRoot, "package.json");
|
|
2241
2239
|
if (!_fs.existsSync.call(void 0, packageJsonPath)) {
|
|
2242
2240
|
throw new Error("Cannot find package.json configuration");
|
|
2243
2241
|
}
|
|
2244
2242
|
const env = getEnv("esbuild", options);
|
|
2243
|
+
const define = _defu2.default.call(void 0, _nullishCoalesce(options.define, () => ( {})), _nullishCoalesce(env, () => ( {})));
|
|
2245
2244
|
const resolvedOptions = {
|
|
2246
2245
|
...options,
|
|
2247
2246
|
tsconfig: joinPaths(projectRoot, userOptions.tsconfig ? userOptions.tsconfig.replace(projectRoot, "") : "tsconfig.json"),
|
|
2248
|
-
distDir: "dist",
|
|
2249
|
-
name: projectName,
|
|
2250
2247
|
metafile: userOptions.mode === "development",
|
|
2251
|
-
...userOptions,
|
|
2252
2248
|
clean: false,
|
|
2253
|
-
target: userOptions.target || options.target,
|
|
2254
|
-
splitting: options.format === "iife" ? false : options.treeshake === void 0 ? options.splitting : true,
|
|
2255
2249
|
env,
|
|
2256
2250
|
define: {
|
|
2257
2251
|
STORM_FORMAT: JSON.stringify(options.format),
|
|
2258
|
-
...
|
|
2259
|
-
|
|
2260
|
-
const value = JSON.stringify(env[key]);
|
|
2252
|
+
...Object.keys(define).filter((key) => define[key] !== void 0).reduce((res, key) => {
|
|
2253
|
+
const value = JSON.stringify(define[key]);
|
|
2261
2254
|
const safeKey = key.replaceAll("(", "").replaceAll(")", "");
|
|
2262
2255
|
return {
|
|
2263
2256
|
...res,
|
|
@@ -2299,26 +2292,79 @@ async function generatePackageJson(context) {
|
|
|
2299
2292
|
if (context.options.entry) {
|
|
2300
2293
|
packageJson.exports ??= {};
|
|
2301
2294
|
packageJson.exports["./package.json"] ??= "./package.json";
|
|
2302
|
-
packageJson.exports["."] ??= `.${context.options.distDir ? `/${context.options.distDir}` : ""}/index.js`;
|
|
2303
2295
|
const entryPoints = Array.isArray(context.options.entry) ? context.options.entry : Object.keys(context.options.entry);
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2296
|
+
if (entryPoints.length > 0) {
|
|
2297
|
+
const defaultEntry = entryPoints.includes("index") ? `.${context.options.distDir ? `/${context.options.distDir}` : ""}/index` : `.${context.options.distDir ? `/${context.options.distDir}` : ""}/${entryPoints[0]}`;
|
|
2298
|
+
const isEsm = Array.isArray(context.options.format) ? context.options.format.includes("esm") : context.options.format === "esm";
|
|
2299
|
+
const isCjs = Array.isArray(context.options.format) ? context.options.format.includes("cjs") : context.options.format === "cjs";
|
|
2300
|
+
const isDts = context.options.dts || context.options.experimentalDts;
|
|
2301
|
+
packageJson.exports["."] ??= `${defaultEntry}.${isEsm ? "mjs" : isCjs ? "cjs" : "js"}`;
|
|
2302
|
+
for (const entryPoint of entryPoints) {
|
|
2303
|
+
packageJson.exports[`./${entryPoint}`] ??= {};
|
|
2304
|
+
if (isEsm) {
|
|
2305
|
+
if (isDts) {
|
|
2306
|
+
packageJson.exports[`./${entryPoint}`].import = {
|
|
2307
|
+
types: `./dist/${entryPoint}.d.mts`,
|
|
2308
|
+
default: `./dist/${entryPoint}.mjs`
|
|
2309
|
+
};
|
|
2310
|
+
} else {
|
|
2311
|
+
packageJson.exports[`./${entryPoint}`].import = `./dist/${entryPoint}.mjs`;
|
|
2312
|
+
}
|
|
2313
|
+
if (isDts) {
|
|
2314
|
+
packageJson.exports[`./${entryPoint}`].default = {
|
|
2315
|
+
types: `./dist/${entryPoint}.d.mts`,
|
|
2316
|
+
default: `./dist/${entryPoint}.mjs`
|
|
2317
|
+
};
|
|
2318
|
+
} else {
|
|
2319
|
+
packageJson.exports[`./${entryPoint}`].default = `./dist/${entryPoint}.mjs`;
|
|
2320
|
+
}
|
|
2321
|
+
}
|
|
2322
|
+
if (isCjs) {
|
|
2323
|
+
if (isDts) {
|
|
2324
|
+
packageJson.exports[`./${entryPoint}`].require = {
|
|
2325
|
+
types: `./dist/${entryPoint}.d.cts`,
|
|
2326
|
+
default: `./dist/${entryPoint}.cjs`
|
|
2327
|
+
};
|
|
2328
|
+
} else {
|
|
2329
|
+
packageJson.exports[`./${entryPoint}`].require = `./dist/${entryPoint}.cjs`;
|
|
2330
|
+
}
|
|
2331
|
+
if (!isEsm) {
|
|
2332
|
+
if (isDts) {
|
|
2333
|
+
packageJson.exports[`./${entryPoint}`].default = {
|
|
2334
|
+
types: `./dist/${entryPoint}.d.cts`,
|
|
2335
|
+
default: `./dist/${entryPoint}.cjs`
|
|
2336
|
+
};
|
|
2337
|
+
} else {
|
|
2338
|
+
packageJson.exports[`./${entryPoint}`].default = `./dist/${entryPoint}.cjs`;
|
|
2339
|
+
}
|
|
2340
|
+
}
|
|
2341
|
+
}
|
|
2342
|
+
if (!isEsm && !isCjs) {
|
|
2343
|
+
if (isDts) {
|
|
2344
|
+
packageJson.exports[`./${entryPoint}`].default = {
|
|
2345
|
+
types: `./dist/${entryPoint}.d.ts`,
|
|
2346
|
+
default: `./dist/${entryPoint}.js`
|
|
2347
|
+
};
|
|
2348
|
+
} else {
|
|
2349
|
+
packageJson.exports[`./${entryPoint}`].default = `./dist/${entryPoint}.js`;
|
|
2350
|
+
}
|
|
2351
|
+
}
|
|
2308
2352
|
}
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
packageJson.exports = Object.keys(packageJson.exports).reduce((ret, key) => {
|
|
2317
|
-
if (key.endsWith("/index") && !ret[key.replace("/index", "")]) {
|
|
2318
|
-
ret[key.replace("/index", "")] = packageJson.exports[key];
|
|
2353
|
+
if (isEsm) {
|
|
2354
|
+
packageJson.module = `${defaultEntry}.mjs`;
|
|
2355
|
+
} else {
|
|
2356
|
+
packageJson.main = `${defaultEntry}.cjs`;
|
|
2357
|
+
}
|
|
2358
|
+
if (isDts) {
|
|
2359
|
+
packageJson.types = `${defaultEntry}.d.${isEsm ? "mts" : isCjs ? "cts" : "ts"}`;
|
|
2319
2360
|
}
|
|
2320
|
-
|
|
2321
|
-
|
|
2361
|
+
packageJson.exports = Object.keys(packageJson.exports).reduce((ret, key) => {
|
|
2362
|
+
if (key.endsWith("/index") && !ret[key.replace("/index", "")]) {
|
|
2363
|
+
ret[key.replace("/index", "")] = packageJson.exports[key];
|
|
2364
|
+
}
|
|
2365
|
+
return ret;
|
|
2366
|
+
}, packageJson.exports);
|
|
2367
|
+
}
|
|
2322
2368
|
}
|
|
2323
2369
|
await _devkit.writeJsonFile.call(void 0, joinPaths(context.outputPath, "package.json"), packageJson);
|
|
2324
2370
|
stopwatch();
|
|
@@ -2331,7 +2377,7 @@ async function executeTsup(context) {
|
|
|
2331
2377
|
const stopwatch = getStopwatch(`${context.options.name} build`);
|
|
2332
2378
|
await _tsup.build.call(void 0, {
|
|
2333
2379
|
...context.options,
|
|
2334
|
-
outDir: context.outputPath,
|
|
2380
|
+
outDir: context.options.distDir ? joinPaths(context.outputPath, context.options.distDir) : context.outputPath,
|
|
2335
2381
|
workspaceConfig: context.workspaceConfig
|
|
2336
2382
|
});
|
|
2337
2383
|
stopwatch();
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
getCloudTemplateName
|
|
3
|
-
} from "./chunk-CRMMXYRU.mjs";
|
|
4
1
|
import {
|
|
5
2
|
initGenerator,
|
|
6
3
|
run,
|
|
7
4
|
withRunGenerator
|
|
8
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-OOSJUREW.mjs";
|
|
6
|
+
import {
|
|
7
|
+
getCloudTemplateName
|
|
8
|
+
} from "./chunk-CRMMXYRU.mjs";
|
|
9
9
|
import {
|
|
10
10
|
__name
|
|
11
11
|
} from "./chunk-NM2XRTN6.mjs";
|
|
@@ -1841,7 +1841,6 @@ var DEFAULT_COMPILED_BANNER = `/*****************************************
|
|
|
1841
1841
|
*****************************************/
|
|
1842
1842
|
`;
|
|
1843
1843
|
var DEFAULT_ENVIRONMENT = "production";
|
|
1844
|
-
var DEFAULT_TARGET = "esnext";
|
|
1845
1844
|
var DEFAULT_ORGANIZATION = "storm-software";
|
|
1846
1845
|
|
|
1847
1846
|
// ../build-tools/src/plugins/swc.ts
|
|
@@ -2078,9 +2077,7 @@ __name(cleanDirectories, "cleanDirectories");
|
|
|
2078
2077
|
var DEFAULT_BUILD_OPTIONS = {
|
|
2079
2078
|
assets: [],
|
|
2080
2079
|
platform: "node",
|
|
2081
|
-
target:
|
|
2082
|
-
"esnext"
|
|
2083
|
-
],
|
|
2080
|
+
target: "node22",
|
|
2084
2081
|
format: "esm",
|
|
2085
2082
|
tsconfig: "tsconfig.json",
|
|
2086
2083
|
mode: "production",
|
|
@@ -2089,9 +2086,11 @@ var DEFAULT_BUILD_OPTIONS = {
|
|
|
2089
2086
|
keepNames: true,
|
|
2090
2087
|
metafile: false,
|
|
2091
2088
|
treeshake: true,
|
|
2089
|
+
splitting: true,
|
|
2092
2090
|
shims: false,
|
|
2093
2091
|
watch: false,
|
|
2094
2092
|
bundle: true,
|
|
2093
|
+
distDir: "dist",
|
|
2095
2094
|
loader: {
|
|
2096
2095
|
".aac": "file",
|
|
2097
2096
|
".css": "file",
|
|
@@ -2236,29 +2235,23 @@ async function resolveContext(userOptions) {
|
|
|
2236
2235
|
throw new Error("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.");
|
|
2237
2236
|
}
|
|
2238
2237
|
const options = defu4(userOptions, DEFAULT_BUILD_OPTIONS);
|
|
2239
|
-
options.name ??=
|
|
2240
|
-
options.target ??= DEFAULT_TARGET;
|
|
2238
|
+
options.name ??= projectName;
|
|
2241
2239
|
const packageJsonPath = joinPaths(workspaceRoot3.dir, options.projectRoot, "package.json");
|
|
2242
2240
|
if (!existsSync5(packageJsonPath)) {
|
|
2243
2241
|
throw new Error("Cannot find package.json configuration");
|
|
2244
2242
|
}
|
|
2245
2243
|
const env = getEnv("esbuild", options);
|
|
2244
|
+
const define = defu4(options.define ?? {}, env ?? {});
|
|
2246
2245
|
const resolvedOptions = {
|
|
2247
2246
|
...options,
|
|
2248
2247
|
tsconfig: joinPaths(projectRoot, userOptions.tsconfig ? userOptions.tsconfig.replace(projectRoot, "") : "tsconfig.json"),
|
|
2249
|
-
distDir: "dist",
|
|
2250
|
-
name: projectName,
|
|
2251
2248
|
metafile: userOptions.mode === "development",
|
|
2252
|
-
...userOptions,
|
|
2253
2249
|
clean: false,
|
|
2254
|
-
target: userOptions.target || options.target,
|
|
2255
|
-
splitting: options.format === "iife" ? false : options.treeshake === void 0 ? options.splitting : true,
|
|
2256
2250
|
env,
|
|
2257
2251
|
define: {
|
|
2258
2252
|
STORM_FORMAT: JSON.stringify(options.format),
|
|
2259
|
-
...
|
|
2260
|
-
|
|
2261
|
-
const value = JSON.stringify(env[key]);
|
|
2253
|
+
...Object.keys(define).filter((key) => define[key] !== void 0).reduce((res, key) => {
|
|
2254
|
+
const value = JSON.stringify(define[key]);
|
|
2262
2255
|
const safeKey = key.replaceAll("(", "").replaceAll(")", "");
|
|
2263
2256
|
return {
|
|
2264
2257
|
...res,
|
|
@@ -2300,26 +2293,79 @@ async function generatePackageJson(context) {
|
|
|
2300
2293
|
if (context.options.entry) {
|
|
2301
2294
|
packageJson.exports ??= {};
|
|
2302
2295
|
packageJson.exports["./package.json"] ??= "./package.json";
|
|
2303
|
-
packageJson.exports["."] ??= `.${context.options.distDir ? `/${context.options.distDir}` : ""}/index.js`;
|
|
2304
2296
|
const entryPoints = Array.isArray(context.options.entry) ? context.options.entry : Object.keys(context.options.entry);
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2297
|
+
if (entryPoints.length > 0) {
|
|
2298
|
+
const defaultEntry = entryPoints.includes("index") ? `.${context.options.distDir ? `/${context.options.distDir}` : ""}/index` : `.${context.options.distDir ? `/${context.options.distDir}` : ""}/${entryPoints[0]}`;
|
|
2299
|
+
const isEsm = Array.isArray(context.options.format) ? context.options.format.includes("esm") : context.options.format === "esm";
|
|
2300
|
+
const isCjs = Array.isArray(context.options.format) ? context.options.format.includes("cjs") : context.options.format === "cjs";
|
|
2301
|
+
const isDts = context.options.dts || context.options.experimentalDts;
|
|
2302
|
+
packageJson.exports["."] ??= `${defaultEntry}.${isEsm ? "mjs" : isCjs ? "cjs" : "js"}`;
|
|
2303
|
+
for (const entryPoint of entryPoints) {
|
|
2304
|
+
packageJson.exports[`./${entryPoint}`] ??= {};
|
|
2305
|
+
if (isEsm) {
|
|
2306
|
+
if (isDts) {
|
|
2307
|
+
packageJson.exports[`./${entryPoint}`].import = {
|
|
2308
|
+
types: `./dist/${entryPoint}.d.mts`,
|
|
2309
|
+
default: `./dist/${entryPoint}.mjs`
|
|
2310
|
+
};
|
|
2311
|
+
} else {
|
|
2312
|
+
packageJson.exports[`./${entryPoint}`].import = `./dist/${entryPoint}.mjs`;
|
|
2313
|
+
}
|
|
2314
|
+
if (isDts) {
|
|
2315
|
+
packageJson.exports[`./${entryPoint}`].default = {
|
|
2316
|
+
types: `./dist/${entryPoint}.d.mts`,
|
|
2317
|
+
default: `./dist/${entryPoint}.mjs`
|
|
2318
|
+
};
|
|
2319
|
+
} else {
|
|
2320
|
+
packageJson.exports[`./${entryPoint}`].default = `./dist/${entryPoint}.mjs`;
|
|
2321
|
+
}
|
|
2322
|
+
}
|
|
2323
|
+
if (isCjs) {
|
|
2324
|
+
if (isDts) {
|
|
2325
|
+
packageJson.exports[`./${entryPoint}`].require = {
|
|
2326
|
+
types: `./dist/${entryPoint}.d.cts`,
|
|
2327
|
+
default: `./dist/${entryPoint}.cjs`
|
|
2328
|
+
};
|
|
2329
|
+
} else {
|
|
2330
|
+
packageJson.exports[`./${entryPoint}`].require = `./dist/${entryPoint}.cjs`;
|
|
2331
|
+
}
|
|
2332
|
+
if (!isEsm) {
|
|
2333
|
+
if (isDts) {
|
|
2334
|
+
packageJson.exports[`./${entryPoint}`].default = {
|
|
2335
|
+
types: `./dist/${entryPoint}.d.cts`,
|
|
2336
|
+
default: `./dist/${entryPoint}.cjs`
|
|
2337
|
+
};
|
|
2338
|
+
} else {
|
|
2339
|
+
packageJson.exports[`./${entryPoint}`].default = `./dist/${entryPoint}.cjs`;
|
|
2340
|
+
}
|
|
2341
|
+
}
|
|
2342
|
+
}
|
|
2343
|
+
if (!isEsm && !isCjs) {
|
|
2344
|
+
if (isDts) {
|
|
2345
|
+
packageJson.exports[`./${entryPoint}`].default = {
|
|
2346
|
+
types: `./dist/${entryPoint}.d.ts`,
|
|
2347
|
+
default: `./dist/${entryPoint}.js`
|
|
2348
|
+
};
|
|
2349
|
+
} else {
|
|
2350
|
+
packageJson.exports[`./${entryPoint}`].default = `./dist/${entryPoint}.js`;
|
|
2351
|
+
}
|
|
2352
|
+
}
|
|
2309
2353
|
}
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
packageJson.exports = Object.keys(packageJson.exports).reduce((ret, key) => {
|
|
2318
|
-
if (key.endsWith("/index") && !ret[key.replace("/index", "")]) {
|
|
2319
|
-
ret[key.replace("/index", "")] = packageJson.exports[key];
|
|
2354
|
+
if (isEsm) {
|
|
2355
|
+
packageJson.module = `${defaultEntry}.mjs`;
|
|
2356
|
+
} else {
|
|
2357
|
+
packageJson.main = `${defaultEntry}.cjs`;
|
|
2358
|
+
}
|
|
2359
|
+
if (isDts) {
|
|
2360
|
+
packageJson.types = `${defaultEntry}.d.${isEsm ? "mts" : isCjs ? "cts" : "ts"}`;
|
|
2320
2361
|
}
|
|
2321
|
-
|
|
2322
|
-
|
|
2362
|
+
packageJson.exports = Object.keys(packageJson.exports).reduce((ret, key) => {
|
|
2363
|
+
if (key.endsWith("/index") && !ret[key.replace("/index", "")]) {
|
|
2364
|
+
ret[key.replace("/index", "")] = packageJson.exports[key];
|
|
2365
|
+
}
|
|
2366
|
+
return ret;
|
|
2367
|
+
}, packageJson.exports);
|
|
2368
|
+
}
|
|
2323
2369
|
}
|
|
2324
2370
|
await writeJsonFile(joinPaths(context.outputPath, "package.json"), packageJson);
|
|
2325
2371
|
stopwatch();
|
|
@@ -2332,7 +2378,7 @@ async function executeTsup(context) {
|
|
|
2332
2378
|
const stopwatch = getStopwatch(`${context.options.name} build`);
|
|
2333
2379
|
await tsup({
|
|
2334
2380
|
...context.options,
|
|
2335
|
-
outDir: context.outputPath,
|
|
2381
|
+
outDir: context.options.distDir ? joinPaths(context.outputPath, context.options.distDir) : context.outputPath,
|
|
2336
2382
|
workspaceConfig: context.workspaceConfig
|
|
2337
2383
|
});
|
|
2338
2384
|
stopwatch();
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkVXZZAK4Sjs = require('./chunk-VXZZAK4S.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/config/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkVXZZAK4Sjs.withPulumiExecutor.call(void 0, "config", (options) => [
|
|
7
7
|
options.action,
|
|
8
8
|
options.showSecrets && `--show-secrets`,
|
|
9
9
|
options.secret && `--secret`,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkG4BW4S4Wjs = require('./chunk-G4BW4S4W.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
@@ -10,7 +10,7 @@ var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
|
10
10
|
var _path = require('path');
|
|
11
11
|
var _shelljs = require('shelljs');
|
|
12
12
|
var withPulumiExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (command, argsMapper, executorOptions = {}) => async (_options, context) => {
|
|
13
|
-
return
|
|
13
|
+
return _chunkG4BW4S4Wjs.withRunExecutor.call(void 0, `Pulumi \`${command}\` Command Executor`, async (options, context2, config) => {
|
|
14
14
|
if (!_shelljs.which.call(void 0, "pulumi")) {
|
|
15
15
|
throw new Error("Pulumi is not installed. Please install it before running this executor.");
|
|
16
16
|
}
|
|
@@ -18,7 +18,7 @@ var withPulumiExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (c
|
|
|
18
18
|
throw new Error("The Build process failed because the context is not valid. Please run this command from a workspace.");
|
|
19
19
|
}
|
|
20
20
|
const { sourceRoot } = context2.projectsConfigurations.projects[context2.projectName];
|
|
21
|
-
|
|
21
|
+
_chunkG4BW4S4Wjs.run.call(void 0, config, [
|
|
22
22
|
"pulumi",
|
|
23
23
|
command,
|
|
24
24
|
...argsMapper(options)
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkVXZZAK4Sjs = require('./chunk-VXZZAK4S.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/import/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkVXZZAK4Sjs.withPulumiExecutor.call(void 0, "import", (options) => [
|
|
7
7
|
options.target,
|
|
8
8
|
options.name,
|
|
9
9
|
options.id,
|
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-QOEFKFX4.js');
|
|
3
|
+
require('./chunk-ZD6FU2BH.js');
|
|
4
|
+
require('./chunk-2JAMLEZB.js');
|
|
5
|
+
require('./chunk-D4BUT7VU.js');
|
|
6
|
+
require('./chunk-7EVSIDDL.js');
|
|
7
|
+
require('./chunk-VXZZAK4S.js');
|
|
8
|
+
require('./chunk-G4BW4S4W.js');
|
|
9
9
|
require('./chunk-3GQAWCBQ.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "./chunk-UV4HQO3Y.mjs";
|
|
2
|
-
import "./chunk-
|
|
3
|
-
import "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-K6N3JZLC.mjs";
|
|
3
|
+
import "./chunk-7WFQPXS2.mjs";
|
|
4
|
+
import "./chunk-D72T2MHG.mjs";
|
|
5
|
+
import "./chunk-DSGV54NN.mjs";
|
|
6
|
+
import "./chunk-6LKNICCD.mjs";
|
|
7
|
+
import "./chunk-FDY2VOL2.mjs";
|
|
8
|
+
import "./chunk-OOSJUREW.mjs";
|
|
9
9
|
import "./chunk-NM2XRTN6.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 _chunk32323UTIjs = require('./chunk-32323UTI.js');
|
|
5
|
+
require('./chunk-G4BW4S4W.js');
|
|
5
6
|
require('./chunk-DBLK3NPE.js');
|
|
6
|
-
require('./chunk-VCUPZ253.js');
|
|
7
7
|
require('./chunk-3GQAWCBQ.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.initGeneratorFn =
|
|
10
|
+
exports.initGeneratorFn = _chunk32323UTIjs.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-LGAEZ5LN.mjs";
|
|
5
|
+
import "./chunk-OOSJUREW.mjs";
|
|
5
6
|
import "./chunk-CRMMXYRU.mjs";
|
|
6
|
-
import "./chunk-SKXZCCRY.mjs";
|
|
7
7
|
import "./chunk-NM2XRTN6.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-QOEFKFX4.js');
|
|
3
|
+
require('./chunk-ZD6FU2BH.js');
|
|
4
|
+
require('./chunk-2JAMLEZB.js');
|
|
5
|
+
require('./chunk-D4BUT7VU.js');
|
|
6
|
+
require('./chunk-7EVSIDDL.js');
|
|
6
7
|
require('./chunk-N2YKXZ5R.js');
|
|
8
|
+
require('./chunk-GUQOEBFW.js');
|
|
7
9
|
|
|
8
10
|
|
|
9
|
-
var
|
|
10
|
-
require('./chunk-GUQOEBFW.js');
|
|
11
|
+
var _chunkVXZZAK4Sjs = require('./chunk-VXZZAK4S.js');
|
|
11
12
|
|
|
12
13
|
|
|
14
|
+
var _chunk32323UTIjs = require('./chunk-32323UTI.js');
|
|
15
|
+
require('./chunk-G4BW4S4W.js');
|
|
13
16
|
|
|
14
|
-
var _chunkDBLK3NPEjs = require('./chunk-DBLK3NPE.js');
|
|
15
|
-
require('./chunk-WHDLXZDP.js');
|
|
16
17
|
|
|
17
18
|
|
|
18
|
-
var
|
|
19
|
-
require('./chunk-VCUPZ253.js');
|
|
19
|
+
var _chunkDBLK3NPEjs = require('./chunk-DBLK3NPE.js');
|
|
20
20
|
require('./chunk-3GQAWCBQ.js');
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
exports.Provider = _chunkDBLK3NPEjs.Provider; exports.getCloudTemplateName = _chunkDBLK3NPEjs.getCloudTemplateName; exports.initGeneratorFn =
|
|
26
|
+
exports.Provider = _chunkDBLK3NPEjs.Provider; exports.getCloudTemplateName = _chunkDBLK3NPEjs.getCloudTemplateName; exports.initGeneratorFn = _chunk32323UTIjs.initGeneratorFn; exports.withPulumiExecutor = _chunkVXZZAK4Sjs.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-K6N3JZLC.mjs";
|
|
3
|
+
import "./chunk-7WFQPXS2.mjs";
|
|
4
|
+
import "./chunk-D72T2MHG.mjs";
|
|
5
|
+
import "./chunk-DSGV54NN.mjs";
|
|
6
|
+
import "./chunk-6LKNICCD.mjs";
|
|
6
7
|
import "./chunk-23KFTIT2.mjs";
|
|
8
|
+
import "./chunk-CA7S5MOH.mjs";
|
|
9
|
+
import {
|
|
10
|
+
withPulumiExecutor
|
|
11
|
+
} from "./chunk-FDY2VOL2.mjs";
|
|
7
12
|
import {
|
|
8
13
|
initGeneratorFn
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
14
|
+
} from "./chunk-LGAEZ5LN.mjs";
|
|
15
|
+
import "./chunk-OOSJUREW.mjs";
|
|
11
16
|
import {
|
|
12
17
|
Provider,
|
|
13
18
|
getCloudTemplateName
|
|
14
19
|
} from "./chunk-CRMMXYRU.mjs";
|
|
15
|
-
import "./chunk-CCSME2OQ.mjs";
|
|
16
|
-
import {
|
|
17
|
-
withPulumiExecutor
|
|
18
|
-
} from "./chunk-MDAWJLVI.mjs";
|
|
19
|
-
import "./chunk-SKXZCCRY.mjs";
|
|
20
20
|
import "./chunk-NM2XRTN6.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 _chunkVXZZAK4Sjs = require('../../chunk-VXZZAK4S.js');
|
|
4
|
+
require('../../chunk-G4BW4S4W.js');
|
|
5
5
|
require('../../chunk-3GQAWCBQ.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.withPulumiExecutor =
|
|
8
|
+
exports.withPulumiExecutor = _chunkVXZZAK4Sjs.withPulumiExecutor;
|
package/dist/src/base/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../../chunk-GUQOEBFW.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
var _chunkVXZZAK4Sjs = require('../../chunk-VXZZAK4S.js');
|
|
5
|
+
require('../../chunk-G4BW4S4W.js');
|
|
4
6
|
|
|
5
|
-
var _chunkDBLK3NPEjs = require('../../chunk-DBLK3NPE.js');
|
|
6
7
|
|
|
7
8
|
|
|
8
|
-
var
|
|
9
|
-
require('../../chunk-VCUPZ253.js');
|
|
9
|
+
var _chunkDBLK3NPEjs = require('../../chunk-DBLK3NPE.js');
|
|
10
10
|
require('../../chunk-3GQAWCBQ.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.Provider = _chunkDBLK3NPEjs.Provider; exports.getCloudTemplateName = _chunkDBLK3NPEjs.getCloudTemplateName; exports.withPulumiExecutor =
|
|
15
|
+
exports.Provider = _chunkDBLK3NPEjs.Provider; exports.getCloudTemplateName = _chunkDBLK3NPEjs.getCloudTemplateName; exports.withPulumiExecutor = _chunkVXZZAK4Sjs.withPulumiExecutor;
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import "../../chunk-CA7S5MOH.mjs";
|
|
2
|
+
import {
|
|
3
|
+
withPulumiExecutor
|
|
4
|
+
} from "../../chunk-FDY2VOL2.mjs";
|
|
5
|
+
import "../../chunk-OOSJUREW.mjs";
|
|
2
6
|
import {
|
|
3
7
|
Provider,
|
|
4
8
|
getCloudTemplateName
|
|
5
9
|
} from "../../chunk-CRMMXYRU.mjs";
|
|
6
|
-
import {
|
|
7
|
-
withPulumiExecutor
|
|
8
|
-
} from "../../chunk-MDAWJLVI.mjs";
|
|
9
|
-
import "../../chunk-SKXZCCRY.mjs";
|
|
10
10
|
import "../../chunk-NM2XRTN6.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 _chunkQOEFKFX4js = require('../../../chunk-QOEFKFX4.js');
|
|
4
|
+
require('../../../chunk-VXZZAK4S.js');
|
|
5
|
+
require('../../../chunk-G4BW4S4W.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkQOEFKFX4js.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-K6N3JZLC.mjs";
|
|
4
|
+
import "../../../chunk-FDY2VOL2.mjs";
|
|
5
|
+
import "../../../chunk-OOSJUREW.mjs";
|
|
6
6
|
import "../../../chunk-NM2XRTN6.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 _chunkZD6FU2BHjs = require('../../../chunk-ZD6FU2BH.js');
|
|
4
|
+
require('../../../chunk-VXZZAK4S.js');
|
|
5
|
+
require('../../../chunk-G4BW4S4W.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkZD6FU2BHjs.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-7WFQPXS2.mjs";
|
|
4
|
+
import "../../../chunk-FDY2VOL2.mjs";
|
|
5
|
+
import "../../../chunk-OOSJUREW.mjs";
|
|
6
6
|
import "../../../chunk-NM2XRTN6.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 _chunk2JAMLEZBjs = require('../../../chunk-2JAMLEZB.js');
|
|
4
|
+
require('../../../chunk-VXZZAK4S.js');
|
|
5
|
+
require('../../../chunk-G4BW4S4W.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunk2JAMLEZBjs.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-D72T2MHG.mjs";
|
|
4
|
+
import "../../../chunk-FDY2VOL2.mjs";
|
|
5
|
+
import "../../../chunk-OOSJUREW.mjs";
|
|
6
6
|
import "../../../chunk-NM2XRTN6.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 _chunk7EVSIDDLjs = require('../../../chunk-7EVSIDDL.js');
|
|
4
|
+
require('../../../chunk-VXZZAK4S.js');
|
|
5
|
+
require('../../../chunk-G4BW4S4W.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunk7EVSIDDLjs.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-6LKNICCD.mjs";
|
|
4
|
+
import "../../../chunk-FDY2VOL2.mjs";
|
|
5
|
+
import "../../../chunk-OOSJUREW.mjs";
|
|
6
6
|
import "../../../chunk-NM2XRTN6.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 _chunkD4BUT7VUjs = require('../../../chunk-D4BUT7VU.js');
|
|
4
|
+
require('../../../chunk-VXZZAK4S.js');
|
|
5
|
+
require('../../../chunk-G4BW4S4W.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkD4BUT7VUjs.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-DSGV54NN.mjs";
|
|
4
|
+
import "../../../chunk-FDY2VOL2.mjs";
|
|
5
|
+
import "../../../chunk-OOSJUREW.mjs";
|
|
6
6
|
import "../../../chunk-NM2XRTN6.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk32323UTIjs = require('../../../chunk-32323UTI.js');
|
|
5
|
+
require('../../../chunk-G4BW4S4W.js');
|
|
5
6
|
require('../../../chunk-DBLK3NPE.js');
|
|
6
|
-
require('../../../chunk-VCUPZ253.js');
|
|
7
7
|
require('../../../chunk-3GQAWCBQ.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.default =
|
|
11
|
+
exports.default = _chunk32323UTIjs.generator_default; exports.initGeneratorFn = _chunk32323UTIjs.initGeneratorFn;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-LGAEZ5LN.mjs";
|
|
5
|
+
import "../../../chunk-OOSJUREW.mjs";
|
|
5
6
|
import "../../../chunk-CRMMXYRU.mjs";
|
|
6
|
-
import "../../../chunk-SKXZCCRY.mjs";
|
|
7
7
|
import "../../../chunk-NM2XRTN6.mjs";
|
|
8
8
|
export {
|
|
9
9
|
generator_default as default,
|