lerna-projen 0.1.899 → 0.1.900

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.
Files changed (3) hide show
  1. package/.jsii +3 -3
  2. package/lib/index.js +2 -2
  3. package/package.json +1 -1
package/.jsii CHANGED
@@ -93,7 +93,7 @@
93
93
  "stability": "stable"
94
94
  },
95
95
  "homepage": "https://github.com/AminFazlMondo/Lerna-Projen.git",
96
- "jsiiVersion": "5.9.53 (build 16812ce)",
96
+ "jsiiVersion": "5.9.54 (build 042bc62)",
97
97
  "keywords": [
98
98
  "lerna",
99
99
  "monorepo",
@@ -1129,6 +1129,6 @@
1129
1129
  "symbolId": "src/utils:AddNxTaskDependencyOptions"
1130
1130
  }
1131
1131
  },
1132
- "version": "0.1.899",
1133
- "fingerprint": "gt2rU15vyBVIcMi1Hd3auG0pLs/cTr8xxnSxMtgyj1w="
1132
+ "version": "0.1.900",
1133
+ "fingerprint": "9oQa2w9fzxcaABznUs0Hmpe+5U2PRpXJPLfIHSWJAQ4="
1134
1134
  }
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.899" };
98
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaProject", version: "0.1.900" };
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.899" };
152
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.900" };
153
153
  sinceLastRelease;
154
154
  useNx;
155
155
  independentMode;
package/package.json CHANGED
@@ -72,7 +72,7 @@
72
72
  "publishConfig": {
73
73
  "access": "public"
74
74
  },
75
- "version": "0.1.899",
75
+ "version": "0.1.900",
76
76
  "jest": {
77
77
  "coverageProvider": "v8",
78
78
  "testMatch": [