@markprompt/core
Advanced tools
Comparing version 0.31.3 to 0.31.4
@@ -18,2 +18,6 @@ import type { DocSearchHit } from './docsearch.js'; | ||
domain?: string; | ||
/** | ||
* @deprecated No longer user | ||
*/ | ||
name?: string; | ||
}; | ||
@@ -88,2 +92,6 @@ } | ||
references?: FileSectionReference[]; | ||
/** | ||
* @deprecated Use `messageId` instead. | ||
*/ | ||
promptId?: string; | ||
} | ||
@@ -90,0 +98,0 @@ export interface NoStreamingData { |
{ | ||
"name": "@markprompt/core", | ||
"version": "0.31.3", | ||
"version": "0.31.4", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65155
946