elements-kit 0.27.1 → 0.27.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "elements-kit",
3
3
  "type": "module",
4
- "version": "0.27.1",
4
+ "version": "0.27.2",
5
5
  "description": "A lightweight reactive UI library that transforms native HTMLElements into reactive components with signals. Ideal for framework-agnostic applications and web components.",
6
6
  "keywords": [
7
7
  "webcomponents",
@@ -118,7 +118,7 @@
118
118
  "./ui/*": "./dist/ui/*"
119
119
  },
120
120
  "scripts": {
121
- "build": "tsdown",
121
+ "build": "tsdown && node scripts/assert-dist.mjs",
122
122
  "build:docs": "pnpm build && pnpm --filter elements-kit-docs build",
123
123
  "build:storybook": "pnpm --filter elements-kit-storybook build",
124
124
  "storybook": "pnpm --filter elements-kit-storybook dev",