alpha
Login
or
Join now
tokono.ma
/
diffuse-applets
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Experiment to rebuild Diffuse using web applets.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore: Update spellcaster
author
Steven Vandevelde
date
1 year ago
(May 1, 2025, 10:45 PM +0200)
commit
4b9658e0
4b9658e02c1fb78b67c4c974c85579af3120d2cb
parent
b691a6c8
b691a6c84e62b82404d1fb435d15c1d43e034135
+4
-3
2 changed files
Expand all
Collapse all
Unified
Split
package-lock.json
package.json
+3
-2
package-lock.json
Reviewed
···
11
11
"idb-keyval": "^6.2.1",
12
12
"native-file-system-adapter": "^3.0.1",
13
13
"sass": "^1.87.0",
14
14
-
"spellcaster": "icidasset/spellcaster#fix/hyper-data",
14
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
4623
-
"resolved": "git+ssh://git@github.com/icidasset/spellcaster.git#d26172ab8b5420ea508ebdba5ed78a18c363d2c0",
4623
4623
+
"resolved": "git+ssh://git@github.com/gordonbrander/spellcaster.git#1613e5e3b7f202cfe57f37ea7c637ec83588a297",
4624
4624
+
"integrity": "sha512-BR1ND3XDjrl9kWrBbGTVD/z2YJ+929ksqzYDMXDiNfaSTVIC3E8qdfXQ3wS4ZPo5CVSKlbctpJmp7vEjo5rwdQ==",
4624
4625
"dependencies": {
4625
4626
"signal-polyfill": "^0.2.0"
4626
4627
}
+1
-1
package.json
Reviewed
···
6
6
"idb-keyval": "^6.2.1",
7
7
"native-file-system-adapter": "^3.0.1",
8
8
"sass": "^1.87.0",
9
9
-
"spellcaster": "icidasset/spellcaster#fix/hyper-data",
9
9
+
"spellcaster": "gordonbrander/spellcaster#1613e5e3b7f202cfe57f37ea7c637ec83588a297",
10
10
"throttle-debounce": "^5.0.2",
11
11
"xxh32": "^2.0.5"
12
12
},