@agent-native/agentkit 0.1.0 → 0.2.0-nightly-20260914162056

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 (1) hide show
  1. package/package.json +18 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-native/agentkit",
3
- "version": "0.1.0",
3
+ "version": "0.2.0-nightly-20260914162056",
4
4
  "description": "Provider-neutral AgentKit protocol, headless client, transports, and React runtime for composable agent-native conversations.",
5
5
  "homepage": "https://github.com/BuilderIO/agent-native#readme",
6
6
  "bugs": {
@@ -74,28 +74,20 @@
74
74
  "access": "public",
75
75
  "provenance": true
76
76
  },
77
- "scripts": {
78
- "prebuild": "pnpm --filter @agent-native/toolkit build",
79
- "build": "tsc && cp src/react/styles.css dist/react/styles.css",
80
- "dev": "tsc --watch",
81
- "typecheck": "tsc --noEmit",
82
- "test": "vitest --run",
83
- "prepublishOnly": "npm run build"
84
- },
85
77
  "dependencies": {
86
78
  "@ag-ui/core": "0.0.59",
87
- "@agent-native/toolkit": "workspace:*",
88
- "@tabler/icons-react": "catalog:",
79
+ "@tabler/icons-react": "^3.41.1",
89
80
  "react-markdown": "^10.1.0",
90
- "remark-gfm": "^4.0.1"
81
+ "remark-gfm": "^4.0.1",
82
+ "@agent-native/toolkit": "0.20.0-nightly-20260914162056"
91
83
  },
92
84
  "devDependencies": {
93
- "@types/react": "catalog:",
94
- "@types/react-dom": "catalog:",
95
- "react": "catalog:",
96
- "react-dom": "catalog:",
97
- "typescript-7": "catalog:",
98
- "vitest": "catalog:"
85
+ "@types/react": "^19.2.14",
86
+ "@types/react-dom": "^19.2.3",
87
+ "react": "^19.2.7",
88
+ "react-dom": "^19.2.7",
89
+ "typescript-7": "npm:typescript@^7.0.2",
90
+ "vitest": "^4.1.5"
99
91
  },
100
92
  "peerDependencies": {
101
93
  "react": "^19.0.0",
@@ -108,5 +100,12 @@
108
100
  "react-dom": {
109
101
  "optional": true
110
102
  }
103
+ },
104
+ "scripts": {
105
+ "prebuild": "pnpm --filter @agent-native/toolkit build",
106
+ "build": "tsc && cp src/react/styles.css dist/react/styles.css",
107
+ "dev": "tsc --watch",
108
+ "typecheck": "tsc --noEmit",
109
+ "test": "vitest --run"
111
110
  }
112
- }
111
+ }