@storm-software/projen 0.15.44 → 0.15.47
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 +47 -0
- package/README.md +1 -1
- package/dist/{chunk-5UXDEQBC.mjs → chunk-4ZPSQCOZ.mjs} +1 -1
- package/dist/{chunk-PQKN2KBC.mjs → chunk-6GPGD7JA.mjs} +1 -1
- package/dist/{chunk-MWIFWHR4.js → chunk-7XKBQKWN.js} +2 -2
- package/dist/{chunk-ULH77QLV.mjs → chunk-AGHTPA2Y.mjs} +2 -2
- package/dist/{chunk-5EYS5COY.js → chunk-D3YKB7J7.js} +231 -227
- package/dist/{chunk-LP4I3FEY.js → chunk-IJDMYMA3.js} +2 -2
- package/dist/{chunk-6B5O7UU7.mjs → chunk-LSBJN6NP.mjs} +10 -6
- package/dist/{chunk-KFR27Y3K.js → chunk-NZBLT23D.js} +3 -3
- package/dist/chunk-PJBUP6EY.js +6 -0
- package/dist/{chunk-IYQFGVQK.mjs → chunk-T3OIAZKV.mjs} +1 -1
- package/dist/generators.js +5 -5
- package/dist/generators.mjs +4 -4
- package/dist/index.js +10 -10
- package/dist/index.mjs +5 -5
- 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 +6 -6
- package/dist/chunk-3MCIDYYV.js +0 -6
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunk7XKBQKWNjs = require('./chunk-7XKBQKWN.js');
|
|
4
4
|
|
|
5
5
|
// ../config-tools/src/utilities/correct-paths.ts
|
|
6
|
-
|
|
6
|
+
_chunk7XKBQKWNjs.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) {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
correctPaths,
|
|
3
3
|
joinPaths
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-T3OIAZKV.mjs";
|
|
5
5
|
import {
|
|
6
6
|
__dirname,
|
|
7
7
|
__require,
|
|
8
8
|
init_esm_shims
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-AGHTPA2Y.mjs";
|
|
10
10
|
|
|
11
11
|
// src/generators/init/generator.ts
|
|
12
12
|
init_esm_shims();
|
|
@@ -555,16 +555,20 @@ import chalk from "chalk";
|
|
|
555
555
|
var chalkDefault = {
|
|
556
556
|
hex: (_) => (message) => message,
|
|
557
557
|
bgHex: (_) => ({
|
|
558
|
-
whiteBright: (message) => message
|
|
558
|
+
whiteBright: (message) => message,
|
|
559
|
+
white: (message) => message
|
|
559
560
|
}),
|
|
561
|
+
white: (message) => message,
|
|
560
562
|
whiteBright: (message) => message,
|
|
561
563
|
gray: (message) => message,
|
|
562
564
|
bold: {
|
|
563
565
|
hex: (_) => (message) => message,
|
|
564
566
|
bgHex: (_) => ({
|
|
565
|
-
whiteBright: (message) => message
|
|
567
|
+
whiteBright: (message) => message,
|
|
568
|
+
white: (message) => message
|
|
566
569
|
}),
|
|
567
|
-
whiteBright: (message) => message
|
|
570
|
+
whiteBright: (message) => message,
|
|
571
|
+
white: (message) => message
|
|
568
572
|
},
|
|
569
573
|
dim: {
|
|
570
574
|
hex: (_) => (message) => message,
|
|
@@ -573,7 +577,7 @@ var chalkDefault = {
|
|
|
573
577
|
};
|
|
574
578
|
var getChalk = () => {
|
|
575
579
|
let _chalk = chalk;
|
|
576
|
-
if (!_chalk?.hex || !_chalk?.bold?.hex || !_chalk?.bgHex || !_chalk?.whiteBright) {
|
|
580
|
+
if (!_chalk?.hex || !_chalk?.bold?.hex || !_chalk?.bgHex || !_chalk?.whiteBright || !_chalk?.white) {
|
|
577
581
|
_chalk = chalkDefault;
|
|
578
582
|
}
|
|
579
583
|
return _chalk;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk7XKBQKWNjs = require('./chunk-7XKBQKWN.js');
|
|
5
5
|
|
|
6
6
|
// src/components/index.ts
|
|
7
|
-
var require_components =
|
|
7
|
+
var require_components = _chunk7XKBQKWNjs.__commonJS.call(void 0, {
|
|
8
8
|
"src/components/index.ts"() {
|
|
9
|
-
|
|
9
|
+
_chunk7XKBQKWNjs.init_cjs_shims.call(void 0, );
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
|
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-PJBUP6EY.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('./chunk-
|
|
6
|
-
require('./chunk-
|
|
4
|
+
var _chunkD3YKB7J7js = require('./chunk-D3YKB7J7.js');
|
|
5
|
+
require('./chunk-IJDMYMA3.js');
|
|
6
|
+
require('./chunk-7XKBQKWN.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGeneratorFn =
|
|
9
|
+
exports.initGeneratorFn = _chunkD3YKB7J7js.initGeneratorFn;
|
package/dist/generators.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import "./chunk-
|
|
1
|
+
import "./chunk-4ZPSQCOZ.mjs";
|
|
2
2
|
import {
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-LSBJN6NP.mjs";
|
|
5
|
+
import "./chunk-T3OIAZKV.mjs";
|
|
6
|
+
import "./chunk-AGHTPA2Y.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-PJBUP6EY.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkNZBLT23Djs = require('./chunk-NZBLT23D.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
8
|
-
require('./chunk-
|
|
7
|
+
var _chunkD3YKB7J7js = require('./chunk-D3YKB7J7.js');
|
|
8
|
+
require('./chunk-IJDMYMA3.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
var
|
|
14
|
+
var _chunk7XKBQKWNjs = require('./chunk-7XKBQKWN.js');
|
|
15
15
|
|
|
16
16
|
// index.ts
|
|
17
17
|
var index_exports = {};
|
|
18
|
-
|
|
19
|
-
initGeneratorFn: () =>
|
|
18
|
+
_chunk7XKBQKWNjs.__export.call(void 0, index_exports, {
|
|
19
|
+
initGeneratorFn: () => _chunkD3YKB7J7js.initGeneratorFn
|
|
20
20
|
});
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
_chunk7XKBQKWNjs.init_cjs_shims.call(void 0, );
|
|
22
|
+
_chunk7XKBQKWNjs.__reExport.call(void 0, index_exports, _chunk7XKBQKWNjs.__toESM.call(void 0, _chunkNZBLT23Djs.require_components.call(void 0, )));
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
exports.initGeneratorFn =
|
|
25
|
+
exports.initGeneratorFn = _chunkD3YKB7J7js.initGeneratorFn;
|
package/dist/index.mjs
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import "./chunk-
|
|
1
|
+
import "./chunk-4ZPSQCOZ.mjs";
|
|
2
2
|
import {
|
|
3
3
|
require_components
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-6GPGD7JA.mjs";
|
|
5
5
|
import {
|
|
6
6
|
initGeneratorFn
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-LSBJN6NP.mjs";
|
|
8
|
+
import "./chunk-T3OIAZKV.mjs";
|
|
9
9
|
import {
|
|
10
10
|
__export,
|
|
11
11
|
__reExport,
|
|
12
12
|
__toESM,
|
|
13
13
|
init_esm_shims
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-AGHTPA2Y.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 _chunkNZBLT23Djs = require('../../chunk-NZBLT23D.js');
|
|
4
|
+
require('../../chunk-7XKBQKWN.js');
|
|
5
|
+
exports. default = _chunkNZBLT23Djs.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 _chunkIJDMYMA3js = require('../../chunk-IJDMYMA3.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunk7XKBQKWNjs = require('../../chunk-7XKBQKWN.js');
|
|
7
7
|
|
|
8
8
|
// src/components/nx-workspace.ts
|
|
9
|
-
|
|
9
|
+
_chunk7XKBQKWNjs.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
|
+
_chunkIJDMYMA3js.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 _chunkD3YKB7J7js = require('../../../chunk-D3YKB7J7.js');
|
|
5
|
+
require('../../../chunk-IJDMYMA3.js');
|
|
6
|
+
require('../../../chunk-7XKBQKWN.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkD3YKB7J7js.generator_default; exports.initGeneratorFn = _chunkD3YKB7J7js.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-LSBJN6NP.mjs";
|
|
5
|
+
import "../../../chunk-T3OIAZKV.mjs";
|
|
6
|
+
import "../../../chunk-AGHTPA2Y.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 _chunk7XKBQKWNjs = require('./chunk-7XKBQKWN.js');
|
|
4
4
|
|
|
5
5
|
// tsup.config.ts
|
|
6
|
-
|
|
6
|
+
_chunk7XKBQKWNjs.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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/projen",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.47",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "Tools for managing Projen configuration automation within a Nx workspace.",
|
|
6
6
|
"repository": {
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"sullivanpj"
|
|
115
115
|
],
|
|
116
116
|
"peerDependencies": {
|
|
117
|
-
"@nx/devkit": "21.
|
|
117
|
+
"@nx/devkit": "^21.3.10",
|
|
118
118
|
"@storm-software/config": "1.113.5",
|
|
119
119
|
"@storm-software/config-tools": "1.163.5",
|
|
120
120
|
"@storm-software/workspace-tools": "1.267.0",
|
|
@@ -129,18 +129,18 @@
|
|
|
129
129
|
},
|
|
130
130
|
"dependencies": {
|
|
131
131
|
"@aws/pdk": "^0.25.17",
|
|
132
|
-
"@nx/devkit": "21.
|
|
132
|
+
"@nx/devkit": "^21.3.10",
|
|
133
133
|
"projen": "0.91.20"
|
|
134
134
|
},
|
|
135
135
|
"devDependencies": {
|
|
136
|
-
"@nx/devkit": "21.
|
|
136
|
+
"@nx/devkit": "^21.3.10",
|
|
137
137
|
"@types/node": "^22.10.2",
|
|
138
|
-
"nx": "21.
|
|
138
|
+
"nx": "^21.3.10",
|
|
139
139
|
"tsup": "8.4.0",
|
|
140
140
|
"untyped": "^1.5.2"
|
|
141
141
|
},
|
|
142
142
|
"publishConfig": { "access": "public" },
|
|
143
143
|
"executors": "./executors.json",
|
|
144
144
|
"generators": "./generators.json",
|
|
145
|
-
"gitHead": "
|
|
145
|
+
"gitHead": "cc140afa49466e39f555922878718b7cb860d73b"
|
|
146
146
|
}
|