lerna-projen 0.1.738 → 0.1.739

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.738",
1129
- "fingerprint": "BZguQTZhKsiseum8Jj0i2cSoiwdn7PrsVNp3ybZP1og="
1128
+ "version": "0.1.739",
1129
+ "fingerprint": "/v2AXXYa1W6fA7BjMJPHfHXPSDLccCCmvv2Xln0LyfE="
1130
1130
  }
package/lib/index.js CHANGED
@@ -98,7 +98,7 @@ class LernaProject extends projen_1.javascript.NodeProject {
98
98
  }
99
99
  exports.LernaProject = LernaProject;
100
100
  _a = JSII_RTTI_SYMBOL_1;
101
- LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.738" };
101
+ LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.739" };
102
102
  /**
103
103
  * @pjid lerna-ts-project
104
104
  */
@@ -134,7 +134,7 @@ class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
134
134
  }
135
135
  exports.LernaTypescriptProject = LernaTypescriptProject;
136
136
  _b = JSII_RTTI_SYMBOL_1;
137
- LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.738" };
137
+ LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.739" };
138
138
  class LernaProjectFactory {
139
139
  constructor(project) {
140
140
  this.project = project;
package/package.json CHANGED
@@ -90,7 +90,7 @@
90
90
  "publishConfig": {
91
91
  "access": "public"
92
92
  },
93
- "version": "0.1.738",
93
+ "version": "0.1.739",
94
94
  "jest": {
95
95
  "coverageProvider": "v8",
96
96
  "testMatch": [