Experiment to rebuild Diffuse using web applets.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: Update spellcaster

+4 -3
+3 -2
package-lock.json
··· 11 11 "idb-keyval": "^6.2.1", 12 12 "native-file-system-adapter": "^3.0.1", 13 13 "sass": "^1.87.0", 14 - "spellcaster": "icidasset/spellcaster#fix/hyper-data", 14 + "spellcaster": "gordonbrander/spellcaster#1613e5e3b7f202cfe57f37ea7c637ec83588a297", 15 15 "throttle-debounce": "^5.0.2", 16 16 "xxh32": "^2.0.5" 17 17 }, ··· 4620 4620 }, 4621 4621 "node_modules/spellcaster": { 4622 4622 "version": "5.0.2", 4623 - "resolved": "git+ssh://git@github.com/icidasset/spellcaster.git#d26172ab8b5420ea508ebdba5ed78a18c363d2c0", 4623 + "resolved": "git+ssh://git@github.com/gordonbrander/spellcaster.git#1613e5e3b7f202cfe57f37ea7c637ec83588a297", 4624 + "integrity": "sha512-BR1ND3XDjrl9kWrBbGTVD/z2YJ+929ksqzYDMXDiNfaSTVIC3E8qdfXQ3wS4ZPo5CVSKlbctpJmp7vEjo5rwdQ==", 4624 4625 "dependencies": { 4625 4626 "signal-polyfill": "^0.2.0" 4626 4627 }
+1 -1
package.json
··· 6 6 "idb-keyval": "^6.2.1", 7 7 "native-file-system-adapter": "^3.0.1", 8 8 "sass": "^1.87.0", 9 - "spellcaster": "icidasset/spellcaster#fix/hyper-data", 9 + "spellcaster": "gordonbrander/spellcaster#1613e5e3b7f202cfe57f37ea7c637ec83588a297", 10 10 "throttle-debounce": "^5.0.2", 11 11 "xxh32": "^2.0.5" 12 12 },