@copilotkit/runtime-client-gql 1.5.5 → 1.5.6

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 +30 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,10 +1,38 @@
1
1
  # @copilotkit/runtime-client-gql
2
2
 
3
- ## 1.5.5
3
+ ## 1.5.6
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - @copilotkit/shared@1.5.5
7
+ - 72f9e58: test release notes
8
+ - 9b3bdc2: test release notes
9
+ - @copilotkit/shared@1.5.6
10
+
11
+ ## 1.5.6-next.0
12
+
13
+ ### Patch Changes
14
+
15
+ - @copilotkit/shared@1.5.6-next.0
16
+
17
+ ## 1.5.5-next.5
18
+
19
+ ### Patch Changes
20
+
21
+ - @copilotkit/shared@1.5.5-next.5
22
+
23
+ ## 1.5.5-next.3
24
+
25
+ ### Patch Changes
26
+
27
+ - @copilotkit/shared@1.5.5-next.3
28
+
29
+ ## 1.5.5-next.2
30
+
31
+ ### Patch Changes
32
+
33
+ - 72f9e58: test release notes
34
+ - 9b3bdc2: test release notes
35
+ - @copilotkit/shared@1.5.5-next.2
8
36
 
9
37
  ## 1.5.4
10
38
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.5.5",
12
+ "version": "1.5.6",
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.5"
46
+ "@copilotkit/runtime": "1.5.6"
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.5"
52
+ "@copilotkit/shared": "1.5.6"
53
53
  },
54
54
  "keywords": [
55
55
  "copilotkit",