lerna-projen 0.1.154 → 0.1.155
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
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"fs-extra": "^9.1.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"projen": "^0.71.
|
|
17
|
+
"projen": "^0.71.137"
|
|
18
18
|
},
|
|
19
19
|
"dependencyClosure": {
|
|
20
20
|
"projen": {
|
|
@@ -781,6 +781,6 @@
|
|
|
781
781
|
"symbolId": "src/types:TaskCustomization"
|
|
782
782
|
}
|
|
783
783
|
},
|
|
784
|
-
"version": "0.1.
|
|
785
|
-
"fingerprint": "
|
|
784
|
+
"version": "0.1.155",
|
|
785
|
+
"fingerprint": "AvwzHfyvr5BVMq5/5QRHrR73yVxn8s4i5K5dyp/82y8="
|
|
786
786
|
}
|
package/lib/index.js
CHANGED
|
@@ -94,7 +94,7 @@ class LernaProject extends projen_1.javascript.NodeProject {
|
|
|
94
94
|
}
|
|
95
95
|
exports.LernaProject = LernaProject;
|
|
96
96
|
_a = JSII_RTTI_SYMBOL_1;
|
|
97
|
-
LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.
|
|
97
|
+
LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.155" };
|
|
98
98
|
/**
|
|
99
99
|
* @pjid lerna-ts-project
|
|
100
100
|
*/
|
|
@@ -139,7 +139,7 @@ class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
|
|
|
139
139
|
}
|
|
140
140
|
exports.LernaTypescriptProject = LernaTypescriptProject;
|
|
141
141
|
_b = JSII_RTTI_SYMBOL_1;
|
|
142
|
-
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.
|
|
142
|
+
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.155" };
|
|
143
143
|
class LernaProjectFactory {
|
|
144
144
|
constructor(project) {
|
|
145
145
|
this.project = project;
|
package/package.json
CHANGED
|
@@ -58,14 +58,14 @@
|
|
|
58
58
|
"jsii-pacmak": "^1.84.0",
|
|
59
59
|
"jsii-rosetta": "5.x",
|
|
60
60
|
"npm-check-updates": "^16",
|
|
61
|
-
"projen": "^0.71.
|
|
61
|
+
"projen": "^0.71.137",
|
|
62
62
|
"standard-version": "^9",
|
|
63
63
|
"ts-jest": "^29",
|
|
64
64
|
"ts-node": "^10.9.1",
|
|
65
65
|
"typescript": "^5.1.6"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
|
-
"projen": "^0.71.
|
|
68
|
+
"projen": "^0.71.137"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"commander": "^11.0.0",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
],
|
|
84
84
|
"main": "lib/index.js",
|
|
85
85
|
"license": "Apache-2.0",
|
|
86
|
-
"version": "0.1.
|
|
86
|
+
"version": "0.1.155",
|
|
87
87
|
"jest": {
|
|
88
88
|
"testMatch": [
|
|
89
89
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|