lerna-projen 0.1.866 → 0.1.867
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
|
@@ -1125,6 +1125,6 @@
|
|
|
1125
1125
|
"symbolId": "src/utils:AddNxTaskDependencyOptions"
|
|
1126
1126
|
}
|
|
1127
1127
|
},
|
|
1128
|
-
"version": "0.1.
|
|
1129
|
-
"fingerprint": "
|
|
1128
|
+
"version": "0.1.867",
|
|
1129
|
+
"fingerprint": "zpn5jQqacadczCp0GucuNduYZsnJLDwYzGIX2DSFkmc="
|
|
1130
1130
|
}
|
package/lib/index.js
CHANGED
|
@@ -95,7 +95,7 @@ const lockedTaskNames = ['build', 'upgrade', 'upgrade-projen', 'clobber', 'post-
|
|
|
95
95
|
* @pjid lerna-project
|
|
96
96
|
*/
|
|
97
97
|
class LernaProject extends projen_1.javascript.NodeProject {
|
|
98
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaProject", version: "0.1.
|
|
98
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaProject", version: "0.1.867" };
|
|
99
99
|
projenrcTs;
|
|
100
100
|
docsDirectory;
|
|
101
101
|
docgen;
|
|
@@ -149,7 +149,7 @@ exports.LernaProject = LernaProject;
|
|
|
149
149
|
* @pjid lerna-ts-project
|
|
150
150
|
*/
|
|
151
151
|
class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
|
|
152
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.
|
|
152
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.867" };
|
|
153
153
|
sinceLastRelease;
|
|
154
154
|
useNx;
|
|
155
155
|
independentMode;
|