bibot 1.0.14 → 1.0.19

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,5 +19,4 @@ declare function getRemoteClientChatBubbleConfig(params: {
19
19
  declare function getRemoteClientChatPredefinedQuestions(params: {
20
20
  client_id: string;
21
21
  }): Promise<string[]>;
22
- declare function GetPredefinedQuestion(): Promise<any>;
23
- export { askBiBot, getRemoteClientChatBubbleConfig, getRemoteClientChatPredefinedQuestions, GetPredefinedQuestion };
22
+ export { askBiBot, getRemoteClientChatBubbleConfig, getRemoteClientChatPredefinedQuestions, };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bibot",
3
- "version": "1.0.14",
3
+ "version": "1.0.19",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "chrisdjin",
6
6
  "license": "ISC",
@@ -12,7 +12,7 @@
12
12
  "node": ">=10"
13
13
  },
14
14
  "scripts": {
15
- "build": "microbundle-crl --no-compress --format modern,cjs",
15
+ "build": "microbundle-crl --no-compress --format modern,cjs --external react,react-dom",
16
16
  "start": "microbundle-crl watch --no-compress --format modern,cjs",
17
17
  "prepare": "run-s build",
18
18
  "test": "run-s test:unit test:lint test:build",
@@ -67,15 +67,11 @@
67
67
  "dependencies": {
68
68
  "@emotion/react": "^11.11.4",
69
69
  "@emotion/styled": "^11.11.5",
70
- "@mantine/core": "^7.6.1",
71
- "@mantine/hooks": "^7.6.1",
72
70
  "@mantine/notifications": "^7.6.1",
73
- "@mui/icons-material": "^5.14.13",
74
- "@mui/material": "^5.15.9",
75
- "antd": "^5.9.4",
76
71
  "axios": "^1.6.7",
77
72
  "postcss": "^8.4.38",
78
73
  "postcss-loader": "^8.1.1",
74
+ "react-is": "^18.3.1",
79
75
  "react-scripts": "^5.0.1"
80
76
  }
81
77
  }