Comparing version 14.4.0-dev.0545d43 to 14.4.0-dev.a9c66a4
{ | ||
"name": "@ably/ui", | ||
"version": "14.4.0-dev.0545d43", | ||
"version": "14.4.0-dev.a9c66a4", | ||
"description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.", | ||
@@ -17,3 +17,3 @@ "repository": { | ||
], | ||
"types": "types", | ||
"types": "types/index.d.ts", | ||
"devDependencies": { | ||
@@ -55,4 +55,5 @@ "@storybook/addon-a11y": "^8.2.9", | ||
"build:swc": "swc src/core src/reset -d dist --copy-files --include-dotfiles --strip-leading-paths --config-file .swc --ignore **/*.stories.tsx,**/*.snap", | ||
"build:tsc": "tsc && node tsc.js", | ||
"build:cleanup": "mv dist/* . && rm -r dist", | ||
"build": "yarn build:prebuild && yarn build:swc && node sprites.js && yarn tsc && yarn build:cleanup", | ||
"build": "yarn build:prebuild && yarn build:swc && node sprites.js && yarn build:tsc && yarn build:cleanup", | ||
"watch": "yarn build:swc -w", | ||
@@ -59,0 +60,0 @@ "format:check": "prettier -c *.{js,ts} src/**/*.{js,ts,tsx}", |
3488213
463
2455