@copilotkit/react-core 0.0.0-fix-runtime-openai-api-key-passthrough-20260115003142 → 0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318
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 +5 -5
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
-
## 0.0.0-fix-runtime-openai-api-key-passthrough-
|
|
3
|
+
## 0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- @copilotkit/runtime-client-gql@0.0.0-fix-runtime-openai-api-key-passthrough-
|
|
8
|
-
- @copilotkit/shared@0.0.0-fix-runtime-openai-api-key-passthrough-
|
|
9
|
-
- @copilotkitnext/core@0.0.0-fix-runtime-openai-api-key-passthrough-
|
|
10
|
-
- @copilotkitnext/react@0.0.0-fix-runtime-openai-api-key-passthrough-
|
|
7
|
+
- @copilotkit/runtime-client-gql@0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318
|
|
8
|
+
- @copilotkit/shared@0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318
|
|
9
|
+
- @copilotkitnext/core@0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318
|
|
10
|
+
- @copilotkitnext/react@0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318
|
|
11
11
|
|
|
12
12
|
## 1.51.1
|
|
13
13
|
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "0.0.0-fix-runtime-openai-api-key-passthrough-
|
|
12
|
+
"version": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318",
|
|
13
13
|
"sideEffects": [
|
|
14
14
|
"**/*.css"
|
|
15
15
|
],
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
"react": "^18 || ^19 || ^19.0.0-rc",
|
|
36
36
|
"react-dom": "^18 || ^19 || ^19.0.0-rc",
|
|
37
37
|
"zod": ">=3.0.0",
|
|
38
|
-
"@copilotkit/runtime-client-gql": "0.0.0-fix-runtime-openai-api-key-passthrough-
|
|
39
|
-
"@copilotkit/shared": "0.0.0-fix-runtime-openai-api-key-passthrough-
|
|
40
|
-
"@copilotkitnext/core": "0.0.0-fix-runtime-openai-api-key-passthrough-
|
|
41
|
-
"@copilotkitnext/react": "0.0.0-fix-runtime-openai-api-key-passthrough-
|
|
38
|
+
"@copilotkit/runtime-client-gql": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318",
|
|
39
|
+
"@copilotkit/shared": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318",
|
|
40
|
+
"@copilotkitnext/core": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318",
|
|
41
|
+
"@copilotkitnext/react": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@testing-library/react": "^16.3.0",
|
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
"tsup": "^6.7.0",
|
|
57
57
|
"typescript": "^5.2.3",
|
|
58
58
|
"zod": ">=3.0.0",
|
|
59
|
-
"@copilotkit/runtime-client-gql": "0.0.0-fix-runtime-openai-api-key-passthrough-
|
|
60
|
-
"@copilotkit/shared": "0.0.0-fix-runtime-openai-api-key-passthrough-
|
|
61
|
-
"@copilotkitnext/core": "0.0.0-fix-runtime-openai-api-key-passthrough-
|
|
62
|
-
"@copilotkitnext/react": "0.0.0-fix-runtime-openai-api-key-passthrough-
|
|
59
|
+
"@copilotkit/runtime-client-gql": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318",
|
|
60
|
+
"@copilotkit/shared": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318",
|
|
61
|
+
"@copilotkitnext/core": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318",
|
|
62
|
+
"@copilotkitnext/react": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318",
|
|
63
63
|
"eslint-config-custom": "1.4.6",
|
|
64
64
|
"tsconfig": "1.4.6"
|
|
65
65
|
},
|