lerna-projen 0.1.694 → 0.1.696
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.97.
|
|
18
|
+
"projen": "^0.97.2"
|
|
19
19
|
},
|
|
20
20
|
"dependencyClosure": {
|
|
21
21
|
"constructs": {
|
|
@@ -1032,6 +1032,6 @@
|
|
|
1032
1032
|
"symbolId": "src/utils:AddNxTaskDependencyOptions"
|
|
1033
1033
|
}
|
|
1034
1034
|
},
|
|
1035
|
-
"version": "0.1.
|
|
1036
|
-
"fingerprint": "
|
|
1035
|
+
"version": "0.1.696",
|
|
1036
|
+
"fingerprint": "9wfBKhkMJMOfUHLzLv3+0ES5Yjm6LgoFNwtwpXLceRg="
|
|
1037
1037
|
}
|
package/API.md
CHANGED
|
@@ -5446,7 +5446,7 @@ public readonly workflowGitIdentity: GitIdentity;
|
|
|
5446
5446
|
```
|
|
5447
5447
|
|
|
5448
5448
|
- *Type:* projen.github.GitIdentity
|
|
5449
|
-
- *Default:* GitHub Actions
|
|
5449
|
+
- *Default:* default GitHub Actions user
|
|
5450
5450
|
|
|
5451
5451
|
The git identity to use in workflows.
|
|
5452
5452
|
|
|
@@ -7692,7 +7692,7 @@ public readonly workflowGitIdentity: GitIdentity;
|
|
|
7692
7692
|
```
|
|
7693
7693
|
|
|
7694
7694
|
- *Type:* projen.github.GitIdentity
|
|
7695
|
-
- *Default:* GitHub Actions
|
|
7695
|
+
- *Default:* default GitHub Actions user
|
|
7696
7696
|
|
|
7697
7697
|
The git identity to use in workflows.
|
|
7698
7698
|
|
package/lib/index.js
CHANGED
|
@@ -97,7 +97,7 @@ class LernaProject extends projen_1.javascript.NodeProject {
|
|
|
97
97
|
}
|
|
98
98
|
exports.LernaProject = LernaProject;
|
|
99
99
|
_a = JSII_RTTI_SYMBOL_1;
|
|
100
|
-
LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.
|
|
100
|
+
LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.696" };
|
|
101
101
|
/**
|
|
102
102
|
* @pjid lerna-ts-project
|
|
103
103
|
*/
|
|
@@ -132,7 +132,7 @@ class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
|
|
|
132
132
|
}
|
|
133
133
|
exports.LernaTypescriptProject = LernaTypescriptProject;
|
|
134
134
|
_b = JSII_RTTI_SYMBOL_1;
|
|
135
|
-
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.
|
|
135
|
+
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.696" };
|
|
136
136
|
class LernaProjectFactory {
|
|
137
137
|
constructor(project) {
|
|
138
138
|
this.project = project;
|
package/package.json
CHANGED
|
@@ -59,14 +59,14 @@
|
|
|
59
59
|
"jsii-docgen": "^10.5.0",
|
|
60
60
|
"jsii-pacmak": "^1.115.0",
|
|
61
61
|
"jsii-rosetta": "5.8.x",
|
|
62
|
-
"projen": "^0.97.
|
|
62
|
+
"projen": "^0.97.2",
|
|
63
63
|
"ts-jest": "^29.4.4",
|
|
64
64
|
"ts-node": "^10.9.2",
|
|
65
65
|
"typescript": "^5.9.3"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
68
|
"constructs": "^10.4.2",
|
|
69
|
-
"projen": "^0.97.
|
|
69
|
+
"projen": "^0.97.2"
|
|
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.696",
|
|
94
94
|
"jest": {
|
|
95
95
|
"coverageProvider": "v8",
|
|
96
96
|
"testMatch": [
|