@botpress/client 0.38.0 → 0.38.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,29 @@
1
+
2
+ > @botpress/client@0.38.1 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.38.1 build:type /home/runner/work/botpress/botpress/packages/client
7
+ > tsup ./src/index.ts --dts-resolve --dts-only
8
+
9
+ CLI Building entry: ./src/index.ts
10
+ CLI Using tsconfig: tsconfig.json
11
+ CLI tsup v8.0.2
12
+ DTS Build start
13
+ DTS ⚡️ Build success in 4475ms
14
+ DTS dist/index.d.ts 461.32 KB
15
+
16
+ > @botpress/client@0.38.1 build:node /home/runner/work/botpress/botpress/packages/client
17
+ > ts-node -T ./build.ts --node
18
+
19
+ Done
20
+
21
+ > @botpress/client@0.38.1 build:browser /home/runner/work/botpress/botpress/packages/client
22
+ > ts-node -T ./build.ts --browser
23
+
24
+ Done
25
+
26
+ > @botpress/client@0.38.1 build:bundle /home/runner/work/botpress/botpress/packages/client
27
+ > ts-node -T ./build.ts --bundle
28
+
29
+ Done
@@ -0,0 +1,9 @@
1
+
2
+ > @botpress/client@0.38.1 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