@botpress/api 0.67.0 → 0.67.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
@@ -296134,7 +296134,7 @@ var state = {
296134
296134
  "title": "Botpress API",
296135
296135
  "description": "API for Botpress Cloud",
296136
296136
  "server": "https://api.botpress.cloud",
296137
- "version": "0.67.0",
296137
+ "version": "0.67.1",
296138
296138
  "prefix": "v1"
296139
296139
  },
296140
296140
  "errors": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.67.0",
3
+ "version": "0.67.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {