lerna-projen 0.1.531 → 0.1.533
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.
- package/.jsii +3 -3
- package/API.md +2 -2
- package/lib/index.js +2 -2
- 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.
|
|
18
|
+
"projen": "^0.91.0"
|
|
19
19
|
},
|
|
20
20
|
"dependencyClosure": {
|
|
21
21
|
"constructs": {
|
|
@@ -1031,6 +1031,6 @@
|
|
|
1031
1031
|
"symbolId": "src/utils:AddNxTaskDependencyOptions"
|
|
1032
1032
|
}
|
|
1033
1033
|
},
|
|
1034
|
-
"version": "0.1.
|
|
1035
|
-
"fingerprint": "
|
|
1034
|
+
"version": "0.1.533",
|
|
1035
|
+
"fingerprint": "fKeHdyiv+gjM8PYrBmkazK/69JT//WwV5BbnDZFeqj4="
|
|
1036
1036
|
}
|
package/API.md
CHANGED
|
@@ -4388,7 +4388,7 @@ public readonly pnpmVersion: string;
|
|
|
4388
4388
|
```
|
|
4389
4389
|
|
|
4390
4390
|
- *Type:* string
|
|
4391
|
-
- *Default:* "
|
|
4391
|
+
- *Default:* "9"
|
|
4392
4392
|
|
|
4393
4393
|
The version of PNPM to use if using PNPM as a package manager.
|
|
4394
4394
|
|
|
@@ -6543,7 +6543,7 @@ public readonly pnpmVersion: string;
|
|
|
6543
6543
|
```
|
|
6544
6544
|
|
|
6545
6545
|
- *Type:* string
|
|
6546
|
-
- *Default:* "
|
|
6546
|
+
- *Default:* "9"
|
|
6547
6547
|
|
|
6548
6548
|
The version of PNPM to use if using PNPM as a package manager.
|
|
6549
6549
|
|
package/lib/index.js
CHANGED
|
@@ -93,7 +93,7 @@ class LernaProject extends projen_1.javascript.NodeProject {
|
|
|
93
93
|
}
|
|
94
94
|
exports.LernaProject = LernaProject;
|
|
95
95
|
_a = JSII_RTTI_SYMBOL_1;
|
|
96
|
-
LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.
|
|
96
|
+
LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.533" };
|
|
97
97
|
/**
|
|
98
98
|
* @pjid lerna-ts-project
|
|
99
99
|
*/
|
|
@@ -127,7 +127,7 @@ class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
|
|
|
127
127
|
}
|
|
128
128
|
exports.LernaTypescriptProject = LernaTypescriptProject;
|
|
129
129
|
_b = JSII_RTTI_SYMBOL_1;
|
|
130
|
-
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.
|
|
130
|
+
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.533" };
|
|
131
131
|
class LernaProjectFactory {
|
|
132
132
|
constructor(project) {
|
|
133
133
|
this.project = project;
|
package/package.json
CHANGED
|
@@ -59,14 +59,14 @@
|
|
|
59
59
|
"jsii-docgen": "^10.5.0",
|
|
60
60
|
"jsii-pacmak": "^1.105.0",
|
|
61
61
|
"jsii-rosetta": "5.4.x",
|
|
62
|
-
"projen": "^0.
|
|
62
|
+
"projen": "^0.91.0",
|
|
63
63
|
"ts-jest": "^29.2.5",
|
|
64
64
|
"ts-node": "^10.9.2",
|
|
65
65
|
"typescript": "^5.7.2"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
68
|
"constructs": "^10.4.2",
|
|
69
|
-
"projen": "^0.
|
|
69
|
+
"projen": "^0.91.0"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
72
|
"commander": "^11.1.0",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"publishConfig": {
|
|
91
91
|
"access": "public"
|
|
92
92
|
},
|
|
93
|
-
"version": "0.1.
|
|
93
|
+
"version": "0.1.533",
|
|
94
94
|
"jest": {
|
|
95
95
|
"coverageProvider": "v8",
|
|
96
96
|
"testMatch": [
|