jsii-rosetta 5.5.14-dev.1 → 5.6.0

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -40,11 +40,10 @@ The applicable *Maintenance & Support policy* can be reviewed in [SUPPORT.md](./
40
40
  The current status of `jsii-rosetta` releases is:
41
41
 
42
42
  | Release | Status | EOS | Comment |
43
- | ------- | ----------- | -----------| ------------------------------------------------------------------------------------------------------- |
44
- | `5.5.x` | Current | TBD | ![npm](https://img.shields.io/npm/v/jsii-rosetta/v5.5-latest?label=jsii-rosetta%40v5.5-latest&logo=npm) |
43
+ | ------- | ----------- | ---------- | ------------------------------------------------------------------------------------------------------- |
44
+ | `5.6.x` | Current | TBD | ![npm](https://img.shields.io/npm/v/jsii-rosetta/v5.6-latest?label=jsii-rosetta%40v5.6-latest&logo=npm) |
45
+ | `5.5.x` | Maintenance | 2025-05-15 | ![npm](https://img.shields.io/npm/v/jsii-rosetta/v5.5-latest?label=jsii-rosetta%40v5.5-latest&logo=npm) |
45
46
  | `5.4.x` | Maintenance | 2025-02-28 | ![npm](https://img.shields.io/npm/v/jsii-rosetta/v5.4-latest?label=jsii-rosetta%40v5.4-latest&logo=npm) |
46
- | `5.3.x` | Maintenance | 2024-10-07 | ![npm](https://img.shields.io/npm/v/jsii-rosetta/v5.3-latest?label=jsii-rosetta%40v5.3-latest&logo=npm) |
47
- | `1.x` | Maintenance | 2024-10-31 | ![npm](https://img.shields.io/npm/v/jsii-rosetta/v1?label=jsii-rosetta%40v1&logo=npm) |
48
47
 
49
48
  ## :gear: Contributing
50
49
 
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.5.0",
74
+ "jsii": "~5.6.0",
75
75
  "semver": "^7.6.3",
76
76
  "semver-intersect": "^1.5.0",
77
- "stream-json": "^1.9.0",
78
- "typescript": "~5.5",
77
+ "stream-json": "^1.9.1",
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.5.14-dev.1",
91
+ "version": "5.6.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.5",
3
- "currentMinVersionNumber": "5.5.0",
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
  }