Published in this run:
NEW: @bytelyst/charts@0.1.0
NEW: @bytelyst/customizable-workspace@0.1.0
NEW: @bytelyst/generative-theme@0.1.0
NEW: @bytelyst/media-ui@0.1.0
NEW: @bytelyst/notifications-ui@0.1.0
NEW: @bytelyst/motion@0.2.1
NEW: @bytelyst/data-viz@0.1.0 (?)
CHANGED: @bytelyst/ui @0.2.0
CHANGED: @bytelyst/auth-ui, broadcast-client, dashboard-components,
llm-router, survey-client, ai-ui, command-palette,
dashboard-shell, design-tokens, feature-flag-client,
kill-switch-client, mcp-client, platform-client
Manifest fingerprint updated for all 21 packages.
22 lines
438 B
JSON
22 lines
438 B
JSON
{
|
|
"name": "@bytelyst/survey-client",
|
|
"version": "0.1.7",
|
|
"type": "module",
|
|
"description": "Browser/React Native-safe survey client for platform-service",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"types": "./dist/index.d.ts"
|
|
}
|
|
},
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "vitest run --pool forks"
|
|
}
|
|
}
|