Skip to content

Commit

Permalink
feat: update ts-rs to 9 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud authored Jul 5, 2024
1 parent a862699 commit e06a2c7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ swc_core = { version = "0.96", features = [
"ecma_parser",
] }

ts-rs = "8"
ts-rs = "9"

[dev-dependencies]
testing = "0.35"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"bugs": "https://github.com/VKCOM/swc-plugin-css-modules/issues",
"main": "swc_plugin_css_modules.wasm",
"types": "./types.d.ts",
"types": "./bindings/types.d.ts",
"scripts": {
"prepack": "npm run build",
"build": "cargo build-wasi --release",
Expand All @@ -25,7 +25,7 @@
},
"files": [
"swc_plugin_css_modules.wasm",
"types.d.ts"
"bindings/types.d.ts"
],
"preferUnplugged": true,
"publishConfig": {
Expand Down

0 comments on commit e06a2c7

Please sign in to comment.