@botpress/api 1.28.0 → 1.28.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.
@@ -0,0 +1,51 @@
1
+
2
+ > @botpress/api@1.28.1 openapi /home/runner/work/skynet/skynet/packages/public-api
3
+ > es-node openapi/generator.ts && pnpm run build
4
+
5
+ Generating openapi content
6
+ Generating metadata content
7
+ Saving generated files
8
+ Saving metadata.json file
9
+ Saving openapi.json file
10
+
11
+ Generating openapi content
12
+ Generating metadata content
13
+ Saving generated files
14
+ Saving metadata.json file
15
+ Saving openapi.json file
16
+
17
+ Generating openapi content
18
+ Generating metadata content
19
+ Saving generated files
20
+ Saving metadata.json file
21
+ Saving openapi.json file
22
+
23
+ Generating openapi content
24
+ Generating metadata content
25
+ Saving generated files
26
+ Saving metadata.json file
27
+ Saving openapi.json file
28
+
29
+ Generating openapi content
30
+ Generating metadata content
31
+ Saving generated files
32
+ Saving metadata.json file
33
+ Saving openapi.json file
34
+
35
+ info: Exit with code {"category":"system","code":0,"label":"Shutdown"}
36
+
37
+ > @botpress/api@1.28.1 build /home/runner/work/skynet/skynet/packages/public-api
38
+ > pnpm run build:type && pnpm run build:impl
39
+
40
+
41
+ > @botpress/api@1.28.1 build:type /home/runner/work/skynet/skynet/packages/public-api
42
+ > tsc -p tsconfig.package.json --emitDeclarationOnly
43
+
44
+
45
+ > @botpress/api@1.28.1 build:impl /home/runner/work/skynet/skynet/packages/public-api
46
+ > esbuild --bundle --platform=node --outfile=dist/index.js src/index.ts
47
+
48
+
49
+ dist/index.js 14.0mb ⚠️
50
+
51
+ ⚡ Done in 899ms
package/dist/index.js CHANGED
@@ -285326,7 +285326,7 @@ var state = {
285326
285326
  "title": "Botpress API",
285327
285327
  "description": "API for Botpress Cloud",
285328
285328
  "server": "https://api.botpress.cloud",
285329
- "version": "1.28.0",
285329
+ "version": "1.28.1",
285330
285330
  "prefix": "v1"
285331
285331
  },
285332
285332
  "errors": [
@@ -302887,7 +302887,7 @@ var state2 = {
302887
302887
  "title": "Botpress API",
302888
302888
  "description": "API for Botpress Cloud",
302889
302889
  "server": "https://api.botpress.cloud",
302890
- "version": "1.28.0",
302890
+ "version": "1.28.1",
302891
302891
  "prefix": "v1"
302892
302892
  },
302893
302893
  "errors": [
@@ -308704,7 +308704,7 @@ var state3 = {
308704
308704
  "title": "Botpress API",
308705
308705
  "description": "API for Botpress Cloud",
308706
308706
  "server": "https://api.botpress.cloud",
308707
- "version": "1.28.0",
308707
+ "version": "1.28.1",
308708
308708
  "prefix": "v1"
308709
308709
  },
308710
308710
  "errors": [
@@ -313750,7 +313750,7 @@ var state4 = {
313750
313750
  "title": "Botpress API",
313751
313751
  "description": "API for Botpress Cloud",
313752
313752
  "server": "https://api.botpress.cloud",
313753
- "version": "1.28.0",
313753
+ "version": "1.28.1",
313754
313754
  "prefix": "v1"
313755
313755
  },
313756
313756
  "errors": [
@@ -336802,7 +336802,7 @@ var state5 = {
336802
336802
  "title": "Botpress API",
336803
336803
  "description": "API for Botpress Cloud",
336804
336804
  "server": "https://api.botpress.cloud",
336805
- "version": "1.28.0",
336805
+ "version": "1.28.1",
336806
336806
  "prefix": "v1"
336807
336807
  },
336808
336808
  "errors": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "1.28.0",
3
+ "version": "1.28.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {
@@ -23,7 +23,6 @@
23
23
  "zod": "^3.24.4"
24
24
  },
25
25
  "dependencies": {
26
- "@bpinternal/const": "workspace:*",
27
26
  "@bpinternal/opapi": "0.14.0"
28
27
  }
29
28
  }