app for refbot stuff
0
fork

Configure Feed

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

chore: bump version to v1.0.5

+2 -1
+2 -1
package.json
··· 1 1 { 2 2 "name": "refapp", 3 - "version": "1.0.4", 3 + "version": "1.0.5", 4 4 "description": "web management ui for refbot", 5 5 "type": "module", 6 6 "scripts": { ··· 13 13 "release": "node --env-file=../refbot/.env scripts/release.js" 14 14 }, 15 15 "dependencies": { 16 + "adm-zip": "^0.5.17", 16 17 "connect-mongo": "^6.0.0", 17 18 "cors": "^2.8.5", 18 19 "express": "^4.21.2",