@botpress/client
Advanced tools
Comparing version 0.24.2 to 0.25.0
{ | ||
"name": "@botpress/client", | ||
"version": "0.24.2", | ||
"version": "0.25.0", | ||
"description": "Botpress Client", | ||
@@ -23,3 +23,3 @@ "main": "./dist/index.cjs", | ||
"test:manual": "vitest tests/manual/file-upload", | ||
"test:e2e": "ts-node -T ./tests/e2e/node.ts && ts-node -T ./tests/e2e/browser", | ||
"test:e2e": "ts-node -T ./tests/e2e/node.ts", | ||
"test": "pnpm run test:e2e" | ||
@@ -34,7 +34,6 @@ }, | ||
"devDependencies": { | ||
"@botpress/api": "0.34.2", | ||
"@botpress/api": "0.37.0", | ||
"@types/qs": "^6.9.7", | ||
"esbuild": "^0.16.12", | ||
"lodash": "^4.17.21", | ||
"puppeteer": "^22.0.0", | ||
"ts-node": "^10.9.2", | ||
@@ -41,0 +40,0 @@ "tsup": "^8.0.2", |
@@ -6,3 +6,3 @@ import { Client, errorFrom } from '../../src' | ||
await client | ||
.getAccount() | ||
.getAccount({}) | ||
.then(() => { | ||
@@ -9,0 +9,0 @@ throw new Error('Expected to reject') |
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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 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 4 instances in 1 package
3580084
8
16
13158