braidfs 0.0.153 → 0.0.154

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
@@ -1083,6 +1083,7 @@ function sync_url(url) {
1083
1083
  braid_text.get(url, {
1084
1084
  signal: ac.signal,
1085
1085
  peer: file_peer,
1086
+ merge_type: 'dt',
1086
1087
  head: true,
1087
1088
  subscribe: () => {
1088
1089
  if (self.ac.signal.aborted) return
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "braidfs",
3
- "version": "0.0.153",
3
+ "version": "0.0.154",
4
4
  "description": "braid technology synchronizing files and webpages",
5
5
  "author": "Braid Working Group",
6
6
  "repository": "braid-org/braidfs",
7
7
  "homepage": "https://braid.org",
8
8
  "dependencies": {
9
9
  "braid-http": "~1.3.89",
10
- "braid-text": "~0.5.18",
10
+ "braid-text": "~0.5.20",
11
11
  "braid-blob": "~0.0.72",
12
12
  "chokidar": "^4.0.3",
13
13
  "undici": "^7.18.2"