Socket
Socket
Sign inDemoInstall

@promptbook/remote-client

Package Overview
Dependencies
2
Maintainers
1
Versions
283
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.52.0-11 to 0.52.0-12

3

esm/typings/_packages/core.index.d.ts

@@ -14,2 +14,3 @@ import { prettifyPromptbookString } from '../conversion/prettify/prettifyPromptbookString';

import { createPromptbookLibraryFromPromise } from '../library/constructors/createPromptbookLibraryFromPromise';
import { createPromptbookLibraryFromUrl } from '../library/constructors/createPromptbookLibraryFromUrl';
import { createPromptbookLibraryFromSources } from '../library/constructors/createPromptbookLibraryFromSources';

@@ -24,3 +25,3 @@ import { createPromptbookSublibrary } from '../library/constructors/createPromptbookSublibrary';

export { assertsExecutionSuccessful, checkExpectations, executionReportJsonToString, ExecutionReportStringOptions, ExecutionReportStringOptionsDefaults, isPassingExpectations, prettifyPromptbookString, };
export { createPromptbookLibraryFromDirectory, createPromptbookLibraryFromPromise, createPromptbookLibraryFromSources, createPromptbookSublibrary, SimplePromptbookLibrary, };
export { createPromptbookLibraryFromDirectory, createPromptbookLibraryFromUrl, createPromptbookLibraryFromPromise, createPromptbookLibraryFromSources, createPromptbookSublibrary, SimplePromptbookLibrary, };
export { SimplePromptInterfaceTools };

@@ -27,0 +28,0 @@ export { promptbookJsonToString, promptbookStringToJson, validatePromptbookJson };

@@ -17,7 +17,6 @@ import type { PromptbookJson } from '../../types/PromptbookJson/PromptbookJson';

*
* Note: Consider using `createPromptbookLibraryFromUrl` or `createPromptbookLibraryFromDirectory`
*
* @param promptbookSourcesPromiseOrFactory
* @returns PromptbookLibrary
*
* @deprecated Consider using `createPromptbookLibraryFromUrl` or `createPromptbookLibraryFromDirectory`
*/

@@ -24,0 +23,0 @@ export declare function createPromptbookLibraryFromPromise(promptbookSourcesPromiseOrFactory: Promise<Array<PromptbookJson | PromptbookString>> | (() => Promise<Array<PromptbookJson | PromptbookString>>)): PromptbookLibrary;

{
"name": "@promptbook/remote-client",
"version": "0.52.0-11",
"version": "0.52.0-12",
"description": "Library to supercharge your use of large language models",

@@ -50,3 +50,3 @@ "private": false,

"peerDependencies": {
"@promptbook/core": "0.52.0-11"
"@promptbook/core": "0.52.0-12"
},

@@ -53,0 +53,0 @@ "main": "./umd/index.umd.js",

@@ -14,2 +14,3 @@ import { prettifyPromptbookString } from '../conversion/prettify/prettifyPromptbookString';

import { createPromptbookLibraryFromPromise } from '../library/constructors/createPromptbookLibraryFromPromise';
import { createPromptbookLibraryFromUrl } from '../library/constructors/createPromptbookLibraryFromUrl';
import { createPromptbookLibraryFromSources } from '../library/constructors/createPromptbookLibraryFromSources';

@@ -24,3 +25,3 @@ import { createPromptbookSublibrary } from '../library/constructors/createPromptbookSublibrary';

export { assertsExecutionSuccessful, checkExpectations, executionReportJsonToString, ExecutionReportStringOptions, ExecutionReportStringOptionsDefaults, isPassingExpectations, prettifyPromptbookString, };
export { createPromptbookLibraryFromDirectory, createPromptbookLibraryFromPromise, createPromptbookLibraryFromSources, createPromptbookSublibrary, SimplePromptbookLibrary, };
export { createPromptbookLibraryFromDirectory, createPromptbookLibraryFromUrl, createPromptbookLibraryFromPromise, createPromptbookLibraryFromSources, createPromptbookSublibrary, SimplePromptbookLibrary, };
export { SimplePromptInterfaceTools };

@@ -27,0 +28,0 @@ export { promptbookJsonToString, promptbookStringToJson, validatePromptbookJson };

@@ -17,7 +17,6 @@ import type { PromptbookJson } from '../../types/PromptbookJson/PromptbookJson';

*
* Note: Consider using `createPromptbookLibraryFromUrl` or `createPromptbookLibraryFromDirectory`
*
* @param promptbookSourcesPromiseOrFactory
* @returns PromptbookLibrary
*
* @deprecated Consider using `createPromptbookLibraryFromUrl` or `createPromptbookLibraryFromDirectory`
*/

@@ -24,0 +23,0 @@ export declare function createPromptbookLibraryFromPromise(promptbookSourcesPromiseOrFactory: Promise<Array<PromptbookJson | PromptbookString>> | (() => Promise<Array<PromptbookJson | PromptbookString>>)): PromptbookLibrary;

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc