lerna-projen 0.1.848 → 0.1.849
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.849",
|
|
1129
|
+
"fingerprint": "e4ai434stv6zhx6kQd0g1gqIVkoPrivhJsdSj7Bp0yg="
|
|
1130
1130
|
}
|
package/lib/index.js
CHANGED
|
@@ -75,7 +75,7 @@ const lockedTaskNames = ['build', 'upgrade', 'upgrade-projen', 'clobber', 'post-
|
|
|
75
75
|
* @pjid lerna-project
|
|
76
76
|
*/
|
|
77
77
|
class LernaProject extends projen_1.javascript.NodeProject {
|
|
78
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaProject", version: "0.1.
|
|
78
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaProject", version: "0.1.849" };
|
|
79
79
|
projenrcTs;
|
|
80
80
|
docsDirectory;
|
|
81
81
|
docgen;
|
|
@@ -129,7 +129,7 @@ exports.LernaProject = LernaProject;
|
|
|
129
129
|
* @pjid lerna-ts-project
|
|
130
130
|
*/
|
|
131
131
|
class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
|
|
132
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.
|
|
132
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.849" };
|
|
133
133
|
sinceLastRelease;
|
|
134
134
|
useNx;
|
|
135
135
|
independentMode;
|