Commit 86a09f0ed287ba7420fe3fa7071641f69baf911b
Downgrade ssb-backlinks to v1.1.0
This bump seems to be causing issues. Which is weird, because it actually bumps the index number for the backlinks indexes and so will rebuild them. But that's what my testing shows... `*shrug*`Daan Wynen committed on 3/13/2021, 2:57:36 PM
Parent: a41bbe7d3a90bbd6e1d656bf814833fafdc55b30
Files changed
package-lock.json | changed |
package.json | changed |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 481538 bytes New file size: 482861 bytes |
package.json | |||
---|---|---|---|
@@ -64,9 +64,9 @@ | |||
64 | 64 … | "scuttle-tag": "^0.5.0", | |
65 | 65 … | "secret-stack": "^6.3.1", | |
66 | 66 … | "sorted-array-functions": "^1.2.0", | |
67 | 67 … | "spacetime": "^6.4.1", | |
68 | - "ssb-backlinks": "^2.1.1", | ||
68 … | + "ssb-backlinks": "^1.1.0", | ||
69 | 69 … | "ssb-blob-files": "^1.2.0", | |
70 | 70 … | "ssb-blobs": "^2.0.1", | |
71 | 71 … | "ssb-client": "^4.9.0", | |
72 | 72 … | "ssb-config": "^3.4.4", |
Built with git-ssb-web