braid-blob 0.0.44 → 0.0.45

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 +1 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -754,6 +754,7 @@ function create_braid_blob() {
754
754
  }
755
755
 
756
756
  braid_blob.create_braid_blob = create_braid_blob
757
+ braid_blob.braid_fetch = braid_fetch
757
758
 
758
759
  return braid_blob
759
760
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braid-blob",
3
- "version": "0.0.44",
3
+ "version": "0.0.45",
4
4
  "description": "Library for collaborative blobs over http using braid.",
5
5
  "author": "Braid Working Group",
6
6
  "repository": "braid-org/braid-blob",
@@ -10,6 +10,6 @@
10
10
  "test:browser": "node test/test.js --browser"
11
11
  },
12
12
  "dependencies": {
13
- "braid-http": "~1.3.84"
13
+ "braid-http": "~1.3.85"
14
14
  }
15
15
  }