@copilotkit/runtime-client-gql 1.59.1 → 1.59.3

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/dist/index.umd.js CHANGED
@@ -34,7 +34,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
34
34
  untruncate_json = __toESM(untruncate_json);
35
35
 
36
36
  //#region package.json
37
- var version = "1.59.1";
37
+ var version = "1.59.3";
38
38
 
39
39
  //#endregion
40
40
  //#region src/graphql/@generated/graphql.ts
package/dist/package.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  //#region package.json
3
- var version = "1.59.1";
3
+ var version = "1.59.3";
4
4
 
5
5
  //#endregion
6
6
  Object.defineProperty(exports, 'version', {
package/dist/package.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  //#region package.json
2
- var version = "1.59.1";
2
+ var version = "1.59.3";
3
3
 
4
4
  //#endregion
5
5
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkit/runtime-client-gql",
3
- "version": "1.59.1",
3
+ "version": "1.59.3",
4
4
  "private": false,
5
5
  "keywords": [
6
6
  "ai",
@@ -40,7 +40,7 @@
40
40
  "@urql/core": "^5.0.3",
41
41
  "untruncate-json": "^0.0.1",
42
42
  "urql": "^4.1.0",
43
- "@copilotkit/shared": "1.59.1"
43
+ "@copilotkit/shared": "1.59.3"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@graphql-codegen/cli": "^5.0.2",
@@ -66,6 +66,7 @@
66
66
  },
67
67
  "scripts": {
68
68
  "build": "pnpm run graphql-codegen && tsdown",
69
+ "compat-check": "es-check es2022 --module 'dist/**/!(*.umd).{mjs,cjs,js}' && es-check es2018 'dist/**/*.umd.js'",
69
70
  "dev": "concurrently \"pnpm run graphql-codegen:watch\" \"tsdown --watch\"",
70
71
  "test": "pnpm run graphql-codegen && vitest run",
71
72
  "test:watch": "pnpm run graphql-codegen && vitest",