@use-worker/oxc 0.1.0-beta.0 → 0.1.0-beta.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,4 +4,4 @@ Standalone JS/TS/JSX preprocessing and parsing for the ESTree compiler.
4
4
  Used by the Bun and Webpack/Turbopack integrations. Vite supplies its own parser
5
5
  and does not depend on this package. Source-map composition is not yet complete.
6
6
 
7
- Experimental, unpublished `0.0.0` packages.
7
+ Available on npm under the `beta` tag. Keep all `@use-worker/*` packages on the same version.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@use-worker/oxc",
3
- "version": "0.1.0-beta.0",
3
+ "version": "0.1.0-beta.1",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -18,7 +18,7 @@
18
18
  "@jridgewell/remapping": "2.3.5",
19
19
  "oxc-parser": "0.148.0",
20
20
  "oxc-transform": "0.148.0",
21
- "@use-worker/compiler-estree": "0.1.0-beta.0"
21
+ "@use-worker/compiler-estree": "0.1.0-beta.1"
22
22
  },
23
23
  "description": "Standalone Oxc preprocessing and parsing for use-worker.",
24
24
  "publishConfig": {