@promptbook/core
Advanced tools
Comparing version 0.13.0 to 0.13.1
@@ -1,2 +0,2 @@ | ||
import { uuid } from '../../../.././types/typeAliases'; | ||
import { string_uri, uuid } from '../../../.././types/typeAliases'; | ||
import { CommonExecutionToolsOptions } from '../../../CommonExecutionToolsOptions'; | ||
@@ -13,2 +13,9 @@ /** | ||
/** | ||
* Path for the Socket.io server to listen | ||
* | ||
* @default '/socket.io' | ||
* @example '/promptbook/socket.io' | ||
*/ | ||
readonly path: string_uri; | ||
/** | ||
* Your client ID | ||
@@ -15,0 +22,0 @@ */ |
{ | ||
"name": "@promptbook/core", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "Library to supercharge your use of large language models", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -1,2 +0,2 @@ | ||
import { uuid } from '../../../.././types/typeAliases'; | ||
import { string_uri, uuid } from '../../../.././types/typeAliases'; | ||
import { CommonExecutionToolsOptions } from '../../../CommonExecutionToolsOptions'; | ||
@@ -13,2 +13,9 @@ /** | ||
/** | ||
* Path for the Socket.io server to listen | ||
* | ||
* @default '/socket.io' | ||
* @example '/promptbook/socket.io' | ||
*/ | ||
readonly path: string_uri; | ||
/** | ||
* Your client ID | ||
@@ -15,0 +22,0 @@ */ |
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
557204
7079