@absolutejs/sync 2.2.2 → 2.3.0
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.
- package/README.md +89 -32
- package/dist/connectionBroker.d.ts +147 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +322 -55
- package/dist/index.js.map +5 -4
- package/dist/manifest.js +2 -4
- package/dist/manifest.js.map +3 -3
- package/package.json +1 -1
package/dist/manifest.js
CHANGED
|
@@ -8505,9 +8505,7 @@ var manifest = defineManifest()({
|
|
|
8505
8505
|
title: "Built-in collaborative text (zero dependencies)",
|
|
8506
8506
|
wiring: {
|
|
8507
8507
|
code: "rgaText",
|
|
8508
|
-
imports: [
|
|
8509
|
-
{ from: "@absolutejs/sync/crdt", names: ["rgaText"] }
|
|
8510
|
-
]
|
|
8508
|
+
imports: [{ from: "@absolutejs/sync/crdt", names: ["rgaText"] }]
|
|
8511
8509
|
}
|
|
8512
8510
|
}),
|
|
8513
8511
|
defineImplementation()({
|
|
@@ -8880,5 +8878,5 @@ export {
|
|
|
8880
8878
|
manifest
|
|
8881
8879
|
};
|
|
8882
8880
|
|
|
8883
|
-
//# debugId=
|
|
8881
|
+
//# debugId=070445E8D5559DAB64756E2164756E21
|
|
8884
8882
|
//# sourceMappingURL=manifest.js.map
|