braid-text 0.3.12 → 0.3.14

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/server.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braid-text",
3
- "version": "0.3.12",
3
+ "version": "0.3.14",
4
4
  "description": "Library for collaborative text over http using braid.",
5
5
  "author": "Braid Working Group",
6
6
  "repository": "braid-org/braid-text",
package/server.js CHANGED
@@ -709,7 +709,6 @@ function create_braid_text() {
709
709
  options.my_subscribe(x)
710
710
  } else {
711
711
  x.parents = options.version ? options.version : options.parents
712
- options.my_last_seen_version = x.parents
713
712
 
714
713
  // only send them a version from these parents if we have these parents (otherwise we'll assume these parents are more recent, probably versions they created but haven't sent us yet, and we'll send them appropriate rebased updates when they send us these versions)
715
714
  let local_version = OpLog_remote_to_local(resource.doc, x.parents)