Skip to content

Commit

Permalink
re-export Automerge for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pvh committed Jul 27, 2024
1 parent 86421ab commit ad54217
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automerge/automerge-repo-monorepo",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "Automerge Repo monorepo",
"main": "packages/automerge-repo/dist/index.js",
"repository": "https://github.com/automerge/automerge-repo",
Expand Down
2 changes: 2 additions & 0 deletions packages/automerge-repo/src/entrypoints/slim.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
export * from "../index.js"
export { initializeBase64Wasm, initializeWasm } from "@automerge/automerge/slim"
// TODO: temporary work-around during alpha.
export * as Automerge from "@automerge/automerge/slim"

0 comments on commit ad54217

Please sign in to comment.