Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RiESAEX committed Dec 31, 2021
1 parent 848fdf2 commit 8370582
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 42 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"license": "MIT",
"optionalDependencies": {
"swc-plugin-negative-indices-darwin-x64":"1.0.8",
"swc-plugin-negative-indices-linux-x64-musl":"1.0.8",
"swc-plugin-negative-indices-win32-x64-msvc":"1.0.8"
"swc-plugin-negative-indices-darwin-x64":"1.1.0",
"swc-plugin-negative-indices-linux-x64-musl":"1.1.0",
"swc-plugin-negative-indices-win32-x64-msvc":"1.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swc-plugin-negative-indices-linux-x64-musl",
"version": "1.0.8",
"version": "1.1.0",
"main": "libswc_plugin_negative_indices.so",
"author": "RiESAEX <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mac-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swc-plugin-negative-indices-darwin-x64",
"version": "1.0.8",
"version": "1.1.0",
"main": "libswc_plugin_negative_indices.dylib",
"author": "RiESAEX <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/win-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swc-plugin-negative-indices-win32-x64-msvc",
"version": "1.0.8",
"version": "1.1.0",
"main": "swc_plugin_negative_indices.dll",
"author": "RiESAEX <[email protected]>",
"license": "MIT",
Expand Down
90 changes: 58 additions & 32 deletions swc-plugin-negative-indices/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions swc-plugin-negative-indices/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["rlib", "cdylib"]
abi_stable = "0.10.3"
serde = "1"
swc_atoms = "0.2.9"
swc_common = "0.15.0"
swc_ecmascript = { version = "0.96.0", features = ["visit"] }
swc_plugin = "0.17.0"
swc_plugin_js_api = "0.4.0"
swc_common = "0.15.1"
swc_ecmascript = { version = "0.100.0", features = ["visit"] }
swc_plugin = "0.18.0"
swc_plugin_js_api = "0.5.0"

0 comments on commit 8370582

Please sign in to comment.