@botpress/client 0.18.0 → 0.18.2

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,23 @@
1
+
2
+ > @botpress/client@0.18.2 build /home/runner/work/botpress/botpress/packages/client
3
+ > pnpm build:type && pnpm build:node && pnpm build:browser && pnpm build:bundle
4
+
5
+
6
+ > @botpress/client@0.18.2 build:type /home/runner/work/botpress/botpress/packages/client
7
+ > tsc --emitDeclarationOnly --declaration
8
+
9
+
10
+ > @botpress/client@0.18.2 build:node /home/runner/work/botpress/botpress/packages/client
11
+ > ts-node -T ./build.ts --node
12
+
13
+ Done
14
+
15
+ > @botpress/client@0.18.2 build:browser /home/runner/work/botpress/botpress/packages/client
16
+ > ts-node -T ./build.ts --browser
17
+
18
+ Done
19
+
20
+ > @botpress/client@0.18.2 build:bundle /home/runner/work/botpress/botpress/packages/client
21
+ > ts-node -T ./build.ts --bundle
22
+
23
+ Done
@@ -0,0 +1,9 @@
1
+
2
+ > @botpress/client@0.18.2 generate /home/runner/work/botpress/botpress/packages/client
3
+ > ts-node ./openapi.ts
4
+
5
+ Generating models
6
+ Generating operations
7
+ Generating errors file
8
+ Generating to-axios file
9
+ Generating index file