@copilotkit/runtime-client-gql 1.5.7 → 1.5.9

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 +10 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # @copilotkit/runtime-client-gql
2
2
 
3
- ## 1.5.7
3
+ ## 1.5.9
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 72f9e58: test release notes
8
8
  - 9b3bdc2: test release notes
9
- - @copilotkit/shared@1.5.7
9
+ - @copilotkit/shared@1.5.9
10
+
11
+ ## 1.5.8
12
+
13
+ ### Patch Changes
14
+
15
+ - 72f9e58: test release notes
16
+ - 9b3bdc2: test release notes
17
+ - @copilotkit/shared@1.5.8
10
18
 
11
19
  ## 1.5.6-next.0
12
20
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.5.7",
12
+ "version": "1.5.9",
13
13
  "sideEffects": false,
14
14
  "main": "./dist/index.js",
15
15
  "module": "./dist/index.mjs",
@@ -43,13 +43,13 @@
43
43
  "tsup": "^6.7.0",
44
44
  "typescript": "^5.4.5",
45
45
  "graphql": "^16.8.1",
46
- "@copilotkit/runtime": "1.5.7"
46
+ "@copilotkit/runtime": "1.5.9"
47
47
  },
48
48
  "dependencies": {
49
49
  "@urql/core": "^5.0.3",
50
50
  "untruncate-json": "^0.0.1",
51
51
  "urql": "^4.1.0",
52
- "@copilotkit/shared": "1.5.7"
52
+ "@copilotkit/shared": "1.5.9"
53
53
  },
54
54
  "keywords": [
55
55
  "copilotkit",