@copilotkit/runtime-client-gql 1.5.1-next.4 → 1.5.1
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/CHANGELOG.md +13 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,23 @@
|
|
|
1
1
|
# @copilotkit/runtime-client-gql
|
|
2
2
|
|
|
3
|
-
## 1.5.1
|
|
3
|
+
## 1.5.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 5c01e9e: test prerelease #4
|
|
8
|
+
- da280ed: Test prerelease script
|
|
9
|
+
- 27e42d7: testing a prerelease
|
|
10
|
+
- 05240a9: test pre #2
|
|
11
|
+
- 33218fe: test prerelease #3
|
|
12
|
+
- 03f3d6f: Test next prerelease
|
|
13
|
+
- 649ebcc: - fix: add warning when using agents that are not available on agent related hooks
|
|
8
14
|
- Updated dependencies [5c01e9e]
|
|
9
|
-
|
|
15
|
+
- Updated dependencies [da280ed]
|
|
16
|
+
- Updated dependencies [27e42d7]
|
|
17
|
+
- Updated dependencies [05240a9]
|
|
18
|
+
- Updated dependencies [33218fe]
|
|
19
|
+
- Updated dependencies [03f3d6f]
|
|
20
|
+
- @copilotkit/shared@1.5.1
|
|
10
21
|
|
|
11
22
|
## 1.5.1-next.3
|
|
12
23
|
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.5.1
|
|
12
|
+
"version": "1.5.1",
|
|
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.1
|
|
46
|
+
"@copilotkit/runtime": "1.5.1"
|
|
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.1
|
|
52
|
+
"@copilotkit/shared": "1.5.1"
|
|
53
53
|
},
|
|
54
54
|
"keywords": [
|
|
55
55
|
"copilotkit",
|