@automerge/automerge-wasm 0.1.16

This commit is contained in:
Alex Good 2022-11-22 00:02:13 +00:00
parent e713c35d21
commit 03b3da203d
No known key found for this signature in database
GPG key ID: EFB9C073F4D525AE
2 changed files with 2 additions and 2 deletions
javascript
rust/automerge-wasm

View file

@ -59,7 +59,7 @@
"typescript": "^4.6.4"
},
"dependencies": {
"@automerge/automerge-wasm": "0.1.15",
"@automerge/automerge-wasm": "0.1.16",
"uuid": "^8.3"
}
}

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.15",
"version": "0.1.16",
"license": "MIT",
"files": [
"README.md",