lerna-projen 0.1.14 → 0.1.16
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 +24 -0
- package/lib/index.js +2 -2
- package/package.json +3 -3
package/.jsii
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"fs-extra": "^9.1.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"projen": "^0.67.
|
|
17
|
+
"projen": "^0.67.63"
|
|
18
18
|
},
|
|
19
19
|
"dependencyClosure": {
|
|
20
20
|
"projen": {
|
|
@@ -781,6 +781,6 @@
|
|
|
781
781
|
"symbolId": "src/types:TaskCustomization"
|
|
782
782
|
}
|
|
783
783
|
},
|
|
784
|
-
"version": "0.1.
|
|
785
|
-
"fingerprint": "
|
|
784
|
+
"version": "0.1.16",
|
|
785
|
+
"fingerprint": "IO5qZ1pRCHM+biRyeXJ12+gjOSzQGEOkHIS9MWE7HvI="
|
|
786
786
|
}
|
package/API.md
CHANGED
|
@@ -114,6 +114,18 @@ Whether to commit the managed files by default.
|
|
|
114
114
|
|
|
115
115
|
---
|
|
116
116
|
|
|
117
|
+
##### `gitOptions`<sup>Optional</sup> <a name="lerna-projen.LernaProjectOptions.property.gitOptions"></a>
|
|
118
|
+
|
|
119
|
+
```typescript
|
|
120
|
+
public readonly gitOptions: GitOptions;
|
|
121
|
+
```
|
|
122
|
+
|
|
123
|
+
- *Type:* [`projen.GitOptions`](#projen.GitOptions)
|
|
124
|
+
|
|
125
|
+
Configuration options for git.
|
|
126
|
+
|
|
127
|
+
---
|
|
128
|
+
|
|
117
129
|
##### `logging`<sup>Optional</sup> <a name="lerna-projen.LernaProjectOptions.property.logging"></a>
|
|
118
130
|
|
|
119
131
|
```typescript
|
|
@@ -1872,6 +1884,18 @@ Whether to commit the managed files by default.
|
|
|
1872
1884
|
|
|
1873
1885
|
---
|
|
1874
1886
|
|
|
1887
|
+
##### `gitOptions`<sup>Optional</sup> <a name="lerna-projen.LernaTypescriptProjectOptions.property.gitOptions"></a>
|
|
1888
|
+
|
|
1889
|
+
```typescript
|
|
1890
|
+
public readonly gitOptions: GitOptions;
|
|
1891
|
+
```
|
|
1892
|
+
|
|
1893
|
+
- *Type:* [`projen.GitOptions`](#projen.GitOptions)
|
|
1894
|
+
|
|
1895
|
+
Configuration options for git.
|
|
1896
|
+
|
|
1897
|
+
---
|
|
1898
|
+
|
|
1875
1899
|
##### `logging`<sup>Optional</sup> <a name="lerna-projen.LernaTypescriptProjectOptions.property.logging"></a>
|
|
1876
1900
|
|
|
1877
1901
|
```typescript
|
package/lib/index.js
CHANGED
|
@@ -90,7 +90,7 @@ class LernaProject extends projen_1.javascript.NodeProject {
|
|
|
90
90
|
}
|
|
91
91
|
exports.LernaProject = LernaProject;
|
|
92
92
|
_a = JSII_RTTI_SYMBOL_1;
|
|
93
|
-
LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.
|
|
93
|
+
LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.16" };
|
|
94
94
|
/**
|
|
95
95
|
* @pjid lerna-ts-project
|
|
96
96
|
*/
|
|
@@ -135,7 +135,7 @@ class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
|
|
|
135
135
|
}
|
|
136
136
|
exports.LernaTypescriptProject = LernaTypescriptProject;
|
|
137
137
|
_b = JSII_RTTI_SYMBOL_1;
|
|
138
|
-
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.
|
|
138
|
+
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.16" };
|
|
139
139
|
class LernaProjectFactory {
|
|
140
140
|
constructor(project) {
|
|
141
141
|
this.project = project;
|
package/package.json
CHANGED
|
@@ -57,14 +57,14 @@
|
|
|
57
57
|
"jsii-docgen": "^3.8.31",
|
|
58
58
|
"jsii-pacmak": "^1.75.0",
|
|
59
59
|
"npm-check-updates": "^16",
|
|
60
|
-
"projen": "^0.67.
|
|
60
|
+
"projen": "^0.67.63",
|
|
61
61
|
"standard-version": "^9",
|
|
62
62
|
"ts-jest": "^27",
|
|
63
63
|
"ts-node": "^10.9.1",
|
|
64
64
|
"typescript": "^4.9.5"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
|
-
"projen": "^0.67.
|
|
67
|
+
"projen": "^0.67.63"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"commander": "^6.2.1",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
],
|
|
83
83
|
"main": "lib/index.js",
|
|
84
84
|
"license": "Apache-2.0",
|
|
85
|
-
"version": "0.1.
|
|
85
|
+
"version": "0.1.16",
|
|
86
86
|
"jest": {
|
|
87
87
|
"testMatch": [
|
|
88
88
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|