@copilotkit/shared 1.0.7 → 1.0.8-integrations-unify.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @copilotkit/shared@1.0.7 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/shared
2
+ > @copilotkit/shared@1.0.8-integrations-unify.1 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/shared
3
3
  > tsup --clean
4
4
 
5
5
  CLI Building entry: src/index.ts, src/constants/index.ts, src/telemetry/events.ts, src/telemetry/index.ts, src/telemetry/security-check.ts, src/telemetry/telemetry-client.ts, src/telemetry/utils.ts, src/types/action.ts, src/types/copilot-cloud-config.ts, src/types/index.ts, src/types/openai-assistant.ts, src/utils/index.ts, src/utils/json-schema.ts, src/utils/random-id.ts
@@ -38,7 +38,7 @@
38
38
  CJS dist/types/openai-assistant.js.map 1.53 KB
39
39
  CJS dist/utils/json-schema.js.map 4.75 KB
40
40
  CJS dist/utils/random-id.js.map 285.00 B
41
- CJS ⚡️ Build success in 130ms
41
+ CJS ⚡️ Build success in 83ms
42
42
  ESM dist/index.mjs 774.00 B
43
43
  ESM dist/constants/index.mjs 315.00 B
44
44
  ESM dist/telemetry/events.mjs 35.00 B
@@ -89,9 +89,9 @@
89
89
  ESM dist/utils/index.mjs.map 71.00 B
90
90
  ESM dist/utils/json-schema.mjs.map 71.00 B
91
91
  ESM dist/utils/random-id.mjs.map 71.00 B
92
- ESM ⚡️ Build success in 139ms
92
+ ESM ⚡️ Build success in 109ms
93
93
  DTS Build start
94
- DTS ⚡️ Build success in 5719ms
94
+ DTS ⚡️ Build success in 5412ms
95
95
  DTS dist/index.d.ts 810.00 B
96
96
  DTS dist/types/openai-assistant.d.ts 1.47 KB
97
97
  DTS dist/types/action.d.ts 2.24 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @copilotkit/shared
2
2
 
3
+ ## 1.0.8-integrations-unify.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Unify adapter support
8
+
9
+ ## 1.0.8-integrations-unify.0
10
+
11
+ ### Patch Changes
12
+
13
+ - Unify adapter support
14
+
3
15
  ## 1.0.7
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.0.7",
12
+ "version": "1.0.8-integrations-unify.1",
13
13
  "sideEffects": false,
14
14
  "main": "./dist/index.js",
15
15
  "module": "./dist/index.mjs",
@@ -29,8 +29,8 @@
29
29
  "ts-jest": "^29.1.1",
30
30
  "tsup": "^6.7.0",
31
31
  "typescript": "^5.2.3",
32
- "eslint-config-custom": "1.0.2",
33
- "tsconfig": "1.0.2"
32
+ "eslint-config-custom": "1.0.3-integrations-unify.1",
33
+ "tsconfig": "1.0.3-integrations-unify.1"
34
34
  },
35
35
  "dependencies": {
36
36
  "@segment/analytics-node": "^2.1.2",