Bump js to 2.0.1-alpha.5 and automerge-wasm to 0.1.22

This commit is contained in:
Alex Good 2023-01-14 18:02:44 +00:00
parent 9b44a75f69
commit 745305db72
No known key found for this signature in database
GPG key ID: 0EC7486D501B3B05
2 changed files with 3 additions and 3 deletions
javascript
rust/automerge-wasm

View file

@ -4,7 +4,7 @@
"Orion Henry <orion@inkandswitch.com>",
"Martin Kleppmann"
],
"version": "2.0.1-alpha.4",
"version": "2.0.1-alpha.5",
"description": "Javascript implementation of automerge, backed by @automerge/automerge-wasm",
"homepage": "https://github.com/automerge/automerge-rs/tree/main/wrappers/javascript",
"repository": "github:automerge/automerge-rs",
@ -47,7 +47,7 @@
"typescript": "^4.9.4"
},
"dependencies": {
"@automerge/automerge-wasm": "0.1.21",
"@automerge/automerge-wasm": "0.1.22",
"uuid": "^9.0.0"
}
}

View file

@ -8,7 +8,7 @@
"description": "wasm-bindgen bindings to the automerge rust implementation",
"homepage": "https://github.com/automerge/automerge-rs/tree/main/automerge-wasm",
"repository": "github:automerge/automerge-rs",
"version": "0.1.21",
"version": "0.1.22",
"license": "MIT",
"files": [
"README.md",