jsii-rosetta 5.5.14-dev.2 → 5.6.1-dev.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
- package/releases.json +4 -3
package/package.json
CHANGED
@@ -71,11 +71,11 @@
|
|
71
71
|
"chalk": "^4",
|
72
72
|
"commonmark": "^0.31.2",
|
73
73
|
"fast-glob": "^3.3.2",
|
74
|
-
"jsii": "~5.
|
74
|
+
"jsii": "~5.6.0",
|
75
75
|
"semver": "^7.6.3",
|
76
76
|
"semver-intersect": "^1.5.0",
|
77
77
|
"stream-json": "^1.9.1",
|
78
|
-
"typescript": "~5.
|
78
|
+
"typescript": "~5.6",
|
79
79
|
"workerpool": "^6.5.1",
|
80
80
|
"yargs": "^17.7.2"
|
81
81
|
},
|
@@ -88,7 +88,7 @@
|
|
88
88
|
"publishConfig": {
|
89
89
|
"access": "public"
|
90
90
|
},
|
91
|
-
"version": "5.
|
91
|
+
"version": "5.6.1-dev.0",
|
92
92
|
"types": "lib/index.d.ts",
|
93
93
|
"exports": {
|
94
94
|
".": "./lib/index.js",
|
package/releases.json
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
{
|
2
|
-
"current": "5.
|
3
|
-
"currentMinVersionNumber": "5.
|
2
|
+
"current": "5.6",
|
3
|
+
"currentMinVersionNumber": "5.6.0",
|
4
4
|
"maintenance": {
|
5
5
|
"5.0": "2024-01-31T00:00:00.000Z",
|
6
6
|
"5.1": "2024-04-30T00:00:00.000Z",
|
7
7
|
"5.2": "2024-06-30T00:00:00.000Z",
|
8
8
|
"5.3": "2024-10-15T00:00:00.000Z",
|
9
|
-
"5.4": "2025-02-28T00:00:00.000Z"
|
9
|
+
"5.4": "2025-02-28T00:00:00.000Z",
|
10
|
+
"5.5": "2025-05-15T00:00:00.000Z"
|
10
11
|
},
|
11
12
|
"//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
|
12
13
|
}
|