@copilotkit/runtime 1.62.0 → 1.62.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.
- package/dist/package.cjs +2 -2
- package/dist/package.mjs +2 -2
- package/package.json +3 -3
package/dist/package.cjs
CHANGED
|
@@ -5,7 +5,7 @@ const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
|
|
|
5
5
|
var require_package = /* @__PURE__ */ require_runtime.__commonJSMin(((exports, module) => {
|
|
6
6
|
module.exports = {
|
|
7
7
|
"name": "@copilotkit/runtime",
|
|
8
|
-
"version": "1.62.
|
|
8
|
+
"version": "1.62.1",
|
|
9
9
|
"private": false,
|
|
10
10
|
"keywords": [
|
|
11
11
|
"ai",
|
|
@@ -70,7 +70,7 @@ var require_package = /* @__PURE__ */ require_runtime.__commonJSMin(((exports, m
|
|
|
70
70
|
"test": "vitest run",
|
|
71
71
|
"test:watch": "vitest",
|
|
72
72
|
"check-types": "tsc --noEmit",
|
|
73
|
-
"generate-graphql-schema": "
|
|
73
|
+
"generate-graphql-schema": "node -e \"const fs=require('fs');fs.rmSync('__snapshots__',{recursive:true,force:true})\" && ts-node --transpile-only ./scripts/generate-gql-schema.ts",
|
|
74
74
|
"link:global": "pnpm link --global",
|
|
75
75
|
"unlink:global": "pnpm unlink --global",
|
|
76
76
|
"publint": "publint .",
|
package/dist/package.mjs
CHANGED
|
@@ -5,7 +5,7 @@ import { __commonJSMin } from "./_virtual/_rolldown/runtime.mjs";
|
|
|
5
5
|
var require_package = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
6
6
|
module.exports = {
|
|
7
7
|
"name": "@copilotkit/runtime",
|
|
8
|
-
"version": "1.62.
|
|
8
|
+
"version": "1.62.1",
|
|
9
9
|
"private": false,
|
|
10
10
|
"keywords": [
|
|
11
11
|
"ai",
|
|
@@ -70,7 +70,7 @@ var require_package = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
70
70
|
"test": "vitest run",
|
|
71
71
|
"test:watch": "vitest",
|
|
72
72
|
"check-types": "tsc --noEmit",
|
|
73
|
-
"generate-graphql-schema": "
|
|
73
|
+
"generate-graphql-schema": "node -e \"const fs=require('fs');fs.rmSync('__snapshots__',{recursive:true,force:true})\" && ts-node --transpile-only ./scripts/generate-gql-schema.ts",
|
|
74
74
|
"link:global": "pnpm link --global",
|
|
75
75
|
"unlink:global": "pnpm unlink --global",
|
|
76
76
|
"publint": "publint .",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@copilotkit/runtime",
|
|
3
|
-
"version": "1.62.
|
|
3
|
+
"version": "1.62.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"uuid": "^10.0.0",
|
|
106
106
|
"ws": "^8.18.0",
|
|
107
107
|
"zod": "^3.23.3",
|
|
108
|
-
"@copilotkit/shared": "1.62.
|
|
108
|
+
"@copilotkit/shared": "1.62.1"
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
111
|
"@copilotkit/aimock": "latest",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"test": "vitest run",
|
|
188
188
|
"test:watch": "vitest",
|
|
189
189
|
"check-types": "tsc --noEmit",
|
|
190
|
-
"generate-graphql-schema": "
|
|
190
|
+
"generate-graphql-schema": "node -e \"const fs=require('fs');fs.rmSync('__snapshots__',{recursive:true,force:true})\" && ts-node --transpile-only ./scripts/generate-gql-schema.ts",
|
|
191
191
|
"link:global": "pnpm link --global",
|
|
192
192
|
"unlink:global": "pnpm unlink --global",
|
|
193
193
|
"publint": "publint .",
|