@storm-software/projen 0.9.31 → 0.9.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +95 -42
- package/README.md +7 -7
- package/dist/{chunk-TKYNU6LX.js → chunk-3DQG66DJ.js} +7 -7
- package/dist/chunk-3Y6AMHJ5.js +6 -0
- package/dist/{chunk-D7E6PO7R.js → chunk-KWEYIJCM.js} +760 -774
- package/dist/{chunk-2QLFDU35.mjs → chunk-M432POFH.mjs} +1 -1
- package/dist/{chunk-Y44MTSI7.mjs → chunk-MC42JFGZ.mjs} +2 -2
- package/dist/{chunk-ZXG4IN2I.mjs → chunk-RQVK53ZU.mjs} +395 -409
- package/dist/{chunk-TGOBVO4I.mjs → chunk-TTG4YCRZ.mjs} +1 -1
- package/dist/{chunk-SETAUINA.js → chunk-WTMG7MTK.js} +2 -2
- package/dist/{chunk-574Q4AGO.mjs → chunk-WXKORI6N.mjs} +1 -1
- package/dist/{chunk-EKZ5PM52.js → chunk-Z2UXMCUY.js} +3 -3
- package/dist/generators.d.mts +1 -1
- package/dist/generators.d.ts +1 -1
- package/dist/generators.js +5 -5
- package/dist/generators.mjs +4 -4
- package/dist/{index-C9MVcMz_.d.mts → index-Dx_XVEzo.d.mts} +64 -0
- package/dist/{index-C9MVcMz_.d.ts → index-Dx_XVEzo.d.ts} +64 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- 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 +17 -17
- package/dist/src/components/nx-workspace.mjs +2 -2
- package/dist/src/generators/init/generator.d.mts +1 -1
- package/dist/src/generators/init/generator.d.ts +1 -1
- 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-TTGWXSDC.js +0 -6
|
@@ -39,9 +39,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
39
39
|
mod
|
|
40
40
|
));
|
|
41
41
|
|
|
42
|
-
// ../../node_modules/.pnpm/tsup@8.3.5_@microsoft+api-extractor@7.
|
|
42
|
+
// ../../node_modules/.pnpm/tsup@8.3.5_@microsoft+api-extractor@7.51.1_@types+node@22.13.9__@swc+core@1.7.26_@swc+h_15d7298fb4f51a3f0d8d4a9f5c0e1421/node_modules/tsup/assets/cjs_shims.js
|
|
43
43
|
var init_cjs_shims = __esm({
|
|
44
|
-
"../../node_modules/.pnpm/tsup@8.3.5_@microsoft+api-extractor@7.
|
|
44
|
+
"../../node_modules/.pnpm/tsup@8.3.5_@microsoft+api-extractor@7.51.1_@types+node@22.13.9__@swc+core@1.7.26_@swc+h_15d7298fb4f51a3f0d8d4a9f5c0e1421/node_modules/tsup/assets/cjs_shims.js"() {
|
|
45
45
|
}
|
|
46
46
|
});
|
|
47
47
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkWTMG7MTKjs = require('./chunk-WTMG7MTK.js');
|
|
5
5
|
|
|
6
6
|
// src/components/index.ts
|
|
7
|
-
var require_components =
|
|
7
|
+
var require_components = _chunkWTMG7MTKjs.__commonJS.call(void 0, {
|
|
8
8
|
"src/components/index.ts"() {
|
|
9
|
-
|
|
9
|
+
_chunkWTMG7MTKjs.init_cjs_shims.call(void 0, );
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
|
package/dist/generators.d.mts
CHANGED
package/dist/generators.d.ts
CHANGED
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-3Y6AMHJ5.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('./chunk-
|
|
6
|
-
require('./chunk-
|
|
4
|
+
var _chunkKWEYIJCMjs = require('./chunk-KWEYIJCM.js');
|
|
5
|
+
require('./chunk-3DQG66DJ.js');
|
|
6
|
+
require('./chunk-WTMG7MTK.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGeneratorFn =
|
|
9
|
+
exports.initGeneratorFn = _chunkKWEYIJCMjs.initGeneratorFn;
|
package/dist/generators.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import "./chunk-
|
|
1
|
+
import "./chunk-M432POFH.mjs";
|
|
2
2
|
import {
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-RQVK53ZU.mjs";
|
|
5
|
+
import "./chunk-TTG4YCRZ.mjs";
|
|
6
|
+
import "./chunk-MC42JFGZ.mjs";
|
|
7
7
|
export {
|
|
8
8
|
initGeneratorFn
|
|
9
9
|
};
|
|
@@ -15,6 +15,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
15
15
|
homepage: z.ZodDefault<z.ZodString>;
|
|
16
16
|
docs: z.ZodDefault<z.ZodString>;
|
|
17
17
|
licensing: z.ZodDefault<z.ZodString>;
|
|
18
|
+
contact: z.ZodDefault<z.ZodString>;
|
|
18
19
|
branch: z.ZodDefault<z.ZodString>;
|
|
19
20
|
preid: z.ZodOptional<z.ZodString>;
|
|
20
21
|
owner: z.ZodDefault<z.ZodString>;
|
|
@@ -28,6 +29,41 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
28
29
|
name?: string | undefined;
|
|
29
30
|
email?: string | undefined;
|
|
30
31
|
}>;
|
|
32
|
+
release: z.ZodObject<{
|
|
33
|
+
banner: z.ZodDefault<z.ZodString>;
|
|
34
|
+
header: z.ZodOptional<z.ZodString>;
|
|
35
|
+
footer: z.ZodDefault<z.ZodString>;
|
|
36
|
+
}, "strip", z.ZodTypeAny, {
|
|
37
|
+
banner: string;
|
|
38
|
+
footer: string;
|
|
39
|
+
header?: string | undefined;
|
|
40
|
+
}, {
|
|
41
|
+
banner?: string | undefined;
|
|
42
|
+
header?: string | undefined;
|
|
43
|
+
footer?: string | undefined;
|
|
44
|
+
}>;
|
|
45
|
+
account: z.ZodObject<{
|
|
46
|
+
twitter: z.ZodDefault<z.ZodString>;
|
|
47
|
+
discord: z.ZodDefault<z.ZodString>;
|
|
48
|
+
telegram: z.ZodDefault<z.ZodString>;
|
|
49
|
+
slack: z.ZodDefault<z.ZodString>;
|
|
50
|
+
medium: z.ZodDefault<z.ZodString>;
|
|
51
|
+
github: z.ZodDefault<z.ZodString>;
|
|
52
|
+
}, "strip", z.ZodTypeAny, {
|
|
53
|
+
github: string;
|
|
54
|
+
twitter: string;
|
|
55
|
+
discord: string;
|
|
56
|
+
telegram: string;
|
|
57
|
+
slack: string;
|
|
58
|
+
medium: string;
|
|
59
|
+
}, {
|
|
60
|
+
github?: string | undefined;
|
|
61
|
+
twitter?: string | undefined;
|
|
62
|
+
discord?: string | undefined;
|
|
63
|
+
telegram?: string | undefined;
|
|
64
|
+
slack?: string | undefined;
|
|
65
|
+
medium?: string | undefined;
|
|
66
|
+
}>;
|
|
31
67
|
mode: z.ZodDefault<z.ZodEnum<["development", "staging", "production"]>>;
|
|
32
68
|
workspaceRoot: z.ZodDefault<z.ZodString>;
|
|
33
69
|
externalPackagePatterns: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -801,12 +837,26 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
801
837
|
homepage: string;
|
|
802
838
|
docs: string;
|
|
803
839
|
licensing: string;
|
|
840
|
+
contact: string;
|
|
804
841
|
branch: string;
|
|
805
842
|
owner: string;
|
|
806
843
|
bot: {
|
|
807
844
|
name: string;
|
|
808
845
|
email: string;
|
|
809
846
|
};
|
|
847
|
+
release: {
|
|
848
|
+
banner: string;
|
|
849
|
+
footer: string;
|
|
850
|
+
header?: string | undefined;
|
|
851
|
+
};
|
|
852
|
+
account: {
|
|
853
|
+
github: string;
|
|
854
|
+
twitter: string;
|
|
855
|
+
discord: string;
|
|
856
|
+
telegram: string;
|
|
857
|
+
slack: string;
|
|
858
|
+
medium: string;
|
|
859
|
+
};
|
|
810
860
|
mode: "development" | "staging" | "production";
|
|
811
861
|
workspaceRoot: string;
|
|
812
862
|
externalPackagePatterns: string[];
|
|
@@ -991,6 +1041,19 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
991
1041
|
name?: string | undefined;
|
|
992
1042
|
email?: string | undefined;
|
|
993
1043
|
};
|
|
1044
|
+
release: {
|
|
1045
|
+
banner?: string | undefined;
|
|
1046
|
+
header?: string | undefined;
|
|
1047
|
+
footer?: string | undefined;
|
|
1048
|
+
};
|
|
1049
|
+
account: {
|
|
1050
|
+
github?: string | undefined;
|
|
1051
|
+
twitter?: string | undefined;
|
|
1052
|
+
discord?: string | undefined;
|
|
1053
|
+
telegram?: string | undefined;
|
|
1054
|
+
slack?: string | undefined;
|
|
1055
|
+
medium?: string | undefined;
|
|
1056
|
+
};
|
|
994
1057
|
directories: {
|
|
995
1058
|
cache?: string | undefined;
|
|
996
1059
|
data?: string | undefined;
|
|
@@ -1156,6 +1219,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1156
1219
|
homepage?: string | undefined;
|
|
1157
1220
|
docs?: string | undefined;
|
|
1158
1221
|
licensing?: string | undefined;
|
|
1222
|
+
contact?: string | undefined;
|
|
1159
1223
|
branch?: string | undefined;
|
|
1160
1224
|
preid?: string | undefined;
|
|
1161
1225
|
owner?: string | undefined;
|
|
@@ -15,6 +15,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
15
15
|
homepage: z.ZodDefault<z.ZodString>;
|
|
16
16
|
docs: z.ZodDefault<z.ZodString>;
|
|
17
17
|
licensing: z.ZodDefault<z.ZodString>;
|
|
18
|
+
contact: z.ZodDefault<z.ZodString>;
|
|
18
19
|
branch: z.ZodDefault<z.ZodString>;
|
|
19
20
|
preid: z.ZodOptional<z.ZodString>;
|
|
20
21
|
owner: z.ZodDefault<z.ZodString>;
|
|
@@ -28,6 +29,41 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
28
29
|
name?: string | undefined;
|
|
29
30
|
email?: string | undefined;
|
|
30
31
|
}>;
|
|
32
|
+
release: z.ZodObject<{
|
|
33
|
+
banner: z.ZodDefault<z.ZodString>;
|
|
34
|
+
header: z.ZodOptional<z.ZodString>;
|
|
35
|
+
footer: z.ZodDefault<z.ZodString>;
|
|
36
|
+
}, "strip", z.ZodTypeAny, {
|
|
37
|
+
banner: string;
|
|
38
|
+
footer: string;
|
|
39
|
+
header?: string | undefined;
|
|
40
|
+
}, {
|
|
41
|
+
banner?: string | undefined;
|
|
42
|
+
header?: string | undefined;
|
|
43
|
+
footer?: string | undefined;
|
|
44
|
+
}>;
|
|
45
|
+
account: z.ZodObject<{
|
|
46
|
+
twitter: z.ZodDefault<z.ZodString>;
|
|
47
|
+
discord: z.ZodDefault<z.ZodString>;
|
|
48
|
+
telegram: z.ZodDefault<z.ZodString>;
|
|
49
|
+
slack: z.ZodDefault<z.ZodString>;
|
|
50
|
+
medium: z.ZodDefault<z.ZodString>;
|
|
51
|
+
github: z.ZodDefault<z.ZodString>;
|
|
52
|
+
}, "strip", z.ZodTypeAny, {
|
|
53
|
+
github: string;
|
|
54
|
+
twitter: string;
|
|
55
|
+
discord: string;
|
|
56
|
+
telegram: string;
|
|
57
|
+
slack: string;
|
|
58
|
+
medium: string;
|
|
59
|
+
}, {
|
|
60
|
+
github?: string | undefined;
|
|
61
|
+
twitter?: string | undefined;
|
|
62
|
+
discord?: string | undefined;
|
|
63
|
+
telegram?: string | undefined;
|
|
64
|
+
slack?: string | undefined;
|
|
65
|
+
medium?: string | undefined;
|
|
66
|
+
}>;
|
|
31
67
|
mode: z.ZodDefault<z.ZodEnum<["development", "staging", "production"]>>;
|
|
32
68
|
workspaceRoot: z.ZodDefault<z.ZodString>;
|
|
33
69
|
externalPackagePatterns: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -801,12 +837,26 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
801
837
|
homepage: string;
|
|
802
838
|
docs: string;
|
|
803
839
|
licensing: string;
|
|
840
|
+
contact: string;
|
|
804
841
|
branch: string;
|
|
805
842
|
owner: string;
|
|
806
843
|
bot: {
|
|
807
844
|
name: string;
|
|
808
845
|
email: string;
|
|
809
846
|
};
|
|
847
|
+
release: {
|
|
848
|
+
banner: string;
|
|
849
|
+
footer: string;
|
|
850
|
+
header?: string | undefined;
|
|
851
|
+
};
|
|
852
|
+
account: {
|
|
853
|
+
github: string;
|
|
854
|
+
twitter: string;
|
|
855
|
+
discord: string;
|
|
856
|
+
telegram: string;
|
|
857
|
+
slack: string;
|
|
858
|
+
medium: string;
|
|
859
|
+
};
|
|
810
860
|
mode: "development" | "staging" | "production";
|
|
811
861
|
workspaceRoot: string;
|
|
812
862
|
externalPackagePatterns: string[];
|
|
@@ -991,6 +1041,19 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
991
1041
|
name?: string | undefined;
|
|
992
1042
|
email?: string | undefined;
|
|
993
1043
|
};
|
|
1044
|
+
release: {
|
|
1045
|
+
banner?: string | undefined;
|
|
1046
|
+
header?: string | undefined;
|
|
1047
|
+
footer?: string | undefined;
|
|
1048
|
+
};
|
|
1049
|
+
account: {
|
|
1050
|
+
github?: string | undefined;
|
|
1051
|
+
twitter?: string | undefined;
|
|
1052
|
+
discord?: string | undefined;
|
|
1053
|
+
telegram?: string | undefined;
|
|
1054
|
+
slack?: string | undefined;
|
|
1055
|
+
medium?: string | undefined;
|
|
1056
|
+
};
|
|
994
1057
|
directories: {
|
|
995
1058
|
cache?: string | undefined;
|
|
996
1059
|
data?: string | undefined;
|
|
@@ -1156,6 +1219,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1156
1219
|
homepage?: string | undefined;
|
|
1157
1220
|
docs?: string | undefined;
|
|
1158
1221
|
licensing?: string | undefined;
|
|
1222
|
+
contact?: string | undefined;
|
|
1159
1223
|
branch?: string | undefined;
|
|
1160
1224
|
preid?: string | undefined;
|
|
1161
1225
|
owner?: string | undefined;
|
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
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-3Y6AMHJ5.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkZ2UXMCUYjs = require('./chunk-Z2UXMCUY.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
8
|
-
require('./chunk-
|
|
7
|
+
var _chunkKWEYIJCMjs = require('./chunk-KWEYIJCM.js');
|
|
8
|
+
require('./chunk-3DQG66DJ.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
var
|
|
14
|
+
var _chunkWTMG7MTKjs = require('./chunk-WTMG7MTK.js');
|
|
15
15
|
|
|
16
16
|
// index.ts
|
|
17
17
|
var index_exports = {};
|
|
18
|
-
|
|
19
|
-
initGeneratorFn: () =>
|
|
18
|
+
_chunkWTMG7MTKjs.__export.call(void 0, index_exports, {
|
|
19
|
+
initGeneratorFn: () => _chunkKWEYIJCMjs.initGeneratorFn
|
|
20
20
|
});
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
_chunkWTMG7MTKjs.init_cjs_shims.call(void 0, );
|
|
22
|
+
_chunkWTMG7MTKjs.__reExport.call(void 0, index_exports, _chunkWTMG7MTKjs.__toESM.call(void 0, _chunkZ2UXMCUYjs.require_components.call(void 0, )));
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
exports.initGeneratorFn =
|
|
25
|
+
exports.initGeneratorFn = _chunkKWEYIJCMjs.initGeneratorFn;
|
package/dist/index.mjs
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import "./chunk-
|
|
1
|
+
import "./chunk-M432POFH.mjs";
|
|
2
2
|
import {
|
|
3
3
|
require_components
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-WXKORI6N.mjs";
|
|
5
5
|
import {
|
|
6
6
|
initGeneratorFn
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-RQVK53ZU.mjs";
|
|
8
|
+
import "./chunk-TTG4YCRZ.mjs";
|
|
9
9
|
import {
|
|
10
10
|
__export,
|
|
11
11
|
__reExport,
|
|
12
12
|
__toESM,
|
|
13
13
|
init_esm_shims
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-MC42JFGZ.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 _chunkZ2UXMCUYjs = require('../../chunk-Z2UXMCUY.js');
|
|
4
|
+
require('../../chunk-WTMG7MTK.js');
|
|
5
|
+
exports. default = _chunkZ2UXMCUYjs.require_components.call(void 0, );
|
|
@@ -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; } var _class;
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunk3DQG66DJjs = require('../../chunk-3DQG66DJ.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkWTMG7MTKjs = require('../../chunk-WTMG7MTK.js');
|
|
8
8
|
|
|
9
9
|
// src/components/nx-workspace.ts
|
|
10
|
-
|
|
10
|
+
_chunkWTMG7MTKjs.init_cjs_shims.call(void 0, );
|
|
11
11
|
var _nxworkspace = require('@aws/pdk/monorepo/components/nx-workspace');
|
|
12
12
|
var _utils = require('@aws/pdk/monorepo/utils');
|
|
13
13
|
var _common = require('@aws/pdk/monorepo/utils/common');
|
|
@@ -19,7 +19,7 @@ var NX_DEFAULT_BUILD_OUTPUTS = [
|
|
|
19
19
|
];
|
|
20
20
|
var StormNxWorkspace = (_class = class extends _nxworkspace.NxWorkspace {
|
|
21
21
|
static {
|
|
22
|
-
|
|
22
|
+
_chunkWTMG7MTKjs.__name.call(void 0, this, "StormNxWorkspace");
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* Retrieves the singleton instance associated with project root.
|
|
@@ -671,7 +671,7 @@ var StormNxWorkspace = (_class = class extends _nxworkspace.NxWorkspace {
|
|
|
671
671
|
super(project);_class.prototype.__init.call(this);_class.prototype.__init2.call(this);_class.prototype.__init3.call(this);_class.prototype.__init4.call(this);_class.prototype.__init5.call(this);_class.prototype.__init6.call(this);_class.prototype.__init7.call(this);_class.prototype.__init8.call(this);_class.prototype.__init9.call(this);_class.prototype.__init10.call(this);_class.prototype.__init11.call(this);_class.prototype.__init12.call(this);;
|
|
672
672
|
let stormConfig;
|
|
673
673
|
if (project.root.outdir) {
|
|
674
|
-
const stormConfigJson = _fs.readFileSync.call(void 0,
|
|
674
|
+
const stormConfigJson = _fs.readFileSync.call(void 0, _chunk3DQG66DJjs.joinPaths.call(void 0, project.root.outdir, "storm-workspace.json"), "utf8");
|
|
675
675
|
stormConfig = JSON.parse(stormConfigJson);
|
|
676
676
|
}
|
|
677
677
|
if (_optionalChain([stormConfig, 'optionalAccess', _ => _.namespace])) {
|
|
@@ -690,18 +690,18 @@ var StormNxWorkspace = (_class = class extends _nxworkspace.NxWorkspace {
|
|
|
690
690
|
}
|
|
691
691
|
this.nxJson = new (0, _projen.JsonFile)(project, "nx.json", {
|
|
692
692
|
obj: {
|
|
693
|
-
extends: /* @__PURE__ */
|
|
694
|
-
npmScope: /* @__PURE__ */
|
|
695
|
-
affected: /* @__PURE__ */
|
|
696
|
-
workspaceLayout: /* @__PURE__ */
|
|
697
|
-
plugins: /* @__PURE__ */
|
|
698
|
-
namedInputs: /* @__PURE__ */
|
|
699
|
-
targetDefaults: /* @__PURE__ */
|
|
700
|
-
tasksRunnerOptions: /* @__PURE__ */
|
|
701
|
-
parallel: /* @__PURE__ */
|
|
702
|
-
useDaemonProcess: /* @__PURE__ */
|
|
703
|
-
useInferencePlugins: /* @__PURE__ */
|
|
704
|
-
release: /* @__PURE__ */
|
|
693
|
+
extends: /* @__PURE__ */ _chunkWTMG7MTKjs.__name.call(void 0, () => this.extends, "extends"),
|
|
694
|
+
npmScope: /* @__PURE__ */ _chunkWTMG7MTKjs.__name.call(void 0, () => this.npmScope, "npmScope"),
|
|
695
|
+
affected: /* @__PURE__ */ _chunkWTMG7MTKjs.__name.call(void 0, () => _common.asUndefinedIfEmpty.call(void 0, this.affected), "affected"),
|
|
696
|
+
workspaceLayout: /* @__PURE__ */ _chunkWTMG7MTKjs.__name.call(void 0, () => _common.asUndefinedIfEmpty.call(void 0, this.workspaceLayout), "workspaceLayout"),
|
|
697
|
+
plugins: /* @__PURE__ */ _chunkWTMG7MTKjs.__name.call(void 0, () => _common.asUndefinedIfEmpty.call(void 0, this.nxPlugins), "plugins"),
|
|
698
|
+
namedInputs: /* @__PURE__ */ _chunkWTMG7MTKjs.__name.call(void 0, () => _common.asUndefinedIfEmpty.call(void 0, this.namedInputs), "namedInputs"),
|
|
699
|
+
targetDefaults: /* @__PURE__ */ _chunkWTMG7MTKjs.__name.call(void 0, () => _common.asUndefinedIfEmpty.call(void 0, this.targetDefaults), "targetDefaults"),
|
|
700
|
+
tasksRunnerOptions: /* @__PURE__ */ _chunkWTMG7MTKjs.__name.call(void 0, () => _common.asUndefinedIfEmpty.call(void 0, this.tasksRunnerOptions), "tasksRunnerOptions"),
|
|
701
|
+
parallel: /* @__PURE__ */ _chunkWTMG7MTKjs.__name.call(void 0, () => this.parallel, "parallel"),
|
|
702
|
+
useDaemonProcess: /* @__PURE__ */ _chunkWTMG7MTKjs.__name.call(void 0, () => this.useDaemonProcess, "useDaemonProcess"),
|
|
703
|
+
useInferencePlugins: /* @__PURE__ */ _chunkWTMG7MTKjs.__name.call(void 0, () => this.useInferencePlugins, "useInferencePlugins"),
|
|
704
|
+
release: /* @__PURE__ */ _chunkWTMG7MTKjs.__name.call(void 0, () => _common.asUndefinedIfEmpty.call(void 0, this.release), "release")
|
|
705
705
|
}
|
|
706
706
|
});
|
|
707
707
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
joinPaths
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-TTG4YCRZ.mjs";
|
|
4
4
|
import {
|
|
5
5
|
__name,
|
|
6
6
|
init_esm_shims
|
|
7
|
-
} from "../../chunk-
|
|
7
|
+
} from "../../chunk-MC42JFGZ.mjs";
|
|
8
8
|
|
|
9
9
|
// src/components/nx-workspace.ts
|
|
10
10
|
init_esm_shims();
|
|
@@ -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 _chunkKWEYIJCMjs = require('../../../chunk-KWEYIJCM.js');
|
|
5
|
+
require('../../../chunk-3DQG66DJ.js');
|
|
6
|
+
require('../../../chunk-WTMG7MTK.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkKWEYIJCMjs.generator_default; exports.initGeneratorFn = _chunkKWEYIJCMjs.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-RQVK53ZU.mjs";
|
|
5
|
+
import "../../../chunk-TTG4YCRZ.mjs";
|
|
6
|
+
import "../../../chunk-MC42JFGZ.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 _chunkWTMG7MTKjs = require('./chunk-WTMG7MTK.js');
|
|
4
4
|
|
|
5
5
|
// tsup.config.ts
|
|
6
|
-
|
|
6
|
+
_chunkWTMG7MTKjs.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.9.
|
|
3
|
+
"version": "0.9.32",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "Tools for managing Projen configuration automation within a Nx workspace.",
|
|
6
6
|
"repository": {
|
|
@@ -114,8 +114,8 @@
|
|
|
114
114
|
"sullivanpj"
|
|
115
115
|
],
|
|
116
116
|
"peerDependencies": {
|
|
117
|
-
"@nx/devkit": "
|
|
118
|
-
"nx": "
|
|
117
|
+
"@nx/devkit": "20.6.0",
|
|
118
|
+
"nx": "20.6.0",
|
|
119
119
|
"projen": "^0.91.6"
|
|
120
120
|
},
|
|
121
121
|
"peerDependenciesMeta": {
|
|
@@ -125,14 +125,14 @@
|
|
|
125
125
|
},
|
|
126
126
|
"dependencies": {
|
|
127
127
|
"@aws/pdk": "^0.25.16",
|
|
128
|
-
"@nx/devkit": "
|
|
128
|
+
"@nx/devkit": "20.6.0",
|
|
129
129
|
"projen": "^0.91.6",
|
|
130
130
|
"tslib": "^2.6.3"
|
|
131
131
|
},
|
|
132
132
|
"devDependencies": {
|
|
133
|
-
"@nx/devkit": "
|
|
133
|
+
"@nx/devkit": "20.6.0",
|
|
134
134
|
"@types/node": "^22.10.2",
|
|
135
|
-
"nx": "
|
|
135
|
+
"nx": "20.6.0",
|
|
136
136
|
"tsup": "8.3.5",
|
|
137
137
|
"untyped": "^1.5.2"
|
|
138
138
|
},
|