Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@copilotkit/runtime-client-gql

Package Overview
Dependencies
Maintainers
1
Versions
927
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@copilotkit/runtime-client-gql - npm Package Compare versions

Comparing version
1.59.1
to
1.59.2
+1
-1
dist/package.cjs
//#region package.json
var version = "1.59.1";
var version = "1.59.2";

@@ -5,0 +5,0 @@ //#endregion

//#region package.json
var version = "1.59.1";
var version = "1.59.2";

@@ -4,0 +4,0 @@ //#endregion

{
"name": "@copilotkit/runtime-client-gql",
"version": "1.59.1",
"version": "1.59.2",
"private": false,

@@ -43,3 +43,3 @@ "keywords": [

"urql": "^4.1.0",
"@copilotkit/shared": "1.59.1"
"@copilotkit/shared": "1.59.2"
},

@@ -70,2 +70,3 @@ "devDependencies": {

"build": "pnpm run graphql-codegen && tsdown",
"compat-check": "es-check es2022 --module 'dist/**/!(*.umd).{mjs,cjs,js}' && es-check es2018 'dist/**/*.umd.js'",
"dev": "concurrently \"pnpm run graphql-codegen:watch\" \"tsdown --watch\"",

@@ -72,0 +73,0 @@ "test": "pnpm run graphql-codegen && vitest run",

Sorry, the diff of this file is too big to display