lerna-projen 0.1.573 → 0.1.574
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 +2 -2
- package/lib/index.js +2 -2
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -1031,6 +1031,6 @@
|
|
|
1031
1031
|
"symbolId": "src/utils:AddNxTaskDependencyOptions"
|
|
1032
1032
|
}
|
|
1033
1033
|
},
|
|
1034
|
-
"version": "0.1.
|
|
1035
|
-
"fingerprint": "
|
|
1034
|
+
"version": "0.1.574",
|
|
1035
|
+
"fingerprint": "+pXJNcP3n3Y8e9luN4cO0IbY+FNoAuSHm4Swf2//V4o="
|
|
1036
1036
|
}
|
package/lib/index.js
CHANGED
|
@@ -93,7 +93,7 @@ class LernaProject extends projen_1.javascript.NodeProject {
|
|
|
93
93
|
}
|
|
94
94
|
exports.LernaProject = LernaProject;
|
|
95
95
|
_a = JSII_RTTI_SYMBOL_1;
|
|
96
|
-
LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.
|
|
96
|
+
LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.574" };
|
|
97
97
|
/**
|
|
98
98
|
* @pjid lerna-ts-project
|
|
99
99
|
*/
|
|
@@ -127,7 +127,7 @@ class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
|
|
|
127
127
|
}
|
|
128
128
|
exports.LernaTypescriptProject = LernaTypescriptProject;
|
|
129
129
|
_b = JSII_RTTI_SYMBOL_1;
|
|
130
|
-
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.
|
|
130
|
+
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.574" };
|
|
131
131
|
class LernaProjectFactory {
|
|
132
132
|
constructor(project) {
|
|
133
133
|
this.project = project;
|