lerna-projen 0.1.652 → 0.1.653
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
|
@@ -1032,6 +1032,6 @@
|
|
|
1032
1032
|
"symbolId": "src/utils:AddNxTaskDependencyOptions"
|
|
1033
1033
|
}
|
|
1034
1034
|
},
|
|
1035
|
-
"version": "0.1.
|
|
1036
|
-
"fingerprint": "
|
|
1035
|
+
"version": "0.1.653",
|
|
1036
|
+
"fingerprint": "he5JDRIzbJYfkASEy0brHejaJ3Vhenb9zvTM1gYQtng="
|
|
1037
1037
|
}
|
package/lib/index.js
CHANGED
|
@@ -97,7 +97,7 @@ class LernaProject extends projen_1.javascript.NodeProject {
|
|
|
97
97
|
}
|
|
98
98
|
exports.LernaProject = LernaProject;
|
|
99
99
|
_a = JSII_RTTI_SYMBOL_1;
|
|
100
|
-
LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.
|
|
100
|
+
LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.653" };
|
|
101
101
|
/**
|
|
102
102
|
* @pjid lerna-ts-project
|
|
103
103
|
*/
|
|
@@ -132,7 +132,7 @@ class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
|
|
|
132
132
|
}
|
|
133
133
|
exports.LernaTypescriptProject = LernaTypescriptProject;
|
|
134
134
|
_b = JSII_RTTI_SYMBOL_1;
|
|
135
|
-
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.
|
|
135
|
+
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.653" };
|
|
136
136
|
class LernaProjectFactory {
|
|
137
137
|
constructor(project) {
|
|
138
138
|
this.project = project;
|