Release npm/oxc-transform v0.15.1

This commit is contained in:
Boshen 2024-06-20 23:41:31 +08:00
parent f8fe583a0b
commit 49fab9d6be
No known key found for this signature in database
GPG key ID: 67715A371E534061
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "oxc-transform",
"version": "0.15.0",
"version": "0.15.1",
"description": "Oxc transform Node API",
"keywords": [
"transform"
@ -22,4 +22,4 @@
"index.d.ts",
"index.js"
]
}
}

View file

@ -6,7 +6,7 @@ name = "crates"
versioned_files = [
"Cargo.toml",
"npm/oxc-parser/package.json",
"npm/oxc-transform/package.json",
# "npm/oxc-transform/package.json",
"wasm/parser/package.json",
]