lerna-projen 0.0.340 → 0.0.341
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/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.65.
|
|
17
|
+
"projen": "^0.65.53"
|
|
18
18
|
},
|
|
19
19
|
"dependencyClosure": {
|
|
20
20
|
"projen": {
|
|
@@ -520,6 +520,6 @@
|
|
|
520
520
|
"symbolId": "src/types:LernaTypescriptProjectOptions"
|
|
521
521
|
}
|
|
522
522
|
},
|
|
523
|
-
"version": "0.0.
|
|
524
|
-
"fingerprint": "
|
|
523
|
+
"version": "0.0.341",
|
|
524
|
+
"fingerprint": "oN01dlFGB2pFOwKB2NiuRMc83rfHoyL06vxl3+KEJA0="
|
|
525
525
|
}
|
package/lib/index.js
CHANGED
|
@@ -80,7 +80,7 @@ class LernaProject extends projen_1.javascript.NodeProject {
|
|
|
80
80
|
}
|
|
81
81
|
exports.LernaProject = LernaProject;
|
|
82
82
|
_a = JSII_RTTI_SYMBOL_1;
|
|
83
|
-
LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.0.
|
|
83
|
+
LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.0.341" };
|
|
84
84
|
/**
|
|
85
85
|
* @pjid lerna-ts-project
|
|
86
86
|
*/
|
|
@@ -113,7 +113,7 @@ class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
|
|
|
113
113
|
}
|
|
114
114
|
exports.LernaTypescriptProject = LernaTypescriptProject;
|
|
115
115
|
_b = JSII_RTTI_SYMBOL_1;
|
|
116
|
-
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.0.
|
|
116
|
+
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.0.341" };
|
|
117
117
|
class LernaProjectFactory {
|
|
118
118
|
constructor(project) {
|
|
119
119
|
this.project = project;
|
package/package.json
CHANGED
|
@@ -58,14 +58,14 @@
|
|
|
58
58
|
"jsii-pacmak": "^1.72.0",
|
|
59
59
|
"json-schema": "^0.4.0",
|
|
60
60
|
"npm-check-updates": "^16",
|
|
61
|
-
"projen": "^0.65.
|
|
61
|
+
"projen": "^0.65.53",
|
|
62
62
|
"standard-version": "^9",
|
|
63
63
|
"ts-jest": "^27",
|
|
64
64
|
"ts-node": "^10.9.1",
|
|
65
|
-
"typescript": "^4.9.
|
|
65
|
+
"typescript": "^4.9.4"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
|
-
"projen": "^0.65.
|
|
68
|
+
"projen": "^0.65.53"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"commander": "^6.2.1",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
],
|
|
84
84
|
"main": "lib/index.js",
|
|
85
85
|
"license": "Apache-2.0",
|
|
86
|
-
"version": "0.0.
|
|
86
|
+
"version": "0.0.341",
|
|
87
87
|
"jest": {
|
|
88
88
|
"testMatch": [
|
|
89
89
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|