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/README.md +1 -3
- package/README.zh.md +1 -3
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/wrangler.json +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
package/dist/wrangler.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"configPath":"
|
|
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.
|
|
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
|
},
|