@automerge/automerge-repo 2.0.0-alpha.3 → 2.0.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,3 @@
1
1
  export * from "../index.js";
2
+ import "@automerge/automerge";
2
3
  //# sourceMappingURL=fullfat.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"fullfat.d.ts","sourceRoot":"","sources":["../../src/entrypoints/fullfat.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA"}
1
+ {"version":3,"file":"fullfat.d.ts","sourceRoot":"","sources":["../../src/entrypoints/fullfat.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAS3B,OAAO,sBAAsB,CAAA"}
@@ -6,5 +6,4 @@ export * from "../index.js";
6
6
  // disable
7
7
  //
8
8
  // eslint-disable-next-line automerge-slimport/enforce-automerge-slim-import
9
- import { next as Am } from "@automerge/automerge";
10
- Am.init();
9
+ import "@automerge/automerge";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automerge/automerge-repo",
3
- "version": "2.0.0-alpha.3",
3
+ "version": "2.0.0-alpha.4",
4
4
  "description": "A repository object to manage a collection of automerge documents",
5
5
  "repository": "https://github.com/automerge/automerge-repo/tree/master/packages/automerge-repo",
6
6
  "author": "Peter van Hardenberg <pvh@pvh.ca>",
@@ -60,5 +60,5 @@
60
60
  "publishConfig": {
61
61
  "access": "public"
62
62
  },
63
- "gitHead": "f7d3f5ee20f537e4382d000eef57484d9e8e6c4a"
63
+ "gitHead": "40057e1c8c7833b65ee392a69d4d7b3820fe6060"
64
64
  }
@@ -7,5 +7,4 @@ export * from "../index.js"
7
7
  // disable
8
8
  //
9
9
  // eslint-disable-next-line automerge-slimport/enforce-automerge-slim-import
10
- import { next as Am } from "@automerge/automerge"
11
- Am.init()
10
+ import "@automerge/automerge"