A modified version of Wafrn used on https://wf.jbc.lol (mirror of https://git.jbc.lol/jbcrn/wf.jbc.lol which is a mirror of https://codeberg.org/jbcarreon123/wf.jbc.lol)
1
fork

Configure Feed

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

version number

+7 -7
+4 -4
package-lock.json
··· 1 1 { 2 2 "name": "wafrn", 3 - "version": "2025.10.02", 3 + "version": "2025.10.03-DEV", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "wafrn", 9 - "version": "2025.10.02", 9 + "version": "2025.10.03-DEV", 10 10 "license": "AGPL-3.0-or-later", 11 11 "workspaces": [ 12 12 "packages/frontend", ··· 26007 26007 }, 26008 26008 "packages/backend": { 26009 26009 "name": "wafrn-backend", 26010 - "version": "2025.10.02", 26010 + "version": "2025.10.03-DEV", 26011 26011 "license": "MIT", 26012 26012 "dependencies": { 26013 26013 "@atcute/bluesky-richtext-builder": "^1.0.2", ··· 26351 26351 }, 26352 26352 "packages/frontend": { 26353 26353 "name": "wafrn", 26354 - "version": "2025.10.02", 26354 + "version": "2025.10.03-DEV", 26355 26355 "dependencies": { 26356 26356 "@angular-eslint/schematics": "^20.0.0", 26357 26357 "@angular/animations": "^20.0.2",
+1 -1
package.json
··· 1 1 { 2 2 "name": "wafrn", 3 - "version": "2025.10.02", 3 + "version": "2025.10.03-DEV", 4 4 "description": "wafrn", 5 5 "main": "index.ts", 6 6 "scripts": {
+1 -1
packages/backend/package.json
··· 1 1 { 2 2 "name": "wafrn-backend", 3 - "version": "2025.10.02", 3 + "version": "2025.10.03-DEV", 4 4 "description": "wafrn backend", 5 5 "main": "index.js", 6 6 "type": "module",
+1 -1
packages/frontend/package.json
··· 1 1 { 2 2 "name": "wafrn", 3 - "version": "2025.10.02", 3 + "version": "2025.10.03-DEV", 4 4 "scripts": { 5 5 "ng": "ng", 6 6 "start": "npm run prebuild && ng serve",