@botpress/cognitive 0.1.9 → 0.1.11

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.
@@ -1,15 +1,28 @@
1
-
2
- 
3
- > @botpress/cognitive@0.1.9 build /Users/sly/botpress/packages/cognitive
4
- > pnpm build:type && pnpm build:neutral && size-limit
5
-
6
-
7
- > @botpress/cognitive@0.1.9 build:type /Users/sly/botpress/packages/cognitive
8
- > tsup --tsconfig tsconfig.build.json ./src/index.ts --dts-resolve --dts-only --clean
9
-
10
- CLI Building entry: ./src/index.ts
11
- CLI Using tsconfig: tsconfig.build.json
12
- CLI tsup v8.0.2
13
- DTS Build start
14
-  ELIFECYCLE  Command failed.
15
-  ELIFECYCLE  Command failed.
1
+
2
+ > @botpress/cognitive@0.1.11 build /home/runner/work/botpress/botpress/packages/cognitive
3
+ > pnpm build:type && pnpm build:neutral && size-limit
4
+
5
+
6
+ > @botpress/cognitive@0.1.11 build:type /home/runner/work/botpress/botpress/packages/cognitive
7
+ > tsup --tsconfig tsconfig.build.json ./src/index.ts --dts-resolve --dts-only --clean
8
+
9
+ CLI Building entry: ./src/index.ts
10
+ CLI Using tsconfig: tsconfig.build.json
11
+ CLI tsup v8.0.2
12
+ DTS Build start
13
+ DTS ⚡️ Build success in 10399ms
14
+ DTS dist/index.d.ts 520.39 KB
15
+
16
+ > @botpress/cognitive@0.1.11 build:neutral /home/runner/work/botpress/botpress/packages/cognitive
17
+ > ts-node -T ./build.ts --neutral
18
+
19
+ Done
20
+
21
+ dist/index.cjs
22
+ Size limit: 50 kB
23
+ Size: 6.86 kB brotlied
24
+
25
+ dist/index.mjs
26
+ Size limit: 50 kB
27
+ Size: 6.75 kB brotlied
28
+