lerna-projen 0.1.260 → 0.1.262
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 +4 -4
package/.jsii
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"fs-extra": "^9.1.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"projen": "^0.76.
|
|
17
|
+
"projen": "^0.76.3"
|
|
18
18
|
},
|
|
19
19
|
"dependencyClosure": {
|
|
20
20
|
"projen": {
|
|
@@ -790,6 +790,6 @@
|
|
|
790
790
|
"symbolId": "src/types:TaskCustomization"
|
|
791
791
|
}
|
|
792
792
|
},
|
|
793
|
-
"version": "0.1.
|
|
794
|
-
"fingerprint": "
|
|
793
|
+
"version": "0.1.262",
|
|
794
|
+
"fingerprint": "BEEPKa8yNtJs3x1cR6H5pFE+jGoRNfwtqw9vqZ3o7qU="
|
|
795
795
|
}
|
package/API.md
CHANGED
|
@@ -1083,7 +1083,7 @@ public readonly packageManager: NodePackageManager;
|
|
|
1083
1083
|
```
|
|
1084
1084
|
|
|
1085
1085
|
- *Type:* projen.javascript.NodePackageManager
|
|
1086
|
-
- *Default:* NodePackageManager.
|
|
1086
|
+
- *Default:* NodePackageManager.YARN_CLASSIC
|
|
1087
1087
|
|
|
1088
1088
|
The Node Package Manager used to execute scripts.
|
|
1089
1089
|
|
|
@@ -3102,7 +3102,7 @@ public readonly packageManager: NodePackageManager;
|
|
|
3102
3102
|
```
|
|
3103
3103
|
|
|
3104
3104
|
- *Type:* projen.javascript.NodePackageManager
|
|
3105
|
-
- *Default:* NodePackageManager.
|
|
3105
|
+
- *Default:* NodePackageManager.YARN_CLASSIC
|
|
3106
3106
|
|
|
3107
3107
|
The Node Package Manager used to execute scripts.
|
|
3108
3108
|
|
package/lib/index.js
CHANGED
|
@@ -110,7 +110,7 @@ class LernaProject extends projen_1.javascript.NodeProject {
|
|
|
110
110
|
}
|
|
111
111
|
exports.LernaProject = LernaProject;
|
|
112
112
|
_a = JSII_RTTI_SYMBOL_1;
|
|
113
|
-
LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.
|
|
113
|
+
LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.262" };
|
|
114
114
|
/**
|
|
115
115
|
* @pjid lerna-ts-project
|
|
116
116
|
*/
|
|
@@ -156,7 +156,7 @@ class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
|
|
|
156
156
|
}
|
|
157
157
|
exports.LernaTypescriptProject = LernaTypescriptProject;
|
|
158
158
|
_b = JSII_RTTI_SYMBOL_1;
|
|
159
|
-
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.
|
|
159
|
+
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.262" };
|
|
160
160
|
class LernaProjectFactory {
|
|
161
161
|
constructor(project) {
|
|
162
162
|
this.project = project;
|
package/package.json
CHANGED
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"eslint": "^8",
|
|
50
50
|
"eslint-import-resolver-node": "^0.3.9",
|
|
51
51
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
52
|
-
"eslint-plugin-import": "^2.
|
|
52
|
+
"eslint-plugin-import": "^2.29.0",
|
|
53
53
|
"jest": "^29",
|
|
54
54
|
"jest-junit": "^15",
|
|
55
55
|
"jsii": "5.x",
|
|
@@ -58,14 +58,14 @@
|
|
|
58
58
|
"jsii-pacmak": "^1.90.0",
|
|
59
59
|
"jsii-rosetta": "5.x",
|
|
60
60
|
"npm-check-updates": "^16",
|
|
61
|
-
"projen": "^0.76.
|
|
61
|
+
"projen": "^0.76.3",
|
|
62
62
|
"standard-version": "^9",
|
|
63
63
|
"ts-jest": "^29",
|
|
64
64
|
"ts-node": "^10.9.1",
|
|
65
65
|
"typescript": "^5.2.2"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
|
-
"projen": "^0.76.
|
|
68
|
+
"projen": "^0.76.3"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"commander": "^11.1.0",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
],
|
|
84
84
|
"main": "lib/index.js",
|
|
85
85
|
"license": "Apache-2.0",
|
|
86
|
-
"version": "0.1.
|
|
86
|
+
"version": "0.1.262",
|
|
87
87
|
"jest": {
|
|
88
88
|
"testMatch": [
|
|
89
89
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|