@storm-software/projen 0.21.182 → 0.21.184
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 +20 -0
- package/dist/{chunk-WZLUGDXN.mjs → chunk-4NHWDU3U.mjs} +2 -2
- package/dist/{chunk-H3YSTBXP.js → chunk-6NXL6X5E.js} +201 -201
- package/dist/{chunk-OCQ72GU2.mjs → chunk-AWERJ6LP.mjs} +1 -1
- package/dist/{chunk-JY67PKZW.mjs → chunk-C7UERAMJ.mjs} +1 -1
- package/dist/{chunk-KDFOWT5R.js → chunk-G2LCTHK4.js} +2 -2
- package/dist/{chunk-G5NKTYSB.js → chunk-KGCAHNF5.js} +3 -3
- package/dist/chunk-UHDMGC7S.js +6 -0
- package/dist/{chunk-URNMYTJZ.mjs → chunk-XGP2QTJP.mjs} +1 -1
- package/dist/{chunk-3IEKGEBM.mjs → chunk-XTTFAFFS.mjs} +2 -2
- package/dist/{chunk-NVWTQQXD.js → chunk-Z2626ZY7.js} +2 -2
- package/dist/generators.js +5 -5
- package/dist/generators.mjs +4 -4
- package/dist/index.js +10 -10
- package/dist/index.mjs +7 -7
- package/dist/src/components/index.js +3 -3
- package/dist/src/components/index.mjs +2 -2
- package/dist/src/components/nx-workspace.js +4 -4
- package/dist/src/components/nx-workspace.mjs +2 -2
- package/dist/src/generators/init/generator.js +4 -4
- package/dist/src/generators/init/generator.mjs +3 -3
- package/dist/tsup.config.js +2 -2
- package/dist/tsup.config.mjs +1 -1
- package/package.json +27 -34
- package/dist/chunk-HTHC5JMP.js +0 -6
|
@@ -32,9 +32,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
32
32
|
mod
|
|
33
33
|
));
|
|
34
34
|
|
|
35
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
35
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__ee660894a0d1a4dcb198812a3d5464de/node_modules/tsup/assets/cjs_shims.js
|
|
36
36
|
var init_cjs_shims = __esm({
|
|
37
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
37
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__ee660894a0d1a4dcb198812a3d5464de/node_modules/tsup/assets/cjs_shims.js"() {
|
|
38
38
|
}
|
|
39
39
|
});
|
|
40
40
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkG2LCTHK4js = require('./chunk-G2LCTHK4.js');
|
|
5
5
|
|
|
6
6
|
// src/components/index.ts
|
|
7
|
-
var require_components =
|
|
7
|
+
var require_components = _chunkG2LCTHK4js.__commonJS.call(void 0, {
|
|
8
8
|
"src/components/index.ts"() {
|
|
9
|
-
|
|
9
|
+
_chunkG2LCTHK4js.init_cjs_shims.call(void 0, );
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
|
|
@@ -32,12 +32,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
32
32
|
mod
|
|
33
33
|
));
|
|
34
34
|
|
|
35
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
35
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__ee660894a0d1a4dcb198812a3d5464de/node_modules/tsup/assets/esm_shims.js
|
|
36
36
|
import { fileURLToPath } from "url";
|
|
37
37
|
import path from "path";
|
|
38
38
|
var getFilename, getDirname, __dirname;
|
|
39
39
|
var init_esm_shims = __esm({
|
|
40
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
40
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__ee660894a0d1a4dcb198812a3d5464de/node_modules/tsup/assets/esm_shims.js"() {
|
|
41
41
|
getFilename = () => fileURLToPath(import.meta.url);
|
|
42
42
|
getDirname = () => path.dirname(getFilename());
|
|
43
43
|
__dirname = /* @__PURE__ */ getDirname();
|
|
@@ -1,9 +1,9 @@
|
|
|
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
|
-
var
|
|
3
|
+
var _chunkG2LCTHK4js = require('./chunk-G2LCTHK4.js');
|
|
4
4
|
|
|
5
5
|
// ../config-tools/src/utilities/correct-paths.ts
|
|
6
|
-
|
|
6
|
+
_chunkG2LCTHK4js.init_cjs_shims.call(void 0, );
|
|
7
7
|
var _DRIVE_LETTER_START_RE = /^[A-Za-z]:\//;
|
|
8
8
|
function normalizeWindowsPath(input = "") {
|
|
9
9
|
if (!input) {
|
package/dist/generators.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-UHDMGC7S.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('./chunk-
|
|
6
|
-
require('./chunk-
|
|
4
|
+
var _chunk6NXL6X5Ejs = require('./chunk-6NXL6X5E.js');
|
|
5
|
+
require('./chunk-Z2626ZY7.js');
|
|
6
|
+
require('./chunk-G2LCTHK4.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGeneratorFn =
|
|
9
|
+
exports.initGeneratorFn = _chunk6NXL6X5Ejs.initGeneratorFn;
|
package/dist/generators.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import "./chunk-
|
|
1
|
+
import "./chunk-XGP2QTJP.mjs";
|
|
2
2
|
import {
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-4NHWDU3U.mjs";
|
|
5
|
+
import "./chunk-AWERJ6LP.mjs";
|
|
6
|
+
import "./chunk-XTTFAFFS.mjs";
|
|
7
7
|
export {
|
|
8
8
|
initGeneratorFn
|
|
9
9
|
};
|
package/dist/index.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-UHDMGC7S.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk6NXL6X5Ejs = require('./chunk-6NXL6X5E.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
8
|
-
require('./chunk-
|
|
7
|
+
var _chunkKGCAHNF5js = require('./chunk-KGCAHNF5.js');
|
|
8
|
+
require('./chunk-Z2626ZY7.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
var
|
|
14
|
+
var _chunkG2LCTHK4js = require('./chunk-G2LCTHK4.js');
|
|
15
15
|
|
|
16
16
|
// index.ts
|
|
17
17
|
var index_exports = {};
|
|
18
|
-
|
|
19
|
-
initGeneratorFn: () =>
|
|
18
|
+
_chunkG2LCTHK4js.__export.call(void 0, index_exports, {
|
|
19
|
+
initGeneratorFn: () => _chunk6NXL6X5Ejs.initGeneratorFn
|
|
20
20
|
});
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
_chunkG2LCTHK4js.init_cjs_shims.call(void 0, );
|
|
22
|
+
_chunkG2LCTHK4js.__reExport.call(void 0, index_exports, _chunkG2LCTHK4js.__toESM.call(void 0, _chunkKGCAHNF5js.require_components.call(void 0, )));
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
exports.initGeneratorFn =
|
|
25
|
+
exports.initGeneratorFn = _chunk6NXL6X5Ejs.initGeneratorFn;
|
package/dist/index.mjs
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import "./chunk-
|
|
2
|
-
import {
|
|
3
|
-
require_components
|
|
4
|
-
} from "./chunk-JY67PKZW.mjs";
|
|
1
|
+
import "./chunk-XGP2QTJP.mjs";
|
|
5
2
|
import {
|
|
6
3
|
initGeneratorFn
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import
|
|
4
|
+
} from "./chunk-4NHWDU3U.mjs";
|
|
5
|
+
import {
|
|
6
|
+
require_components
|
|
7
|
+
} from "./chunk-C7UERAMJ.mjs";
|
|
8
|
+
import "./chunk-AWERJ6LP.mjs";
|
|
9
9
|
import {
|
|
10
10
|
__export,
|
|
11
11
|
__reExport,
|
|
12
12
|
__toESM,
|
|
13
13
|
init_esm_shims
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-XTTFAFFS.mjs";
|
|
15
15
|
|
|
16
16
|
// index.ts
|
|
17
17
|
var index_exports = {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
5
|
-
exports. default =
|
|
3
|
+
var _chunkKGCAHNF5js = require('../../chunk-KGCAHNF5.js');
|
|
4
|
+
require('../../chunk-G2LCTHK4.js');
|
|
5
|
+
exports. default = _chunkKGCAHNF5js.require_components.call(void 0, );
|
|
@@ -1,12 +1,12 @@
|
|
|
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; } var _class;
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkZ2626ZY7js = require('../../chunk-Z2626ZY7.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkG2LCTHK4js = require('../../chunk-G2LCTHK4.js');
|
|
7
7
|
|
|
8
8
|
// src/components/nx-workspace.ts
|
|
9
|
-
|
|
9
|
+
_chunkG2LCTHK4js.init_cjs_shims.call(void 0, );
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -551,7 +551,7 @@ var StormNxWorkspace = (_class = class extends _nxworkspace.NxWorkspace {
|
|
|
551
551
|
let StormWorkspaceConfig;
|
|
552
552
|
if (project.root.outdir) {
|
|
553
553
|
const StormWorkspaceConfigJson = _fs.readFileSync.call(void 0,
|
|
554
|
-
|
|
554
|
+
_chunkZ2626ZY7js.joinPaths.call(void 0, project.root.outdir, "storm-workspace.json"),
|
|
555
555
|
"utf8"
|
|
556
556
|
);
|
|
557
557
|
StormWorkspaceConfig = JSON.parse(StormWorkspaceConfigJson);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
6
|
-
require('../../../chunk-
|
|
4
|
+
var _chunk6NXL6X5Ejs = require('../../../chunk-6NXL6X5E.js');
|
|
5
|
+
require('../../../chunk-Z2626ZY7.js');
|
|
6
|
+
require('../../../chunk-G2LCTHK4.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunk6NXL6X5Ejs.generator_default; exports.initGeneratorFn = _chunk6NXL6X5Ejs.initGeneratorFn;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-4NHWDU3U.mjs";
|
|
5
|
+
import "../../../chunk-AWERJ6LP.mjs";
|
|
6
|
+
import "../../../chunk-XTTFAFFS.mjs";
|
|
7
7
|
export {
|
|
8
8
|
generator_default as default,
|
|
9
9
|
initGeneratorFn
|
package/dist/tsup.config.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkG2LCTHK4js = require('./chunk-G2LCTHK4.js');
|
|
4
4
|
|
|
5
5
|
// tsup.config.ts
|
|
6
|
-
|
|
6
|
+
_chunkG2LCTHK4js.init_cjs_shims.call(void 0, );
|
|
7
7
|
var _tsup = require('tsup');
|
|
8
8
|
var tsup_config_default = _tsup.defineConfig.call(void 0, [
|
|
9
9
|
{
|
package/dist/tsup.config.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,24 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/projen",
|
|
3
|
-
"version": "0.21.
|
|
4
|
-
"type": "commonjs",
|
|
3
|
+
"version": "0.21.184",
|
|
5
4
|
"description": "Tools for managing Projen configuration automation within a Nx workspace.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"iac",
|
|
7
|
+
"infrastructure",
|
|
8
|
+
"monorepo",
|
|
9
|
+
"projen",
|
|
10
|
+
"storm",
|
|
11
|
+
"storm-ops",
|
|
12
|
+
"storm-stack",
|
|
13
|
+
"sullivanpj"
|
|
14
|
+
],
|
|
15
|
+
"homepage": "https://stormsoftware.com",
|
|
16
|
+
"bugs": "https://github.com/storm-software/storm-ops/issues",
|
|
6
17
|
"repository": {
|
|
7
18
|
"type": "github",
|
|
8
19
|
"url": "https://github.com/storm-software/storm-ops",
|
|
9
20
|
"directory": "packages/projen"
|
|
10
21
|
},
|
|
11
|
-
"
|
|
12
|
-
"bugs": "https://github.com/storm-software/storm-ops/issues",
|
|
22
|
+
"license": "Apache-2.0",
|
|
13
23
|
"author": {
|
|
14
24
|
"name": "Storm Software",
|
|
15
25
|
"email": "contact@stormsoftware.com",
|
|
16
26
|
"url": "https://stormsoftware.com"
|
|
17
27
|
},
|
|
18
|
-
"
|
|
19
|
-
"private": false,
|
|
20
|
-
"main": "dist/index.js",
|
|
21
|
-
"module": "dist/index.mjs",
|
|
28
|
+
"type": "commonjs",
|
|
22
29
|
"exports": {
|
|
23
30
|
"./package.json": "./package.json",
|
|
24
31
|
"./docs/*": "./docs/*",
|
|
@@ -102,45 +109,31 @@
|
|
|
102
109
|
"./executors/*/executor.js": "./dist/src/executors/*/executor.js",
|
|
103
110
|
"./generators/*/generators.js": "./dist/src/generators/*/generator.js"
|
|
104
111
|
},
|
|
112
|
+
"main": "dist/index.js",
|
|
113
|
+
"module": "dist/index.mjs",
|
|
105
114
|
"typings": "dist/index.d.ts",
|
|
106
|
-
"keywords": [
|
|
107
|
-
"iac",
|
|
108
|
-
"infrastructure",
|
|
109
|
-
"monorepo",
|
|
110
|
-
"projen",
|
|
111
|
-
"storm",
|
|
112
|
-
"storm-ops",
|
|
113
|
-
"storm-stack",
|
|
114
|
-
"sullivanpj"
|
|
115
|
-
],
|
|
116
|
-
"peerDependencies": {
|
|
117
|
-
"@nx/devkit": "22.7.1",
|
|
118
|
-
"@storm-software/config": "1.137.40",
|
|
119
|
-
"@storm-software/config-tools": "1.190.7",
|
|
120
|
-
"@storm-software/workspace-tools": "1.295.67",
|
|
121
|
-
"projen": "^0.91.6",
|
|
122
|
-
"tsup": "8.4.0",
|
|
123
|
-
"untyped": "1.5.2"
|
|
124
|
-
},
|
|
125
|
-
"peerDependenciesMeta": {
|
|
126
|
-
"@nx/devkit": { "optional": false },
|
|
127
|
-
"nx": { "optional": false },
|
|
128
|
-
"projen": { "optional": false }
|
|
129
|
-
},
|
|
130
115
|
"dependencies": {
|
|
131
116
|
"@aws/pdk": "^0.25.17",
|
|
132
117
|
"@nx/devkit": "22.7.1",
|
|
133
|
-
"
|
|
118
|
+
"@storm-software/config": "^1.137.42",
|
|
119
|
+
"@storm-software/config-tools": "^1.190.9",
|
|
120
|
+
"@storm-software/workspace-tools": "^1.295.69"
|
|
134
121
|
},
|
|
135
122
|
"devDependencies": {
|
|
136
123
|
"@nx/devkit": "22.7.1",
|
|
137
124
|
"@types/node": "^25.7.0",
|
|
138
125
|
"nx": "22.7.1",
|
|
126
|
+
"projen": "^0.91.31",
|
|
139
127
|
"tsup": "8.4.0",
|
|
140
128
|
"untyped": "^2.0.0"
|
|
141
129
|
},
|
|
130
|
+
"peerDependencies": { "nx": ">=22.7.1", "projen": ">=0.91.20" },
|
|
131
|
+
"peerDependenciesMeta": {
|
|
132
|
+
"nx": { "optional": false },
|
|
133
|
+
"projen": { "optional": false }
|
|
134
|
+
},
|
|
142
135
|
"publishConfig": { "access": "public" },
|
|
143
136
|
"executors": "./executors.json",
|
|
144
137
|
"generators": "./generators.json",
|
|
145
|
-
"gitHead": "
|
|
138
|
+
"gitHead": "a4b65b197099bab714d4fc5f6c5322375cb05c9e"
|
|
146
139
|
}
|