@copilotkit/runtime 0.0.0-fix-old-browser-support-code-block-20250923113406 → 0.0.0-fix-initite-loop-failed-fe-action-20250923152036

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 (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @copilotkit/runtime
2
2
 
3
- ## 0.0.0-fix-old-browser-support-code-block-20250923113406
3
+ ## 0.0.0-fix-initite-loop-failed-fe-action-20250923152036
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -10,7 +10,7 @@
10
10
  - feat: use latest agui fastapi langgraph package and dependencies
11
11
  - 23fe6a1: - chore: publish python sdk using latest agui
12
12
  - feat: use latest agui packages
13
- - @copilotkit/shared@0.0.0-fix-old-browser-support-code-block-20250923113406
13
+ - @copilotkit/shared@0.0.0-fix-initite-loop-failed-fe-action-20250923152036
14
14
 
15
15
  ## 1.10.5-next.5
16
16
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "0.0.0-fix-old-browser-support-code-block-20250923113406",
12
+ "version": "0.0.0-fix-initite-loop-failed-fe-action-20250923152036",
13
13
  "sideEffects": false,
14
14
  "main": "./dist/index.js",
15
15
  "module": "./dist/index.mjs",
@@ -67,7 +67,7 @@
67
67
  "rxjs": "7.8.1",
68
68
  "type-graphql": "2.0.0-rc.1",
69
69
  "zod": "^3.23.3",
70
- "@copilotkit/shared": "0.0.0-fix-old-browser-support-code-block-20250923113406"
70
+ "@copilotkit/shared": "0.0.0-fix-initite-loop-failed-fe-action-20250923152036"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "@ag-ui/client": ">=0.0.38",