@contential/prompt
Advanced tools
Comparing version 0.0.13 to 0.0.14
# @contential/prompt | ||
## 0.0.13 | ||
## 0.0.14 | ||
### Patch Changes | ||
- 261e5c7: Updated versions | ||
- aab0d43: Added chat client | ||
- bbaed02: Use latest version of @contential/api | ||
- e5a75f7: Added client defaults | ||
- Updated dependencies [261e5c7] | ||
- Updated dependencies [aab0d43] | ||
- Updated dependencies [e5a75f7] | ||
- @contential/api@0.0.1 | ||
- @contential/api@0.0.3 |
@@ -18,3 +18,3 @@ type PromptClientOptions = { | ||
declare const getClient: (options?: PromptClientOptions) => { | ||
prompt: (options: PromptOptions) => Promise<{} | undefined>; | ||
prompt: (options: PromptOptions) => Promise<void>; | ||
}; | ||
@@ -21,0 +21,0 @@ declare const testApi = "testApi"; |
{ | ||
"name": "@contential/prompt", | ||
"description": "Contential - Prompt", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"license": "MIT", | ||
@@ -11,3 +11,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@contential/api": "^0.0.1" | ||
"@contential/api": "0.0.3" | ||
}, | ||
@@ -14,0 +14,0 @@ "scripts": { |
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
5380
+ Added@contential/api@0.0.3(transitive)
- Removed@contential/api@0.0.1(transitive)
Updated@contential/api@0.0.3