lerna-projen 0.1.721 → 0.1.722
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.4.3",
|
|
18
|
-
"projen": "^0.98.
|
|
18
|
+
"projen": "^0.98.20"
|
|
19
19
|
},
|
|
20
20
|
"dependencyClosure": {
|
|
21
21
|
"constructs": {
|
|
@@ -1124,6 +1124,6 @@
|
|
|
1124
1124
|
"symbolId": "src/utils:AddNxTaskDependencyOptions"
|
|
1125
1125
|
}
|
|
1126
1126
|
},
|
|
1127
|
-
"version": "0.1.
|
|
1128
|
-
"fingerprint": "
|
|
1127
|
+
"version": "0.1.722",
|
|
1128
|
+
"fingerprint": "RJJf6wLCJ4hz4rkQL1v3nHFiXP0i0EXLXIpN7EDFmH0="
|
|
1129
1129
|
}
|
package/lib/index.js
CHANGED
|
@@ -98,7 +98,7 @@ class LernaProject extends projen_1.javascript.NodeProject {
|
|
|
98
98
|
}
|
|
99
99
|
exports.LernaProject = LernaProject;
|
|
100
100
|
_a = JSII_RTTI_SYMBOL_1;
|
|
101
|
-
LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.
|
|
101
|
+
LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.722" };
|
|
102
102
|
/**
|
|
103
103
|
* @pjid lerna-ts-project
|
|
104
104
|
*/
|
|
@@ -134,7 +134,7 @@ class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
|
|
|
134
134
|
}
|
|
135
135
|
exports.LernaTypescriptProject = LernaTypescriptProject;
|
|
136
136
|
_b = JSII_RTTI_SYMBOL_1;
|
|
137
|
-
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.
|
|
137
|
+
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.722" };
|
|
138
138
|
class LernaProjectFactory {
|
|
139
139
|
constructor(project) {
|
|
140
140
|
this.project = project;
|
package/package.json
CHANGED
|
@@ -59,14 +59,14 @@
|
|
|
59
59
|
"jsii-docgen": "^10.5.0",
|
|
60
60
|
"jsii-pacmak": "^1.119.0",
|
|
61
61
|
"jsii-rosetta": "5.9.x",
|
|
62
|
-
"projen": "^0.98.
|
|
62
|
+
"projen": "^0.98.20",
|
|
63
63
|
"ts-jest": "^29.4.5",
|
|
64
64
|
"ts-node": "^10.9.2",
|
|
65
65
|
"typescript": "^5.9.3"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
68
|
"constructs": "^10.4.3",
|
|
69
|
-
"projen": "^0.98.
|
|
69
|
+
"projen": "^0.98.20"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
72
|
"commander": "^11.1.0",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"publishConfig": {
|
|
91
91
|
"access": "public"
|
|
92
92
|
},
|
|
93
|
-
"version": "0.1.
|
|
93
|
+
"version": "0.1.722",
|
|
94
94
|
"jest": {
|
|
95
95
|
"coverageProvider": "v8",
|
|
96
96
|
"testMatch": [
|