From 9b3f4f88e1376646e9d69a9deba79f287fbe4636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Thu, 18 Aug 2022 10:04:09 +0900 Subject: [PATCH] chore: Publish `v1.2.239` --- bindings/Cargo.lock | 46 ++++++++++++--------------- bindings/binding_core_wasm/Cargo.toml | 2 +- package.json | 2 +- swc.code-workspace | 19 ----------- 4 files changed, 22 insertions(+), 47 deletions(-) delete mode 100644 swc.code-workspace diff --git a/bindings/Cargo.lock b/bindings/Cargo.lock index bf69bc8b0f2..f52a1d2f427 100644 --- a/bindings/Cargo.lock +++ b/bindings/Cargo.lock @@ -148,12 +148,6 @@ version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" -[[package]] -name = "base64" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" - [[package]] name = "base64" version = "0.13.0" @@ -191,7 +185,7 @@ dependencies = [ [[package]] name = "binding_core_wasm" -version = "1.2.238" +version = "1.2.239" dependencies = [ "swc_core", "wasm-bindgen", @@ -270,9 +264,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.10.0" +version = "3.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3" +checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d" [[package]] name = "bytecheck" @@ -659,9 +653,9 @@ checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0" [[package]] name = "either" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be" +checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" [[package]] name = "enum-iterator" @@ -1058,9 +1052,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.131" +version = "0.2.132" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04c3b4822ccebfa39c02fc03d1534441b22ead323fa0f48bb7ddd8e6ba076a40" +checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5" [[package]] name = "libloading" @@ -2040,11 +2034,11 @@ checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043" [[package]] name = "sourcemap" -version = "6.0.2" +version = "6.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2ca89636b276071e7276488131f531dbf43ad1c19bc4bd5a04f6a0ce1ddc138" +checksum = "58ad6f449ac2dc2eaa01e766408b76b55fc0a20c842b63aa11a8448caa72f50b" dependencies = [ - "base64 0.11.0", + "base64", "if_chain", "lazy_static", "regex", @@ -2233,7 +2227,7 @@ checksum = "cd3516cbe6f8d2081b881379f97f8598db8d4f6be20c4d28ef7f9a4743c97b64" dependencies = [ "ahash", "anyhow", - "base64 0.13.0", + "base64", "dashmap", "either", "indexmap", @@ -2552,9 +2546,9 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.144.8" +version = "0.144.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b2537a03b0b64c13f2afe5a8c2cd399297614e084b2b0954d23137c8247040f" +checksum = "4e42e5d30a3985cfa037d44be3f4240f8d9ba1a6b9ead77bf1f70ceb79491425" dependencies = [ "ahash", "arrayvec", @@ -2806,7 +2800,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b57461fea819904faf5aeac39e49229995701a31fa5041929b7909885a69cc0a" dependencies = [ "ahash", - "base64 0.13.0", + "base64", "dashmap", "indexmap", "once_cell", @@ -3526,9 +3520,9 @@ checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a" [[package]] name = "wasm-encoder" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8905fd25fdadeb0e7e8bf43a9f46f9f972d6291ad0c7a32573b88dd13a6cfa6b" +checksum = "d443c5a7daae71697d97ec12ad70b4fe8766d3a0f4db16158ac8b781365892f7" dependencies = [ "leb128", ] @@ -3827,9 +3821,9 @@ checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a" [[package]] name = "wast" -version = "45.0.0" +version = "46.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "186c474c4f9bb92756b566d592a16591b4526b1a4841171caa3f31d7fe330d96" +checksum = "ea0ab19660e3ea6891bba69167b9be40fad00fb1fe3dd39c5eebcee15607131b" dependencies = [ "leb128", "memchr", @@ -3839,9 +3833,9 @@ dependencies = [ [[package]] name = "wat" -version = "1.0.47" +version = "1.0.48" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2d4bc4724b4f02a482c8cab053dac5ef26410f264c06ce914958f9a42813556" +checksum = "8f775282def4d5bffd94d60d6ecd57bfe6faa46171cdbf8d32bd5458842b1e3e" dependencies = [ "wast", ] diff --git a/bindings/binding_core_wasm/Cargo.toml b/bindings/binding_core_wasm/Cargo.toml index a799bc46df7..f3c27f0d5a7 100644 --- a/bindings/binding_core_wasm/Cargo.toml +++ b/bindings/binding_core_wasm/Cargo.toml @@ -6,7 +6,7 @@ license = "Apache-2.0" name = "binding_core_wasm" publish = false repository = "https://github.com/swc-project/swc.git" -version = "1.2.238" +version = "1.2.239" [lib] bench = false diff --git a/package.json b/package.json index 9ef82f59fe6..513322e083f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@swc/core", - "version": "1.2.238", + "version": "1.2.239", "description": "Super-fast alternative for babel", "homepage": "https://swc.rs", "main": "./index.js", diff --git a/swc.code-workspace b/swc.code-workspace deleted file mode 100644 index 7d4216c726d..00000000000 --- a/swc.code-workspace +++ /dev/null @@ -1,19 +0,0 @@ -{ - "folders": [ - { - "path": "." - }, - { - "path": "./bindings" - } - ], - "settings": { - "git.ignoreLimitWarning": true, - "git.autoRepositoryDetection": false, - "git.ignoredRepositories": [ - "crates/swc_ecma_parser/tests/test262-parser", - "crates/swc_html_parser/tests/html5lib-tests" - ], - "rust-analyzer.checkOnSave.command": "clippy", - } -} \ No newline at end of file