@copilotkit/shared 1.59.0 → 1.59.2

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
@@ -1534,7 +1534,7 @@ ${getSeeMoreMarkdown(troubleshootingLink)}`;
1534
1534
 
1535
1535
  //#endregion
1536
1536
  //#region package.json
1537
- var version = "1.59.0";
1537
+ var version = "1.59.2";
1538
1538
 
1539
1539
  //#endregion
1540
1540
  //#region src/a2ui-prompts.ts
package/dist/package.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  //#region package.json
3
- var version = "1.59.0";
3
+ var version = "1.59.2";
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.0";
2
+ var version = "1.59.2";
3
3
 
4
4
  //#endregion
5
5
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkit/shared",
3
- "version": "1.59.0",
3
+ "version": "1.59.2",
4
4
  "private": false,
5
5
  "keywords": [
6
6
  "ai",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@ag-ui/client": "0.0.53",
42
- "@copilotkit/license-verifier": "0.4.0",
42
+ "@copilotkit/license-verifier": "~0.4.2",
43
43
  "@segment/analytics-node": "^2.1.2",
44
44
  "@standard-schema/spec": "^1.0.0",
45
45
  "chalk": "4.1.2",
@@ -65,6 +65,7 @@
65
65
  },
66
66
  "scripts": {
67
67
  "build": "tsdown",
68
+ "compat-check": "es-check es2022 --module 'dist/**/!(*.umd).{mjs,cjs,js}' && es-check es2018 'dist/**/*.umd.js'",
68
69
  "dev": "tsdown --watch",
69
70
  "test": "vitest run",
70
71
  "test:watch": "vitest",