@copilotkit/shared 0.4.1-atai-0223-fix-backendOnlyProps.0 → 0.4.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@0.4.1-atai-0223-fix-backendOnlyProps.0 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/shared
2
+ > @copilotkit/shared@0.4.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/copilot-protocol.ts, src/constants/index.ts, src/types/annotated-function.ts, src/types/index.ts, src/types/openai-assistant.ts, src/utils/annotated-function.ts, src/utils/decode-chat-completion-as-text.ts, src/utils/decode-chat-completion.ts, src/utils/index.ts, src/utils/parse-chat-completion.ts, src/utils/utils.test.ts, src/utils/utils.ts
@@ -11,10 +11,10 @@
11
11
  ESM Build start
12
12
  CJS Build start
13
13
  CJS dist/index.js 12.92 KB
14
- CJS dist/constants/index.js 1.25 KB
14
+ CJS dist/constants/copilot-protocol.js 1.25 KB
15
15
  CJS dist/types/annotated-function.js 849.00 B
16
16
  CJS dist/utils/annotated-function.js 1.95 KB
17
- CJS dist/constants/copilot-protocol.js 1.25 KB
17
+ CJS dist/constants/index.js 1.25 KB
18
18
  CJS dist/types/index.js 797.00 B
19
19
  CJS dist/types/openai-assistant.js 841.00 B
20
20
  CJS dist/utils/decode-chat-completion-as-text.js 1.82 KB
@@ -24,10 +24,10 @@
24
24
  CJS dist/utils/utils.test.js 184.00 B
25
25
  CJS dist/utils/utils.js 6.09 KB
26
26
  CJS dist/index.js.map 25.86 KB
27
- CJS dist/constants/index.js.map 336.00 B
27
+ CJS dist/constants/copilot-protocol.js.map 261.00 B
28
28
  CJS dist/types/annotated-function.js.map 871.00 B
29
29
  CJS dist/utils/annotated-function.js.map 1.74 KB
30
- CJS dist/constants/copilot-protocol.js.map 261.00 B
30
+ CJS dist/constants/index.js.map 336.00 B
31
31
  CJS dist/types/index.js.map 205.00 B
32
32
  CJS dist/types/openai-assistant.js.map 2.65 KB
33
33
  CJS dist/utils/decode-chat-completion-as-text.js.map 1.34 KB
@@ -85,9 +85,9 @@
85
85
  ESM dist/chunk-NSY3OEEP.mjs.map 1.69 KB
86
86
  ESM dist/utils/decode-chat-completion-as-text.mjs.map 71.00 B
87
87
  ESM dist/chunk-4MTSDAP6.mjs.map 1.30 KB
88
- ESM ⚡️ Build success in 64ms
88
+ ESM ⚡️ Build success in 59ms
89
89
  DTS Build start
90
- DTS ⚡️ Build success in 2066ms
90
+ DTS ⚡️ Build success in 2080ms
91
91
  DTS dist/index.d.ts 1.08 KB
92
92
  DTS dist/types/openai-assistant.d.ts 2.58 KB
93
93
  DTS dist/types/annotated-function.d.ts 766.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @copilotkit/shared
2
2
 
3
+ ## 0.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 5ec8ad4: fix- bring back removeBackendOnlyProps
8
+ - 5a154d0: fix: bring back removeBackendOnlyProps
9
+ - fix: bring back removeBackendOnlyProps
10
+
11
+ ## 0.4.1-atai-0223-fix-backendOnlyProps.1
12
+
13
+ ### Patch Changes
14
+
15
+ - fix- bring back removeBackendOnlyProps
16
+
3
17
  ## 0.4.1-atai-0223-fix-backendOnlyProps.0
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.4.1-atai-0223-fix-backendOnlyProps.0",
7
+ "version": "0.4.1",
8
8
  "sideEffects": false,
9
9
  "main": "./dist/index.js",
10
10
  "module": "./dist/index.mjs",
@@ -21,8 +21,8 @@
21
21
  "ts-jest": "^29.1.1",
22
22
  "tsup": "^6.7.0",
23
23
  "typescript": "^5.1.3",
24
- "eslint-config-custom": "0.5.1-atai-0223-fix-backendOnlyProps.0",
25
- "tsconfig": "0.9.1-atai-0223-fix-backendOnlyProps.0"
24
+ "eslint-config-custom": "0.5.1",
25
+ "tsconfig": "0.9.1"
26
26
  },
27
27
  "dependencies": {},
28
28
  "scripts": {