lerna-projen 0.1.266 → 0.1.267
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 +3 -3
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.13"
|
|
18
18
|
},
|
|
19
19
|
"dependencyClosure": {
|
|
20
20
|
"constructs": {
|
|
@@ -815,6 +815,6 @@
|
|
|
815
815
|
"symbolId": "src/types:TaskCustomization"
|
|
816
816
|
}
|
|
817
817
|
},
|
|
818
|
-
"version": "0.1.
|
|
819
|
-
"fingerprint": "
|
|
818
|
+
"version": "0.1.267",
|
|
819
|
+
"fingerprint": "ynkKOmsLrrdruzR4zouXlRGrckwab9ekG+qs/t0EOkE="
|
|
820
820
|
}
|
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.267" };
|
|
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.267" };
|
|
160
160
|
class LernaProjectFactory {
|
|
161
161
|
constructor(project) {
|
|
162
162
|
this.project = project;
|
package/package.json
CHANGED
|
@@ -59,14 +59,14 @@
|
|
|
59
59
|
"jsii-pacmak": "^1.91.0",
|
|
60
60
|
"jsii-rosetta": "5.x",
|
|
61
61
|
"npm-check-updates": "^16",
|
|
62
|
-
"projen": "^0.76.
|
|
62
|
+
"projen": "^0.76.13",
|
|
63
63
|
"standard-version": "^9",
|
|
64
64
|
"ts-jest": "^29",
|
|
65
65
|
"ts-node": "^10.9.1",
|
|
66
66
|
"typescript": "^5.2.2"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
|
-
"projen": "^0.76.
|
|
69
|
+
"projen": "^0.76.13"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
72
|
"commander": "^11.1.0",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
],
|
|
85
85
|
"main": "lib/index.js",
|
|
86
86
|
"license": "Apache-2.0",
|
|
87
|
-
"version": "0.1.
|
|
87
|
+
"version": "0.1.267",
|
|
88
88
|
"jest": {
|
|
89
89
|
"testMatch": [
|
|
90
90
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|