lerna-projen 0.1.189 → 0.1.190

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 +2 -2
package/.jsii CHANGED
@@ -790,6 +790,6 @@
790
790
  "symbolId": "src/types:TaskCustomization"
791
791
  }
792
792
  },
793
- "version": "0.1.189",
794
- "fingerprint": "ypyyeAj2B+vUZsupmLa8zcJ2EWlehXUJZ0FcXxHhiKk="
793
+ "version": "0.1.190",
794
+ "fingerprint": "iDa24Itw18ZT0puK68kmQit+ZIXYkpWbcdGqaaY7Dcg="
795
795
  }
package/lib/index.js CHANGED
@@ -95,7 +95,7 @@ class LernaProject extends projen_1.javascript.NodeProject {
95
95
  }
96
96
  exports.LernaProject = LernaProject;
97
97
  _a = JSII_RTTI_SYMBOL_1;
98
- LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.189" };
98
+ LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.190" };
99
99
  /**
100
100
  * @pjid lerna-ts-project
101
101
  */
@@ -141,7 +141,7 @@ class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
141
141
  }
142
142
  exports.LernaTypescriptProject = LernaTypescriptProject;
143
143
  _b = JSII_RTTI_SYMBOL_1;
144
- LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.189" };
144
+ LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.190" };
145
145
  class LernaProjectFactory {
146
146
  constructor(project) {
147
147
  this.project = project;
package/package.json CHANGED
@@ -58,7 +58,7 @@
58
58
  "jsii-pacmak": "^1.87.0",
59
59
  "jsii-rosetta": "5.x",
60
60
  "npm-check-updates": "^16",
61
- "projen": "^0.72.11",
61
+ "projen": "^0.72.12",
62
62
  "standard-version": "^9",
63
63
  "ts-jest": "^29",
64
64
  "ts-node": "^10.9.1",
@@ -83,7 +83,7 @@
83
83
  ],
84
84
  "main": "lib/index.js",
85
85
  "license": "Apache-2.0",
86
- "version": "0.1.189",
86
+ "version": "0.1.190",
87
87
  "jest": {
88
88
  "testMatch": [
89
89
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",