@botpress/api 0.63.0 → 0.63.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -295742,7 +295742,7 @@ var state = {
295742
295742
  "title": "Botpress API",
295743
295743
  "description": "API for Botpress Cloud",
295744
295744
  "server": "https://api.botpress.cloud",
295745
- "version": "0.63.0",
295745
+ "version": "0.63.1",
295746
295746
  "prefix": "v1"
295747
295747
  },
295748
295748
  "errors": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.63.0",
3
+ "version": "0.63.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {