@botpress/client
Advanced tools
Comparing version 0.0.13 to 0.1.0
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.2.0 | ||
* The version of the OpenAPI document: 0.2.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -6,3 +6,3 @@ /// <reference types="node" /> | ||
* | ||
* The version of the OpenAPI document: 0.2.0 | ||
* The version of the OpenAPI document: 0.2.2 | ||
* | ||
@@ -9,0 +9,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.2.0 | ||
* The version of the OpenAPI document: 0.2.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.2.0 | ||
* The version of the OpenAPI document: 0.2.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
{ | ||
"name": "@botpress/client", | ||
"version": "0.0.13", | ||
"version": "0.1.0", | ||
"description": "Botpress Client", | ||
@@ -9,2 +9,11 @@ "main": "./dist/index.cjs", | ||
"license": "MIT", | ||
"scripts": { | ||
"build:type": "tsc --emitDeclarationOnly --declaration --target es2019 --module commonjs --moduleResolution node --lib es2019", | ||
"build:browser": "esbuild --bundle --external:axios --external:browser-or-node --platform=browser --format=esm --minify --outfile=dist/index.mjs src/index.ts", | ||
"build:node": "esbuild --bundle --external:axios --external:browser-or-node --platform=node --minify --sourcemap --outfile=dist/index.cjs src/index.ts", | ||
"build:bundle": "esbuild --bundle --platform=node --minify --sourcemap --outfile=dist/bundle.cjs src/index.ts", | ||
"build": "pnpm build:type && pnpm build:node && pnpm build:browser && pnpm build:bundle", | ||
"type:check": "tsc --noEmit --target es2019 --module commonjs --moduleResolution node --lib es2019", | ||
"generate": "ts-node ./openapi.ts" | ||
}, | ||
"dependencies": { | ||
@@ -16,11 +25,5 @@ "axios": "1.2.5", | ||
"devDependencies": { | ||
"esbuild": "^0.16.12" | ||
}, | ||
"scripts": { | ||
"build:type": "tsc --emitDeclarationOnly --declaration --target es2019 --module commonjs --moduleResolution node --lib es2019", | ||
"build:browser": "esbuild --bundle --external:axios --external:browser-or-node --platform=browser --format=esm --minify --outfile=dist/index.mjs src/index.ts", | ||
"build:node": "esbuild --bundle --external:axios --external:browser-or-node --platform=node --minify --sourcemap --outfile=dist/index.cjs src/index.ts", | ||
"build:bundle": "esbuild --bundle --platform=node --minify --sourcemap --outfile=dist/bundle.cjs src/index.ts", | ||
"build": "pnpm build:type && pnpm build:node && pnpm build:browser && pnpm build:bundle" | ||
"esbuild": "^0.16.12", | ||
"@botpress/api": "0.3.0" | ||
} | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 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 2 instances in 1 package
1968329
17
7508
2
7