🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@copilotkit/license-verifier

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@copilotkit/license-verifier - npm Package Compare versions

Comparing version
0.3.0
to
0.4.0
+2
-2
dist/index.d.mts

@@ -14,3 +14,3 @@ //#region src/types.d.ts

}
type LicenseTier = "free" | "developer" | "pro" | "enterprise";
type LicenseTier = "free" | "developer" | "pro" | "team_self_hosted" | "enterprise";
interface LicensePayload {

@@ -106,3 +106,3 @@ version: number;

//# sourceMappingURL=keystore.d.ts.map
declare const FEATURE_IDS: readonly ["threads.retention_hours", "threads.max_count", "sdk.angular", "deployment.helm_chart"];
declare const FEATURE_IDS: readonly ["threads.retention_hours", "threads.max_count", "multimodal_storage_gb", "sdk.angular", "deployment_via_helm_chart", "analytics", "self_learning"];
type FeatureId = (typeof FEATURE_IDS)[number];

@@ -109,0 +109,0 @@ /**

@@ -14,3 +14,3 @@ //#region src/types.d.ts

}
type LicenseTier = "free" | "developer" | "pro" | "enterprise";
type LicenseTier = "free" | "developer" | "pro" | "team_self_hosted" | "enterprise";
interface LicensePayload {

@@ -106,3 +106,3 @@ version: number;

//# sourceMappingURL=keystore.d.ts.map
declare const FEATURE_IDS: readonly ["threads.retention_hours", "threads.max_count", "sdk.angular", "deployment.helm_chart"];
declare const FEATURE_IDS: readonly ["threads.retention_hours", "threads.max_count", "multimodal_storage_gb", "sdk.angular", "deployment_via_helm_chart", "analytics", "self_learning"];
type FeatureId = (typeof FEATURE_IDS)[number];

@@ -109,0 +109,0 @@ /**

{
"name": "@copilotkit/license-verifier",
"version": "0.3.0",
"version": "0.4.0",
"description": "CopilotKit license verification",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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

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