lerna-projen 0.1.844 → 0.1.845

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 +6 -6
package/.jsii CHANGED
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "constructs": "^10.6.0",
18
- "projen": "^0.99.76"
18
+ "projen": "^0.99.80"
19
19
  },
20
20
  "dependencyClosure": {
21
21
  "constructs": {
@@ -1125,6 +1125,6 @@
1125
1125
  "symbolId": "src/utils:AddNxTaskDependencyOptions"
1126
1126
  }
1127
1127
  },
1128
- "version": "0.1.844",
1129
- "fingerprint": "1v1EFmWRM4sUeBc8cHhQjYDqVE2Fx6g+FtbPWq9UKYs="
1128
+ "version": "0.1.845",
1129
+ "fingerprint": "n54MfkQQnZNYfjv907tlU0jzDw6B9dhQCd86wb7Adm8="
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.844" };
101
+ LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.845" };
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.844" };
137
+ LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.845" };
138
138
  class LernaProjectFactory {
139
139
  constructor(project) {
140
140
  this.project = project;
package/package.json CHANGED
@@ -29,18 +29,18 @@
29
29
  "jest": "^29.7.0",
30
30
  "jest-junit": "^17",
31
31
  "jsii": "5.9.x",
32
- "jsii-diff": "^1.135.0",
32
+ "jsii-diff": "^1.136.0",
33
33
  "jsii-docgen": "^10.5.0",
34
- "jsii-pacmak": "^1.135.0",
34
+ "jsii-pacmak": "^1.136.0",
35
35
  "jsii-rosetta": "5.9.x",
36
- "projen": "^0.99.76",
36
+ "projen": "^0.99.80",
37
37
  "ts-jest": "^29.4.11",
38
38
  "ts-node": "^10.9.2",
39
39
  "typescript": "^5.9.3"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "constructs": "^10.6.0",
43
- "projen": "^0.99.76"
43
+ "projen": "^0.99.80"
44
44
  },
45
45
  "dependencies": {
46
46
  "commander": "^11.1.0",
@@ -68,10 +68,11 @@
68
68
  },
69
69
  "main": "lib/index.js",
70
70
  "license": "Apache-2.0",
71
+ "stability": "stable",
71
72
  "publishConfig": {
72
73
  "access": "public"
73
74
  },
74
- "version": "0.1.844",
75
+ "version": "0.1.845",
75
76
  "jest": {
76
77
  "coverageProvider": "v8",
77
78
  "testMatch": [
@@ -118,7 +119,6 @@
118
119
  }
119
120
  },
120
121
  "types": "lib/index.d.ts",
121
- "stability": "stable",
122
122
  "jsii": {
123
123
  "outdir": "dist",
124
124
  "targets": {},