braid-text 0.2.61 → 0.2.62

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/index.js CHANGED
@@ -201,7 +201,7 @@ braid_text.serve = async (req, res, options = {}) => {
201
201
  if (!resource.actor_seqs[actor]?.has(seq)) unknowns.push(event)
202
202
  }
203
203
  if (unknowns.length)
204
- return done_my_turn(309, '', "Version Unknown", {
204
+ return done_my_turn(309, '', "Version Unknown Here", {
205
205
  Version: ascii_ify(unknowns.map(e => JSON.stringify(e)).join(', ')),
206
206
  'Retry-After': '1'
207
207
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braid-text",
3
- "version": "0.2.61",
3
+ "version": "0.2.62",
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/test/test.html CHANGED
@@ -965,7 +965,7 @@ runTest(
965
965
  })
966
966
  return r.status + ' ' + r.ok + ' ' + r.statusText + ' ' + r.headers.get('Version')
967
967
  },
968
- '309 false Version Unknown "missing-0", "y\\ud83d\\ude00-0"'
968
+ '309 false Version Unknown Here "missing-0", "y\\ud83d\\ude00-0"'
969
969
  )
970
970
 
971
971
  runTest(