lerna-projen 0.1.507 → 0.1.509

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 +3 -3
  2. package/lib/index.js +2 -2
  3. package/package.json +3 -3
package/.jsii CHANGED
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "constructs": "^10.4.2",
18
- "projen": "^0.88.6"
18
+ "projen": "^0.88.9"
19
19
  },
20
20
  "dependencyClosure": {
21
21
  "constructs": {
@@ -1001,6 +1001,6 @@
1001
1001
  "symbolId": "src/utils:AddNxTaskDependencyOptions"
1002
1002
  }
1003
1003
  },
1004
- "version": "0.1.507",
1005
- "fingerprint": "87Ps0HMoujRbE93lq+TUEhHTCNPlkCkDLx1+NlWAyY4="
1004
+ "version": "0.1.509",
1005
+ "fingerprint": "XcfACQlzJ1HZeJgrBXKRIJdZBA7PJyvu2oEmRPfBMFo="
1006
1006
  }
package/lib/index.js CHANGED
@@ -92,7 +92,7 @@ class LernaProject extends projen_1.javascript.NodeProject {
92
92
  }
93
93
  exports.LernaProject = LernaProject;
94
94
  _a = JSII_RTTI_SYMBOL_1;
95
- LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.507" };
95
+ LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.509" };
96
96
  /**
97
97
  * @pjid lerna-ts-project
98
98
  */
@@ -125,7 +125,7 @@ class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
125
125
  }
126
126
  exports.LernaTypescriptProject = LernaTypescriptProject;
127
127
  _b = JSII_RTTI_SYMBOL_1;
128
- LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.507" };
128
+ LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.509" };
129
129
  class LernaProjectFactory {
130
130
  constructor(project) {
131
131
  this.project = project;
package/package.json CHANGED
@@ -58,14 +58,14 @@
58
58
  "jsii-docgen": "^10.5.0",
59
59
  "jsii-pacmak": "^1.104.0",
60
60
  "jsii-rosetta": "5.4.x",
61
- "projen": "^0.88.6",
61
+ "projen": "^0.88.9",
62
62
  "ts-jest": "^29.2.5",
63
63
  "ts-node": "^10.9.2",
64
64
  "typescript": "^5.6.3"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "constructs": "^10.4.2",
68
- "projen": "^0.88.6"
68
+ "projen": "^0.88.9"
69
69
  },
70
70
  "dependencies": {
71
71
  "commander": "^11.1.0",
@@ -89,7 +89,7 @@
89
89
  "publishConfig": {
90
90
  "access": "public"
91
91
  },
92
- "version": "0.1.507",
92
+ "version": "0.1.509",
93
93
  "jest": {
94
94
  "coverageProvider": "v8",
95
95
  "testMatch": [