Social Annotations in the Atmosphere
15
fork

Configure Feed

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

chore: bump version to 1.0.8

+3 -3
+2 -2
package.json
··· 1 1 { 2 2 "name": "seams", 3 - "version": "1.0.7", 3 + "version": "1.0.8", 4 4 "description": "Web annotation extension built on AT Protocol", 5 5 "main": "index.js", 6 6 "scripts": { ··· 28 28 }, 29 29 "keywords": [], 30 30 "author": "", 31 - "license": "ISC", 31 + "license": "AGPL-3.0-or-later", 32 32 "bugs": { 33 33 "url": "https://git.sealight.xyz/aynish/seams.so/issues" 34 34 },
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@seams/core", 3 - "version": "1.0.1", 3 + "version": "1.0.2", 4 4 "type": "module", 5 5 "main": "./src/index.ts", 6 6 "exports": {