lerna-projen 0.1.663 → 0.1.664

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
@@ -1032,6 +1032,6 @@
1032
1032
  "symbolId": "src/utils:AddNxTaskDependencyOptions"
1033
1033
  }
1034
1034
  },
1035
- "version": "0.1.663",
1036
- "fingerprint": "DJqrVuy5Cd6SNymQFW1BoQyALWrQgSVd8LKfWAra1B4="
1035
+ "version": "0.1.664",
1036
+ "fingerprint": "2ci+X+bUjVUkWArGU6HZVyVX6TRd8DkaQrV82yUF/mY="
1037
1037
  }
package/lib/index.js CHANGED
@@ -97,7 +97,7 @@ class LernaProject extends projen_1.javascript.NodeProject {
97
97
  }
98
98
  exports.LernaProject = LernaProject;
99
99
  _a = JSII_RTTI_SYMBOL_1;
100
- LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.663" };
100
+ LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.664" };
101
101
  /**
102
102
  * @pjid lerna-ts-project
103
103
  */
@@ -132,7 +132,7 @@ class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
132
132
  }
133
133
  exports.LernaTypescriptProject = LernaTypescriptProject;
134
134
  _b = JSII_RTTI_SYMBOL_1;
135
- LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.663" };
135
+ LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.664" };
136
136
  class LernaProjectFactory {
137
137
  constructor(project) {
138
138
  this.project = project;
package/package.json CHANGED
@@ -90,7 +90,7 @@
90
90
  "publishConfig": {
91
91
  "access": "public"
92
92
  },
93
- "version": "0.1.663",
93
+ "version": "0.1.664",
94
94
  "jest": {
95
95
  "coverageProvider": "v8",
96
96
  "testMatch": [