jsii-rosetta 5.0.11-dev.2 → 5.0.11-dev.3
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/README.md +5 -4
- package/package.json +3 -3
- package/releases.json +4 -2
package/README.md
CHANGED
|
@@ -645,10 +645,11 @@ The applicable _Maintenance & Support policy_ can be reviewed in [SUPPORT.md](./
|
|
|
645
645
|
|
|
646
646
|
The current status of `jsii-rosetta` releases is:
|
|
647
647
|
|
|
648
|
-
Release | Status
|
|
649
|
-
|
|
650
|
-
`1.x` | Current
|
|
651
|
-
`
|
|
648
|
+
Release | Status | Comment
|
|
649
|
+
--------|-------------|-----------------------------
|
|
650
|
+
`1.x` | Current | https://github.com/aws/jsii
|
|
651
|
+
`5.1.x` | Maintenance | 
|
|
652
|
+
`5.0.x` | Maintenance | 
|
|
652
653
|
|
|
653
654
|
## :balance_scale: License
|
|
654
655
|
|
package/package.json
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@actions/core": "^1.10.0",
|
|
36
36
|
"@actions/github": "^5.1.1",
|
|
37
37
|
"@types/commonmark": "^0.27.6",
|
|
38
|
-
"@types/jest": "^29.5.
|
|
38
|
+
"@types/jest": "^29.5.2",
|
|
39
39
|
"@types/mock-fs": "^4.13.1",
|
|
40
40
|
"@types/node": "^14",
|
|
41
41
|
"@types/stream-json": "^1.7.3",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"mock-fs": "^5.2.0",
|
|
55
55
|
"npm-check-updates": "^16",
|
|
56
56
|
"prettier": "^2.8.8",
|
|
57
|
-
"projen": "^0.71.
|
|
57
|
+
"projen": "^0.71.80",
|
|
58
58
|
"tar": "^6.1.15",
|
|
59
59
|
"ts-jest": "^29.1.0",
|
|
60
60
|
"ts-node": "^10.9.1"
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"main": "lib/index.js",
|
|
81
81
|
"license": "Apache-2.0",
|
|
82
82
|
"homepage": "https://aws.github.io/jsii",
|
|
83
|
-
"version": "5.0.11-dev.
|
|
83
|
+
"version": "5.0.11-dev.3",
|
|
84
84
|
"types": "lib/index.d.ts",
|
|
85
85
|
"exports": {
|
|
86
86
|
".": "./lib/index.js",
|