The code and data behind xeiaso.net
0
fork

Configure Feed

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

chore(release): 4.0.1 [skip ci]

+4 -4
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "@xe/xesite", 3 - "version": "4.0.0", 3 + "version": "4.0.1", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "@xe/xesite", 9 - "version": "4.0.0", 9 + "version": "4.0.1", 10 10 "license": "ISC", 11 11 "dependencies": { 12 12 "@tailwindcss/cli": "^4.1.18",
+2 -2
package.json
··· 1 1 { 2 2 "name": "@xe/xesite", 3 - "version": "4.0.0", 3 + "version": "4.0.1", 4 4 "description": "Hacking because node", 5 5 "type": "module", 6 6 "main": "index.js", ··· 44 44 "semantic-release": "^25.0.3", 45 45 "tailwindcss": "^4.1.18" 46 46 } 47 - } 47 + }