fix(wasm): Fix wasm-web (#2803)

This commit is contained in:
Donny/강동윤 2021-11-19 15:04:01 +09:00 committed by GitHub
parent 51bee9bfd3
commit 1368981f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -81,7 +81,7 @@ jobs:
- name: Rename
run: |
sed -i'' -e 's/"name": "@swc\/wasm"/"name": "@swc\/wasm-web"/g' package.json
working-directory: wasm/pkg
working-directory: crates/wasm/pkg
- name: Publish
run: |

2
Cargo.lock generated
View File

@ -3653,7 +3653,7 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
[[package]]
name = "wasm"
version = "1.2.110"
version = "1.2.111"
dependencies = [
"anyhow",
"console_error_panic_hook",

View File

@ -6,7 +6,7 @@ license = "Apache-2.0 AND MIT"
name = "wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.2.110"
version = "1.2.111"
[lib]
crate-type = ["cdylib"]

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core",
"version": "1.2.110",
"version": "1.2.111",
"description": "Super-fast alternative for babel",
"homepage": "https://swc.rs",
"main": "./index.js",