Mirror of https://github.com/improsocial/impro-sample-plugin
0

Configure Feed

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

0.1.1

Grace Kind (May 20, 2026, 8:26 PM -0500) 16c9a64d b49b28e6

+3 -3
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "impro-sample-plugin", 3 - "version": "0.1.0", 3 + "version": "0.1.1", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "impro-sample-plugin", 9 - "version": "0.1.0", 9 + "version": "0.1.1", 10 10 "devDependencies": { 11 11 "esbuild": "^0.25.10" 12 12 }
+1 -1
package.json
··· 1 1 { 2 2 "name": "impro-sample-plugin", 3 - "version": "0.1.0", 3 + "version": "0.1.1", 4 4 "private": true, 5 5 "type": "module", 6 6 "scripts": {