@automerge/automerge-wasm@0.1.23 and @automerge/automerge@2.0.1-alpha.6 ()

This commit is contained in:
alexjg 2023-01-27 20:27:11 +00:00 committed by GitHub
parent f428fe0169
commit 58a7a06b75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.5",
"version": "2.0.1-alpha.6",
"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.22",
"@automerge/automerge-wasm": "0.1.23",
"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.22",
"version": "0.1.23",
"license": "MIT",
"files": [
"README.md",