lerna-projen 0.1.101 → 0.1.103
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.71.
|
|
17
|
+
"projen": "^0.71.70"
|
|
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.103",
|
|
785
|
+
"fingerprint": "XS/dCj4l9uQy7GLnA3pK/FHUDyDhQNbTAoTty4rQxNo="
|
|
786
786
|
}
|
package/lib/index.js
CHANGED
|
@@ -93,7 +93,7 @@ class LernaProject extends projen_1.javascript.NodeProject {
|
|
|
93
93
|
}
|
|
94
94
|
}
|
|
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.103" };
|
|
97
97
|
exports.LernaProject = LernaProject;
|
|
98
98
|
/**
|
|
99
99
|
* @pjid lerna-ts-project
|
|
@@ -138,7 +138,7 @@ class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
|
|
|
138
138
|
}
|
|
139
139
|
}
|
|
140
140
|
_b = JSII_RTTI_SYMBOL_1;
|
|
141
|
-
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.
|
|
141
|
+
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.103" };
|
|
142
142
|
exports.LernaTypescriptProject = LernaTypescriptProject;
|
|
143
143
|
class LernaProjectFactory {
|
|
144
144
|
constructor(project) {
|
package/package.json
CHANGED
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"organization": false
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@types/babel__core": "^7.20.
|
|
43
|
+
"@types/babel__core": "^7.20.1",
|
|
44
44
|
"@types/fs-extra": "^9.0.13",
|
|
45
45
|
"@types/jest": "^27",
|
|
46
46
|
"@types/node": "^16",
|
|
@@ -57,14 +57,14 @@
|
|
|
57
57
|
"jsii-docgen": "^7.2.9",
|
|
58
58
|
"jsii-pacmak": "^1.82.0",
|
|
59
59
|
"npm-check-updates": "^16",
|
|
60
|
-
"projen": "^0.71.
|
|
60
|
+
"projen": "^0.71.70",
|
|
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.71.
|
|
67
|
+
"projen": "^0.71.70"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"commander": "^10.0.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.103",
|
|
86
86
|
"jest": {
|
|
87
87
|
"testMatch": [
|
|
88
88
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|