vxui-re 1.0.2 → 1.0.4

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/dist/index.js CHANGED
@@ -9322,7 +9322,7 @@ function rc({
9322
9322
  ) })
9323
9323
  ] });
9324
9324
  }
9325
- const ms = "1.0.2", hs = {
9325
+ const ms = "1.0.4", hs = {
9326
9326
  version: ms
9327
9327
  }, st = `v${hs.version}`, Pn = {
9328
9328
  locale: "en",
@@ -1 +1 @@
1
- {"configPath":"/Users/xiefan/github/vxui_react/wrangler.jsonc","userConfigPath":"/Users/xiefan/github/vxui_react/wrangler.jsonc","topLevelName":"react-vxui","definedEnvironments":[],"legacy_env":true,"compatibility_date":"2026-06-11","compatibility_flags":["nodejs_compat"],"jsx_factory":"React.createElement","jsx_fragment":"React.Fragment","rules":[],"name":"react-vxui","triggers":{},"assets":{"not_found_handling":"single-page-application","directory":"."},"vars":{},"durable_objects":{"bindings":[]},"workflows":[],"migrations":[],"kv_namespaces":[],"cloudchamber":{},"send_email":[],"queues":{"producers":[],"consumers":[]},"r2_buckets":[],"d1_databases":[],"vectorize":[],"ai_search_namespaces":[],"ai_search":[],"agent_memory":[],"hyperdrive":[],"services":[],"analytics_engine_datasets":[],"dispatch_namespaces":[],"mtls_certificates":[],"pipelines":[],"secrets_store_secrets":[],"artifacts":[],"unsafe_hello_world":[],"flagship":[],"worker_loaders":[],"ratelimits":[],"vpc_services":[],"vpc_networks":[],"logfwdr":{"bindings":[]},"observability":{"enabled":true},"python_modules":{"exclude":["**/*.pyc"]},"dev":{"ip":"localhost","local_protocol":"http","upstream_protocol":"http","enable_containers":true,"generate_types":false}}
1
+ {"configPath":"H:\\git\\vxui\\vxui\\wrangler.jsonc","userConfigPath":"H:\\git\\vxui\\vxui\\wrangler.jsonc","topLevelName":"react-vxui","definedEnvironments":[],"legacy_env":true,"compatibility_date":"2026-06-11","compatibility_flags":["nodejs_compat"],"jsx_factory":"React.createElement","jsx_fragment":"React.Fragment","rules":[],"name":"react-vxui","triggers":{},"assets":{"not_found_handling":"single-page-application","directory":"."},"vars":{},"durable_objects":{"bindings":[]},"workflows":[],"migrations":[],"kv_namespaces":[],"cloudchamber":{},"send_email":[],"queues":{"producers":[],"consumers":[]},"r2_buckets":[],"d1_databases":[],"vectorize":[],"ai_search_namespaces":[],"ai_search":[],"agent_memory":[],"hyperdrive":[],"services":[],"analytics_engine_datasets":[],"dispatch_namespaces":[],"mtls_certificates":[],"pipelines":[],"secrets_store_secrets":[],"artifacts":[],"unsafe_hello_world":[],"flagship":[],"worker_loaders":[],"ratelimits":[],"vpc_services":[],"vpc_networks":[],"logfwdr":{"bindings":[]},"observability":{"enabled":true},"python_modules":{"exclude":["**/*.pyc"]},"dev":{"ip":"127.0.0.1","local_protocol":"http","upstream_protocol":"http","enable_containers":true,"generate_types":false}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vxui-re",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
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
  },