@oxc-project/runtime 0.82.1 → 0.82.2

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 +1 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
22
22
 
23
23
 
24
24
 
25
+
25
26
  # Changelog
26
27
 
27
28
  All notable changes to this package will be documented in this file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxc-project/runtime",
3
- "version": "0.82.1",
3
+ "version": "0.82.2",
4
4
  "description": "Oxc's modular runtime helpers",
5
5
  "license": "MIT",
6
6
  "repository": {