lerna-projen 0.1.7 → 0.1.9
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 +4 -4
- package/lib/index.js +2 -2
- package/package.json +6 -6
package/.jsii
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"fs-extra": "^9.1.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"projen": "^0.67.
|
|
17
|
+
"projen": "^0.67.54"
|
|
18
18
|
},
|
|
19
19
|
"dependencyClosure": {
|
|
20
20
|
"projen": {
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"stability": "stable"
|
|
63
63
|
},
|
|
64
64
|
"homepage": "https://github.com/AminFazlMondo/Lerna-Projen.git",
|
|
65
|
-
"jsiiVersion": "1.
|
|
65
|
+
"jsiiVersion": "1.75.0 (build 63bb957)",
|
|
66
66
|
"keywords": [
|
|
67
67
|
"lerna",
|
|
68
68
|
"monorepo",
|
|
@@ -763,6 +763,6 @@
|
|
|
763
763
|
"symbolId": "src/types:TaskCustomization"
|
|
764
764
|
}
|
|
765
765
|
},
|
|
766
|
-
"version": "0.1.
|
|
767
|
-
"fingerprint": "
|
|
766
|
+
"version": "0.1.9",
|
|
767
|
+
"fingerprint": "1HHlNIceHFH0MlQW3yHecQ58VRpyKrsg5lcoXszLOFY="
|
|
768
768
|
}
|
package/lib/index.js
CHANGED
|
@@ -90,7 +90,7 @@ class LernaProject extends projen_1.javascript.NodeProject {
|
|
|
90
90
|
}
|
|
91
91
|
exports.LernaProject = LernaProject;
|
|
92
92
|
_a = JSII_RTTI_SYMBOL_1;
|
|
93
|
-
LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.
|
|
93
|
+
LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.9" };
|
|
94
94
|
/**
|
|
95
95
|
* @pjid lerna-ts-project
|
|
96
96
|
*/
|
|
@@ -135,7 +135,7 @@ class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
|
|
|
135
135
|
}
|
|
136
136
|
exports.LernaTypescriptProject = LernaTypescriptProject;
|
|
137
137
|
_b = JSII_RTTI_SYMBOL_1;
|
|
138
|
-
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.
|
|
138
|
+
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.9" };
|
|
139
139
|
class LernaProjectFactory {
|
|
140
140
|
constructor(project) {
|
|
141
141
|
this.project = project;
|
package/package.json
CHANGED
|
@@ -52,19 +52,19 @@
|
|
|
52
52
|
"eslint-plugin-import": "^2.27.5",
|
|
53
53
|
"jest": "^27",
|
|
54
54
|
"jest-junit": "^13",
|
|
55
|
-
"jsii": "^1.
|
|
56
|
-
"jsii-diff": "^1.
|
|
55
|
+
"jsii": "^1.75.0",
|
|
56
|
+
"jsii-diff": "^1.75.0",
|
|
57
57
|
"jsii-docgen": "^3.8.31",
|
|
58
|
-
"jsii-pacmak": "^1.
|
|
58
|
+
"jsii-pacmak": "^1.75.0",
|
|
59
59
|
"npm-check-updates": "^16",
|
|
60
|
-
"projen": "^0.67.
|
|
60
|
+
"projen": "^0.67.54",
|
|
61
61
|
"standard-version": "^9",
|
|
62
62
|
"ts-jest": "^27",
|
|
63
63
|
"ts-node": "^10.9.1",
|
|
64
64
|
"typescript": "^4.9.5"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
|
-
"projen": "^0.67.
|
|
67
|
+
"projen": "^0.67.54"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"commander": "^6.2.1",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
],
|
|
83
83
|
"main": "lib/index.js",
|
|
84
84
|
"license": "Apache-2.0",
|
|
85
|
-
"version": "0.1.
|
|
85
|
+
"version": "0.1.9",
|
|
86
86
|
"jest": {
|
|
87
87
|
"testMatch": [
|
|
88
88
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|