A React component library for rendering common AT Protocol records for applications such as Bluesky and Leaflet.

npmignore

Changed files
+23 -1
+22
.npmignore
···
+
# Demo and development files
+
demo/
+
src/
+
index.html
+
+
# Build configuration
+
vite.config.ts
+
vite.config.d.ts
+
tsconfig.app.json
+
tsconfig.node.json
+
eslint.config.js
+
tsconfig.lib.tsbuildinfo
+
+
# Dependencies
+
node_modules/
+
package-lock.json
+
bun.lock
+
+
CLAUDE.md
+
+
# Output directory
+
lib/
+1 -1
package.json
···
{
"name": "atproto-ui",
-
"version": "0.11.0",
+
"version": "0.11.1",
"type": "module",
"description": "React components and hooks for rendering AT Protocol records.",
"main": "./lib-dist/index.js",