@botpress/webchat-client 0.1.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/.eslintrc.cjs ADDED
@@ -0,0 +1,11 @@
1
+ /** @type {import("eslint").Linter.Config} */
2
+ module.exports = {
3
+ root: true,
4
+ extends: ["@repo/eslint-config/react-internal.js"],
5
+ parser: "@typescript-eslint/parser",
6
+ ignorePatterns: ["dist", "node_modules", "storybook-static", ".turbo", "turbo/*"],
7
+ parserOptions: {
8
+ project: "./tsconfig.json",
9
+ tsconfigRootDir: __dirname,
10
+ },
11
+ };
@@ -0,0 +1,28 @@
1
+
2
+ > @botpress/webchat-client@0.1.0 build /home/runner/work/genisys/genisys/packages/webchat-client
3
+ > openapi-ts && vite build
4
+
5
+ ⏳ Generating from raw OpenAPI specification
6
+ 🚀 Done! Your output is in ./src/gen/client
7
+ vite v5.4.10 building for production...
8
+ transforming...
9
+ ✓ 13 modules transformed.
10
+ rendering chunks...
11
+
12
+ [vite:dts] Start generate declaration files...
13
+ computing gzip size...
14
+ dist/webchat-client.js  0.13 kB │ gzip: 0.11 kB
15
+ dist/webchat-client7.js  0.19 kB │ gzip: 0.16 kB
16
+ dist/webchat-client4.js  0.28 kB │ gzip: 0.18 kB
17
+ dist/webchat-client6.js  0.53 kB │ gzip: 0.26 kB
18
+ dist/webchat-client8.js  2.63 kB │ gzip: 1.15 kB
19
+ dist/webchat-client3.js  2.78 kB │ gzip: 0.52 kB
20
+ dist/webchat-client2.js  3.68 kB │ gzip: 1.03 kB
21
+ dist/webchat-client9.js  8.58 kB │ gzip: 2.91 kB
22
+ dist/webchat-client5.js 10.93 kB │ gzip: 3.47 kB
23
+ [vite:dts] Start rollup declaration files...
24
+ Analysis will use the bundled TypeScript version 5.4.2
25
+ *** The target project appears to use TypeScript 5.6.2 which is newer than the bundled compiler engine; consider upgrading API Extractor.
26
+ [vite:dts] Declaration files built in 5689ms.
27
+
28
+ ✓ built in 6.02s