lerna-projen 0.1.846 → 0.1.847

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 +2 -2
  2. package/lib/index.js +2 -2
  3. 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.846",
1129
- "fingerprint": "RyXgQfHk3G9Cgxw0Mv1D9hSdjsb2QZNByZxqDw4EUgo="
1128
+ "version": "0.1.847",
1129
+ "fingerprint": "mNoZYz5RHQ5leQasB7p1oylj/buEIcxLHkhLxwFuF+E="
1130
1130
  }
package/lib/index.js CHANGED
@@ -80,7 +80,7 @@ const lockedTaskNames = ['build', 'upgrade', 'upgrade-projen', 'clobber', 'post-
80
80
  * @pjid lerna-project
81
81
  */
82
82
  class LernaProject extends projen_1.javascript.NodeProject {
83
- static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaProject", version: "0.1.846" };
83
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaProject", version: "0.1.847" };
84
84
  projenrcTs;
85
85
  docsDirectory;
86
86
  docgen;
@@ -134,7 +134,7 @@ exports.LernaProject = LernaProject;
134
134
  * @pjid lerna-ts-project
135
135
  */
136
136
  class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
137
- static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.846" };
137
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.847" };
138
138
  sinceLastRelease;
139
139
  useNx;
140
140
  independentMode;
package/package.json CHANGED
@@ -72,7 +72,7 @@
72
72
  "publishConfig": {
73
73
  "access": "public"
74
74
  },
75
- "version": "0.1.846",
75
+ "version": "0.1.847",
76
76
  "jest": {
77
77
  "coverageProvider": "v8",
78
78
  "testMatch": [