@copilotkit/shared 1.54.0-next.9 → 1.54.0

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 CHANGED
@@ -1,5 +1,7 @@
1
1
  # @copilotkit/shared
2
2
 
3
+ ## 1.54.0
4
+
3
5
  ## 1.54.0-next.9
4
6
 
5
7
  ## 1.54.0-next.8
package/dist/index.umd.js CHANGED
@@ -860,7 +860,7 @@ ${getSeeMoreMarkdown(troubleshootingLink)}`;
860
860
 
861
861
  //#endregion
862
862
  //#region package.json
863
- var version = "1.54.0-next.9";
863
+ var version = "1.54.0";
864
864
 
865
865
  //#endregion
866
866
  //#region src/telemetry/scarf-client.ts
package/dist/package.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  //#region package.json
3
- var version = "1.54.0-next.9";
3
+ var version = "1.54.0";
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.54.0-next.9";
2
+ var version = "1.54.0";
3
3
 
4
4
  //#endregion
5
5
  export { version };
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "access": "public"
11
11
  },
12
12
  "type": "module",
13
- "version": "1.54.0-next.9",
13
+ "version": "1.54.0",
14
14
  "sideEffects": false,
15
15
  "main": "./dist/index.cjs",
16
16
  "module": "./dist/index.mjs",
@@ -32,8 +32,8 @@
32
32
  "typescript": "^5.2.3",
33
33
  "vitest": "^3.2.4",
34
34
  "zod-to-json-schema": "^3.23.5",
35
- "eslint-config-custom": "1.4.11",
36
- "tsconfig": "1.4.11"
35
+ "eslint-config-custom": "1.4.12",
36
+ "tsconfig": "1.4.12"
37
37
  },
38
38
  "dependencies": {
39
39
  "@segment/analytics-node": "^2.1.2",