jsii-rosetta 5.8.15-dev.1 → 5.9.1

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
@@ -41,10 +41,9 @@ The current status of `jsii-rosetta` releases is:
41
41
 
42
42
  | Release | Status | EOS | Comment |
43
43
  | ------- | ----------- | ---------- | ------------------------------------------------------------------------------------------------------- |
44
- | `5.8.x` | Current | TBD | ![npm](https://img.shields.io/npm/v/jsii-rosetta/v5.8-latest?label=jsii-rosetta%40v5.8-latest&logo=npm) |
44
+ | `5.9.x` | Current | TBD | ![npm](https://img.shields.io/npm/v/jsii-rosetta/v5.9-latest?label=jsii-rosetta%40v5.9-latest&logo=npm) |
45
+ | `5.8.x` | Maintenance | 2026-02-15 | ![npm](https://img.shields.io/npm/v/jsii-rosetta/v5.8-latest?label=jsii-rosetta%40v5.8-latest&logo=npm) |
45
46
  | `5.7.x` | Maintenance | 2025-09-15 | ![npm](https://img.shields.io/npm/v/jsii-rosetta/v5.7-latest?label=jsii-rosetta%40v5.7-latest&logo=npm) |
46
- | `5.6.x` | Maintenance | 2025-07-01 | ![npm](https://img.shields.io/npm/v/jsii-rosetta/v5.6-latest?label=jsii-rosetta%40v5.6-latest&logo=npm) |
47
- | `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) |
48
47
 
49
48
  ## :gear: Contributing
50
49
 
package/package.json CHANGED
@@ -59,7 +59,7 @@
59
59
  "memfs": "^4.36.0",
60
60
  "mock-fs": "^5.5.0",
61
61
  "prettier": "^2.8.8",
62
- "projen": "^0.95.0",
62
+ "projen": "^0.95.1",
63
63
  "tar": "^6.2.1",
64
64
  "ts-jest": "^29.4.1",
65
65
  "ts-node": "^10.9.2"
@@ -71,11 +71,11 @@
71
71
  "chalk": "^4",
72
72
  "commonmark": "^0.31.2",
73
73
  "fast-glob": "^3.3.3",
74
- "jsii": "~5.8.0",
74
+ "jsii": "~5.9.1",
75
75
  "semver": "^7.7.2",
76
76
  "semver-intersect": "^1.5.0",
77
77
  "stream-json": "^1.9.1",
78
- "typescript": "~5.8",
78
+ "typescript": "~5.9",
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.8.15-dev.1",
91
+ "version": "5.9.1",
92
92
  "types": "lib/index.d.ts",
93
93
  "exports": {
94
94
  ".": "./lib/index.js",
package/releases.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "current": "5.8",
3
- "currentMinVersionNumber": "5.8.0",
2
+ "current": "5.9",
3
+ "currentMinVersionNumber": "5.9.1",
4
4
  "maintenance": {
5
5
  "5.0": "2024-01-31T00:00:00.000Z",
6
6
  "5.1": "2024-04-30T00:00:00.000Z",
@@ -9,7 +9,8 @@
9
9
  "5.4": "2025-02-28T00:00:00.000Z",
10
10
  "5.5": "2025-05-15T00:00:00.000Z",
11
11
  "5.6": "2025-07-01T00:00:00.000Z",
12
- "5.7": "2025-09-15T00:00:00.000Z"
12
+ "5.7": "2025-09-15T00:00:00.000Z",
13
+ "5.8": "2026-02-15T00:00:00.000Z"
13
14
  },
14
15
  "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
15
16
  }