vxui-re 1.0.3 → 1.0.5

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 (3) hide show
  1. package/LICENSE +0 -0
  2. package/llms.txt +0 -0
  3. package/package.json +2 -2
package/LICENSE CHANGED
File without changes
package/llms.txt CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vxui-re",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "A general-purpose React UI framework rebuilt from VXUI principles.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -44,12 +44,12 @@
44
44
  "build:lib": "vite build",
45
45
  "build:pages": "PAGE_BUILD=true vite build",
46
46
  "build:analyze": "VISUALIZE=true vite build",
47
- "prepare": "npm run build",
48
47
  "typecheck": "tsc --noEmit",
49
48
  "test": "vitest run",
50
49
  "test:watch": "vitest",
51
50
  "test:coverage": "vitest run --coverage",
52
51
  "preview": "npm run build && wrangler dev",
52
+ "pub": "npm run build && npm publish",
53
53
  "deploy": "npm run build:pages && wrangler deploy",
54
54
  "security:audit": "npm audit --audit-level=high"
55
55
  },