braid-text 0.0.23 → 0.0.24

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/index.js +3 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1490,4 +1490,7 @@ function validate_patch(x) {
1490
1490
  if (typeof x.content !== 'string') throw new Error(`invalid patch content: must be a string`)
1491
1491
  }
1492
1492
 
1493
+ braid_text.encode_filename = encode_filename
1494
+ braid_text.decode_filename = decode_filename
1495
+
1493
1496
  module.exports = braid_text
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braid-text",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "description": "Library for collaborative text over http using braid.",
5
5
  "author": "Braid Working Group",
6
6
  "repository": "braid-org/braidjs",