social components inlay.at
atproto components sdui
86
fork

Configure Feed

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

@inlay/render@0.3.1

+2 -2
+1 -1
next-env.d.ts
··· 1 1 /// <reference types="next" /> 2 2 /// <reference types="next/image-types/global" /> 3 - import "./.next/dev/types/routes.d.ts"; 3 + import "./.next/types/routes.d.ts"; 4 4 5 5 // NOTE: This file should not be edited 6 6 // see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
+1 -1
packages/@inlay/render/package.json
··· 1 1 { 2 2 "name": "@inlay/render", 3 - "version": "0.3.0", 3 + "version": "0.3.1", 4 4 "type": "module", 5 5 "main": "./dist/packages/@inlay/render/src/index.js", 6 6 "types": "./dist/packages/@inlay/render/src/index.d.ts",