lerna-projen 0.1.456 → 0.1.457
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 +1 -1
package/.jsii
CHANGED
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"stability": "stable"
|
|
89
89
|
},
|
|
90
90
|
"homepage": "https://github.com/AminFazlMondo/Lerna-Projen.git",
|
|
91
|
-
"jsiiVersion": "5.4.
|
|
91
|
+
"jsiiVersion": "5.4.30 (build 1399a1c)",
|
|
92
92
|
"keywords": [
|
|
93
93
|
"lerna",
|
|
94
94
|
"monorepo",
|
|
@@ -982,6 +982,6 @@
|
|
|
982
982
|
"symbolId": "src/utils:AddNxTaskDependencyOptions"
|
|
983
983
|
}
|
|
984
984
|
},
|
|
985
|
-
"version": "0.1.
|
|
986
|
-
"fingerprint": "
|
|
985
|
+
"version": "0.1.457",
|
|
986
|
+
"fingerprint": "/F8fSUQK6qX3CcHKxJQIVz/qVFcBxl+MKv2pBrpSwDg="
|
|
987
987
|
}
|
package/lib/index.js
CHANGED
|
@@ -92,7 +92,7 @@ class LernaProject extends projen_1.javascript.NodeProject {
|
|
|
92
92
|
}
|
|
93
93
|
exports.LernaProject = LernaProject;
|
|
94
94
|
_a = JSII_RTTI_SYMBOL_1;
|
|
95
|
-
LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.
|
|
95
|
+
LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.457" };
|
|
96
96
|
/**
|
|
97
97
|
* @pjid lerna-ts-project
|
|
98
98
|
*/
|
|
@@ -125,7 +125,7 @@ class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
|
|
|
125
125
|
}
|
|
126
126
|
exports.LernaTypescriptProject = LernaTypescriptProject;
|
|
127
127
|
_b = JSII_RTTI_SYMBOL_1;
|
|
128
|
-
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.
|
|
128
|
+
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.457" };
|
|
129
129
|
class LernaProjectFactory {
|
|
130
130
|
constructor(project) {
|
|
131
131
|
this.project = project;
|