@botpress/api 0.64.0 → 0.64.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
@@ -295908,7 +295908,7 @@ var state = {
295908
295908
  "title": "Botpress API",
295909
295909
  "description": "API for Botpress Cloud",
295910
295910
  "server": "https://api.botpress.cloud",
295911
- "version": "0.64.0",
295911
+ "version": "0.64.1",
295912
295912
  "prefix": "v1"
295913
295913
  },
295914
295914
  "errors": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.64.0",
3
+ "version": "0.64.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {