lerna-projen 0.1.599 → 0.1.600
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 -0
- 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.91.
|
|
18
|
+
"projen": "^0.91.25"
|
|
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.600",
|
|
1035
|
+
"fingerprint": "ZDouT7Zr1+B068VNUyN7hvgajCzpzMjHNoBPLqeU9Dc="
|
|
1036
1036
|
}
|
package/API.md
CHANGED
|
@@ -4571,6 +4571,7 @@ environment:
|
|
|
4571
4571
|
- Working directory: the project directory.
|
|
4572
4572
|
- `$VERSION`: the current version. Looks like `1.2.3`.
|
|
4573
4573
|
- `$LATEST_TAG`: the most recent tag. Looks like `prefix-v1.2.3`, or may be unset.
|
|
4574
|
+
- `$SUGGESTED_BUMP`: the suggested bump action based on commits. One of `major|minor|patch|none`.
|
|
4574
4575
|
|
|
4575
4576
|
The command should print one of the following to `stdout`:
|
|
4576
4577
|
|
|
@@ -6740,6 +6741,7 @@ environment:
|
|
|
6740
6741
|
- Working directory: the project directory.
|
|
6741
6742
|
- `$VERSION`: the current version. Looks like `1.2.3`.
|
|
6742
6743
|
- `$LATEST_TAG`: the most recent tag. Looks like `prefix-v1.2.3`, or may be unset.
|
|
6744
|
+
- `$SUGGESTED_BUMP`: the suggested bump action based on commits. One of `major|minor|patch|none`.
|
|
6743
6745
|
|
|
6744
6746
|
The command should print one of the following to `stdout`:
|
|
6745
6747
|
|
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.600" };
|
|
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.600" };
|
|
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.111.0",
|
|
61
61
|
"jsii-rosetta": "5.8.x",
|
|
62
|
-
"projen": "^0.91.
|
|
62
|
+
"projen": "^0.91.25",
|
|
63
63
|
"ts-jest": "^29.3.2",
|
|
64
64
|
"ts-node": "^10.9.2",
|
|
65
65
|
"typescript": "^5.8.3"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
68
|
"constructs": "^10.4.2",
|
|
69
|
-
"projen": "^0.91.
|
|
69
|
+
"projen": "^0.91.25"
|
|
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.600",
|
|
94
94
|
"jest": {
|
|
95
95
|
"coverageProvider": "v8",
|
|
96
96
|
"testMatch": [
|