Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@markprompt/core

Package Overview
Dependencies
Maintainers
0
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markprompt/core - npm Package Compare versions

Comparing version 0.31.6 to 0.31.7

3

dist/feedback.d.ts

@@ -1,2 +0,3 @@

import type { PromptFeedback, CSAT, BaseOptions } from './types.js';
import type { PromptFeedback, BaseOptions } from './types.js';
export type CSAT = 0 | 1 | 2 | 3 | 4 | 5;
export interface SubmitFeedbackBody {

@@ -3,0 +4,0 @@ /** Prompt feedback */

export { DEFAULT_SUBMIT_CHAT_OPTIONS, submitChat, type ChatMessage, type SubmitChatOptions, type SubmitChatReturn, type SubmitChatYield, } from './chat.js';
export { DEFAULT_SUBMIT_FEEDBACK_OPTIONS, submitFeedback, submitCSAT, type SubmitFeedbackBody, type SubmitFeedbackOptions, } from './feedback.js';
export { DEFAULT_SUBMIT_FEEDBACK_OPTIONS, submitFeedback, submitCSAT, type SubmitFeedbackBody, type SubmitFeedbackOptions, type CSAT, } from './feedback.js';
export { DEFAULT_SUBMIT_SEARCH_QUERY_OPTIONS, submitAlgoliaDocsearchQuery, submitSearchQuery, type SubmitSearchQueryOptions, type AlgoliaProvider, } from './search.js';

@@ -4,0 +4,0 @@ import type { BaseOptions } from './types.js';

@@ -83,3 +83,2 @@ import type { DocSearchHit } from './docsearch.js';

}
export type CSAT = 0 | 1 | 2 | 3 | 4 | 5;
export interface PromptFeedback {

@@ -86,0 +85,0 @@ vote: '1' | '-1';

{
"name": "@markprompt/core",
"version": "0.31.6",
"version": "0.31.7",
"repository": {

@@ -31,5 +31,7 @@ "type": "git",

"scripts": {
"build": "tsc --build",
"dev": "tsc --build --watch"
"build": "tsc --build tsconfig.build.json",
"dev": "tsc --build tsconfig.build.json --watch",
"lint:js": "eslint .",
"lint:ts": "tsc --build tsconfig.json"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc