@botpress/client 0.37.1 → 0.38.0
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/package.json +2 -2
- package/.turbo/turbo-build.log +0 -29
- package/.turbo/turbo-generate.log +0 -9
- package/dist/bundle.cjs +0 -33
- package/dist/bundle.cjs.map +0 -7
- package/dist/index.cjs +0 -5
- package/dist/index.cjs.map +0 -7
- package/dist/index.d.ts +0 -14400
- package/dist/index.mjs +0 -5
- package/dist/index.mjs.map +0 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botpress/client",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.38.0",
|
|
4
4
|
"description": "Botpress Client",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"type-fest": "^3.4.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@botpress/api": "0.
|
|
34
|
+
"@botpress/api": "0.57.0",
|
|
35
35
|
"@types/qs": "^6.9.7",
|
|
36
36
|
"esbuild": "^0.16.12",
|
|
37
37
|
"lodash": "^4.17.21",
|
package/.turbo/turbo-build.log
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @botpress/client@0.37.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.37.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 4777ms
|
|
14
|
-
DTS dist/index.d.ts 460.91 KB
|
|
15
|
-
|
|
16
|
-
> @botpress/client@0.37.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.37.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.37.1 build:bundle /home/runner/work/botpress/botpress/packages/client
|
|
27
|
-
> ts-node -T ./build.ts --bundle
|
|
28
|
-
|
|
29
|
-
Done
|