@botpress/api 0.47.0 → 0.48.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
@@ -294039,7 +294039,7 @@ var state = {
294039
294039
  "title": "Botpress API",
294040
294040
  "description": "API for Botpress Cloud",
294041
294041
  "server": "https://api.botpress.cloud",
294042
- "version": "0.47.0",
294042
+ "version": "0.48.1",
294043
294043
  "prefix": "v1"
294044
294044
  },
294045
294045
  "errors": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.47.0",
3
+ "version": "0.48.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {