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.
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.848",
1129
- "fingerprint": "oYwuS4bvTYIsH0Uoq7bjf6WmH0bWHNiDxve1iMhTbtk="
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.848" };
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.848" };
132
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.849" };
133
133
  sinceLastRelease;
134
134
  useNx;
135
135
  independentMode;
package/package.json CHANGED
@@ -72,7 +72,7 @@
72
72
  "publishConfig": {
73
73
  "access": "public"
74
74
  },
75
- "version": "0.1.848",
75
+ "version": "0.1.849",
76
76
  "jest": {
77
77
  "coverageProvider": "v8",
78
78
  "testMatch": [