@llmnative/react 0.1.0 → 0.1.1
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@llmnative/react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "LLM-native React framework for deterministic UI generation. Data-driven by default, schema-driven optional. Ultra-low token consumption — built for AI agents, not just humans.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"style": "dist/index.css",
|
|
9
9
|
"exports": {
|
|
10
10
|
".": {
|
|
11
|
-
"types": "./dist/types/index.d.ts",
|
|
11
|
+
"types": "./dist/types/src/index.d.ts",
|
|
12
12
|
"import": "./dist/index.mjs",
|
|
13
13
|
"require": "./dist/index.js"
|
|
14
14
|
},
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"prebuild": "node scripts/dev/build-local.js --restore-only",
|
|
19
19
|
"build": "vite build && tsc --emitDeclarationOnly",
|
|
20
20
|
"build:dev": "vite build --mode development && tsc --emitDeclarationOnly",
|
|
21
|
-
"watch:dev": "vite build --watch",
|
|
21
|
+
"watch:dev": "vite build --watch",
|
|
22
22
|
"build:local": "node scripts/dev/build-local.js",
|
|
23
23
|
"prepublishOnly": "npm run build",
|
|
24
24
|
"updateReadme": "node scripts/dev/updateReadme.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"test:coverage": "vitest run --coverage"
|
|
28
28
|
},
|
|
29
29
|
"bin": {
|
|
30
|
-
"llmnative": "
|
|
30
|
+
"llmnative": "bin/cli.js"
|
|
31
31
|
},
|
|
32
32
|
"files": [
|
|
33
33
|
"dist",
|
|
@@ -107,8 +107,8 @@
|
|
|
107
107
|
"react-router-dom": "^6.30.3",
|
|
108
108
|
"tailwindcss": "^4.2.4",
|
|
109
109
|
"typescript": "^5.6.2",
|
|
110
|
-
"vite": "^5.4.21",
|
|
111
|
-
"vitest": "2.1"
|
|
110
|
+
"vite": "^5.4.21",
|
|
111
|
+
"vitest": "2.1"
|
|
112
112
|
},
|
|
113
113
|
"dependencies": {
|
|
114
114
|
"buffer": "^6.0.3",
|