lerna-projen 0.1.882 → 0.1.883
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/.jsii +3 -3
- package/lib/index.js +2 -2
- package/package.json +3 -3
package/.jsii
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"constructs": "^10.8.1",
|
|
18
|
-
"projen": "^0.101.
|
|
18
|
+
"projen": "^0.101.33"
|
|
19
19
|
},
|
|
20
20
|
"dependencyClosure": {
|
|
21
21
|
"constructs": {
|
|
@@ -1127,6 +1127,6 @@
|
|
|
1127
1127
|
"symbolId": "src/utils:AddNxTaskDependencyOptions"
|
|
1128
1128
|
}
|
|
1129
1129
|
},
|
|
1130
|
-
"version": "0.1.
|
|
1131
|
-
"fingerprint": "
|
|
1130
|
+
"version": "0.1.883",
|
|
1131
|
+
"fingerprint": "gGj9Ex5FFQRIBFRfP/btpQAakIeX/8fwhTBPEkpZGbY="
|
|
1132
1132
|
}
|
package/lib/index.js
CHANGED
|
@@ -95,7 +95,7 @@ const lockedTaskNames = ['build', 'upgrade', 'upgrade-projen', 'clobber', 'post-
|
|
|
95
95
|
* @pjid lerna-project
|
|
96
96
|
*/
|
|
97
97
|
class LernaProject extends projen_1.javascript.NodeProject {
|
|
98
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaProject", version: "0.1.
|
|
98
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaProject", version: "0.1.883" };
|
|
99
99
|
projenrcTs;
|
|
100
100
|
docsDirectory;
|
|
101
101
|
docgen;
|
|
@@ -149,7 +149,7 @@ exports.LernaProject = LernaProject;
|
|
|
149
149
|
* @pjid lerna-ts-project
|
|
150
150
|
*/
|
|
151
151
|
class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
|
|
152
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.
|
|
152
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.883" };
|
|
153
153
|
sinceLastRelease;
|
|
154
154
|
useNx;
|
|
155
155
|
independentMode;
|
package/package.json
CHANGED
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"jsii-docgen": "^10.5.0",
|
|
34
34
|
"jsii-pacmak": "^1.139.0",
|
|
35
35
|
"jsii-rosetta": "5.9.x",
|
|
36
|
-
"projen": "^0.101.
|
|
36
|
+
"projen": "^0.101.33",
|
|
37
37
|
"ts-jest": "^29.4.12",
|
|
38
38
|
"ts-node": "^10.9.2",
|
|
39
39
|
"typescript": "^5.9.3"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"constructs": "^10.8.1",
|
|
43
|
-
"projen": "^0.101.
|
|
43
|
+
"projen": "^0.101.33"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"commander": "^11.1.0",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"publishConfig": {
|
|
73
73
|
"access": "public"
|
|
74
74
|
},
|
|
75
|
-
"version": "0.1.
|
|
75
|
+
"version": "0.1.883",
|
|
76
76
|
"jest": {
|
|
77
77
|
"coverageProvider": "v8",
|
|
78
78
|
"testMatch": [
|