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 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 | Comment
649
- --------|---------|-----------------------------
650
- `1.x` | Current | https://github.com/aws/jsii
651
- `4.9.x` | Preview | ![](https://img.shields.io/npm/v/jsii-rosetta/v4.9-next?label=jsii-rosetta%40v4.9-next&logo=npm)
648
+ Release | Status | Comment
649
+ --------|-------------|-----------------------------
650
+ `1.x` | Current | https://github.com/aws/jsii
651
+ `5.1.x` | Maintenance | ![](https://img.shields.io/npm/v/jsii-rosetta/v5.1-latest?label=jsii-rosetta%40v5.1-latest&logo=npm)
652
+ `5.0.x` | Maintenance | ![](https://img.shields.io/npm/v/jsii-rosetta/v5.0-latest?label=jsii-rosetta%40v5.0-latest&logo=npm)
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.1",
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.76",
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.2",
83
+ "version": "5.0.11-dev.3",
84
84
  "types": "lib/index.d.ts",
85
85
  "exports": {
86
86
  ".": "./lib/index.js",
package/releases.json CHANGED
@@ -1,5 +1,7 @@
1
1
  {
2
- "current": "5.0",
3
- "maintenance": {},
2
+ "current": "5.1",
3
+ "maintenance": {
4
+ "5.0": "2024-01-31T00:00:00.000Z"
5
+ },
4
6
  "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
5
7
  }