@botpress/client
Advanced tools
Comparing version 0.7.0 to 0.8.0
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.13.0 | ||
* The version of the OpenAPI document: 0.14.0 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -6,3 +6,3 @@ /// <reference types="node" /> | ||
* | ||
* The version of the OpenAPI document: 0.13.0 | ||
* The version of the OpenAPI document: 0.14.0 | ||
* | ||
@@ -9,0 +9,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.13.0 | ||
* The version of the OpenAPI document: 0.14.0 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -37,2 +37,3 @@ declare const codes: { | ||
static generateId(): string; | ||
private static getPrefix; | ||
} | ||
@@ -39,0 +40,0 @@ export declare const isApiError: (thrown: unknown) => thrown is ApiError; |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.13.0 | ||
* The version of the OpenAPI document: 0.14.0 | ||
* | ||
@@ -8,0 +8,0 @@ * |
{ | ||
"name": "@botpress/client", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"description": "Botpress Client", | ||
@@ -19,3 +19,3 @@ "main": "./dist/index.cjs", | ||
"dependencies": { | ||
"axios": "1.2.5", | ||
"axios": "^1.6.1", | ||
"browser-or-node": "^2.1.1", | ||
@@ -25,5 +25,5 @@ "type-fest": "^3.4.0" | ||
"devDependencies": { | ||
"@botpress/api": "0.13.0", | ||
"@botpress/api": "0.14.0", | ||
"esbuild": "^0.16.12" | ||
} | ||
} |
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 too big to display
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 5 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 5 instances in 1 package
2658621
11583
+ Addedaxios@1.7.9(transitive)
- Removedaxios@1.2.5(transitive)
Updatedaxios@^1.6.1