@copilotkit/react-core 1.59.1 → 1.59.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkit/react-core",
3
- "version": "1.59.1",
3
+ "version": "1.59.2",
4
4
  "private": false,
5
5
  "keywords": [
6
6
  "ai",
@@ -79,14 +79,15 @@
79
79
  "untruncate-json": "^0.0.1",
80
80
  "use-stick-to-bottom": "^1.1.1",
81
81
  "zod-to-json-schema": "^3.24.5",
82
- "@copilotkit/a2ui-renderer": "1.59.1",
83
- "@copilotkit/runtime-client-gql": "1.59.1",
84
- "@copilotkit/web-inspector": "1.59.1",
85
- "@copilotkit/core": "1.59.1",
86
- "@copilotkit/shared": "1.59.1"
82
+ "@copilotkit/a2ui-renderer": "1.59.2",
83
+ "@copilotkit/core": "1.59.2",
84
+ "@copilotkit/runtime-client-gql": "1.59.2",
85
+ "@copilotkit/shared": "1.59.2",
86
+ "@copilotkit/web-inspector": "1.59.2"
87
87
  },
88
88
  "devDependencies": {
89
89
  "@tailwindcss/cli": "^4.1.11",
90
+ "esbuild": "^0.27.0",
90
91
  "@tailwindcss/postcss": "^4.1.11",
91
92
  "@tailwindcss/typography": "^0.5.16",
92
93
  "@tanstack/intent": "^0.0.29",
@@ -122,8 +123,12 @@
122
123
  "scripts": {
123
124
  "build:css": "tailwindcss -i ./src/v2/styles/globals.css -o ./dist/v2/index.css -m && node scripts/scope-preflight.mjs ./dist/v2/index.css",
124
125
  "build": "tsdown && pnpm run build:css",
126
+ "size": "size-limit",
127
+ "size:headline": "node scripts/measure-copilotchat.mjs",
128
+ "compat-check": "es-check es2022 --module 'dist/**/!(*.umd).{mjs,cjs,js}' && es-check es2020 'dist/**/*.umd.js'",
125
129
  "dev": "tsdown --watch",
126
- "test": "vitest run",
130
+ "test": "vitest run && pnpm run test:scripts",
131
+ "test:scripts": "node --test scripts/__tests__/measure-copilotchat.test.mjs",
127
132
  "test:watch": "vitest",
128
133
  "check-types": "tsc --noEmit",
129
134
  "link:global": "pnpm link --global",