@oxc-project/runtime 0.88.0 → 0.90.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -4,6 +4,14 @@ All notable changes to this package will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
6
6
 
7
+ ## [0.90.0] - 2025-09-18
8
+
9
+ ### 🚀 Features
10
+
11
+ - b52389a node: Bump `engines` field to require Node.js 20.19.0+ for ESM support (#13879) (Copilot)
12
+
13
+
14
+
7
15
 
8
16
 
9
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxc-project/runtime",
3
- "version": "0.88.0",
3
+ "version": "0.90.0",
4
4
  "description": "Oxc's modular runtime helpers",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -1060,7 +1060,7 @@
1060
1060
  "./regenerator/": "./regenerator/"
1061
1061
  },
1062
1062
  "engines": {
1063
- "node": ">=6.9.0"
1063
+ "node": "^20.19.0 || >=22.12.0"
1064
1064
  },
1065
1065
  "type": "commonjs"
1066
1066
  }