You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: rename to @tightknit/slack-block-kit-validator
Scoped npm name so future Tightknit OSS packages share a namespace.
GitHub repo name (slack-block-kit-validator) stays the same.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The schema uses `$defs` for every block, element, composition object, rich-text leaf, and view envelope, so non-JS consumers can also import the JSON (`slack-block-kit-validator/schema.json`) and pick the subset they need.
98
+
The schema uses `$defs` for every block, element, composition object, rich-text leaf, and view envelope, so non-JS consumers can also import the JSON (`@tightknit/slack-block-kit-validator/schema.json`) and pick the subset they need.
99
99
100
100
## API reference
101
101
@@ -161,7 +161,7 @@ Ajv v8 + ajv-formats weigh ~50–60 KB gzipped, which is fine for Node test runs
0 commit comments