Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RiESAEX committed Dec 16, 2021
1 parent 506d0b1 commit 8599aae
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ I made this just for fun, let's see how many breaks unitl swc rust plugin api st

|plugin|@swc/core|
|--|--|
|1.0.5 1.0.6|1.2.120|
|1.0.5 1.0.6 1.0.7|1.2.120|
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swc-plugin-negative-indices",
"version": "1.0.6",
"version": "1.0.7",
"main": "index.js",
"author": "RiESAEX <[email protected]>",
"files":[],
Expand All @@ -10,8 +10,8 @@
},
"license": "MIT",
"optionalDependencies": {
"swc-plugin-negative-indices-darwin-x64":"1.0.5",
"swc-plugin-negative-indices-linux-x64-musl":"1.0.5",
"swc-plugin-negative-indices-win32-x64-msvc":"1.0.5"
"swc-plugin-negative-indices-darwin-x64":"1.0.7",
"swc-plugin-negative-indices-linux-x64-musl":"1.0.7",
"swc-plugin-negative-indices-win32-x64-msvc":"1.0.7"
}
}
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.6",
"version": "1.0.7",
"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.6",
"version": "1.0.7",
"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.6",
"version": "1.0.7",
"main": "swc_plugin_negative_indices.dll",
"author": "RiESAEX <[email protected]>",
"license": "MIT",
Expand Down
12 changes: 6 additions & 6 deletions swc-plugin-negative-indices/Cargo.lock

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

0 comments on commit 8599aae

Please sign in to comment.