flexily 0.3.1 → 0.3.3
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.
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "flexily",
|
|
3
|
-
"version": "0.3.
|
|
4
|
-
"description": "Pure JavaScript flexbox layout engine
|
|
3
|
+
"version": "0.3.3",
|
|
4
|
+
"description": "Pure JavaScript flexbox layout engine — Yoga-compatible API, faster initial layout, smaller bundle, no WASM",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"canvas-ui",
|
|
7
7
|
"css",
|
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
"test:watch": "bun test --watch",
|
|
53
53
|
"bench": "bunx --bun vitest bench",
|
|
54
54
|
"typecheck": "tsc --noEmit",
|
|
55
|
+
"ci": "bun run typecheck && bun test",
|
|
55
56
|
"docs:dev": "vitepress dev docs",
|
|
56
57
|
"docs:build": "vitepress build docs",
|
|
57
58
|
"docs:preview": "vitepress preview docs"
|
|
@@ -65,4 +66,4 @@
|
|
|
65
66
|
"engines": {
|
|
66
67
|
"node": ">=23.6.0"
|
|
67
68
|
}
|
|
68
|
-
}
|
|
69
|
+
}
|