cmcts-c-agent-embedding 1.0.45 → 1.0.47-vib
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/.idea/AugmentWebviewStateStore.xml +1 -1
- package/.idea/Flowise-share-chatbox.iml +0 -1
- package/.idea/modules.xml +0 -1
- package/.idea/vcs.xml +0 -1
- package/dist/components/Bot.d.ts.map +1 -1
- package/dist/components/bubbles/BotBubble.d.ts.map +1 -1
- package/dist/components/bubbles/LoadingBubble.d.ts +6 -1
- package/dist/components/bubbles/LoadingBubble.d.ts.map +1 -1
- package/dist/features/bubble/components/BubbleButton.d.ts.map +1 -1
- package/dist/web.js +1 -1
- package/package.json +80 -80
package/package.json
CHANGED
|
@@ -1,80 +1,80 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "cmcts-c-agent-embedding",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Javascript library to display flowise chatbot on your website",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"main": "dist/index.js",
|
|
7
|
-
"types": "dist/index.d.ts",
|
|
8
|
-
"scripts": {
|
|
9
|
-
"dev": "cross-env NODE_ENV=development rollup --watch --config rollup.config.js",
|
|
10
|
-
"build": "cross-env NODE_ENV=production rollup --config rollup.config.js",
|
|
11
|
-
"lint": "eslint \"src/**/*.ts*\"",
|
|
12
|
-
"lint-fix": "eslint --fix \"src/**/*.ts*\"",
|
|
13
|
-
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,md,mdx}\"",
|
|
14
|
-
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,md,mdx}\"",
|
|
15
|
-
"prepare": "husky install",
|
|
16
|
-
"start": "node server.js",
|
|
17
|
-
"build-and-publish": "yarn build && npm publish"
|
|
18
|
-
},
|
|
19
|
-
"license": "MIT",
|
|
20
|
-
"dependencies": {
|
|
21
|
-
"@babel/core": "^7.22.1",
|
|
22
|
-
"@microsoft/fetch-event-source": "^2.0.1",
|
|
23
|
-
"@ts-stack/markdown": "^1.4.0",
|
|
24
|
-
"@types/pdfjs-dist": "^2.10.378",
|
|
25
|
-
"axios": "^1.7.7",
|
|
26
|
-
"c-agent-embedding": "^1.0.4",
|
|
27
|
-
"c-agent-embedding-react": "^1.0.1",
|
|
28
|
-
"cors": "^2.8.5",
|
|
29
|
-
"cross-env": "^7.0.3",
|
|
30
|
-
"device-detector-js": "^3.0.3",
|
|
31
|
-
"dotenv": "^16.4.5",
|
|
32
|
-
"express": "^4.21.1",
|
|
33
|
-
"form-data": "^4.0.1",
|
|
34
|
-
"lodash": "^4.17.21",
|
|
35
|
-
"multer": "^1.4.5-lts.1",
|
|
36
|
-
"node-fetch": "^3.3.2",
|
|
37
|
-
"pdfjs-dist": "3.11.174",
|
|
38
|
-
"prettier": "^3.4.2",
|
|
39
|
-
"solid-element": "1.7.0",
|
|
40
|
-
"solid-js": "1.7.1",
|
|
41
|
-
"zod": "^3.22.4"
|
|
42
|
-
},
|
|
43
|
-
"devDependencies": {
|
|
44
|
-
"@babel/preset-typescript": "7.21.4",
|
|
45
|
-
"@rollup/plugin-babel": "6.0.3",
|
|
46
|
-
"@rollup/plugin-commonjs": "^25.0.0",
|
|
47
|
-
"@rollup/plugin-json": "^6.1.0",
|
|
48
|
-
"@rollup/plugin-node-resolve": "15.0.1",
|
|
49
|
-
"@rollup/plugin-terser": "0.4.0",
|
|
50
|
-
"@rollup/plugin-typescript": "11.0.0",
|
|
51
|
-
"@tailwindcss/typography": "^0.5.10",
|
|
52
|
-
"@types/lodash": "^4.14.195",
|
|
53
|
-
"@types/node": "18.15.11",
|
|
54
|
-
"@types/uuid": "^8.3.4",
|
|
55
|
-
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
|
56
|
-
"@typescript-eslint/parser": "^5.57.0",
|
|
57
|
-
"autoprefixer": "10.4.14",
|
|
58
|
-
"babel-plugin-lodash": "^3.3.4",
|
|
59
|
-
"babel-preset-solid": "1.7.1",
|
|
60
|
-
"eslint": "^8.24.0",
|
|
61
|
-
"eslint-config-next": "13.2.4",
|
|
62
|
-
"eslint-config-prettier": "^9.0.0",
|
|
63
|
-
"eslint-plugin-prettier": "^5.0.1",
|
|
64
|
-
"eslint-plugin-react": "^7.26.1",
|
|
65
|
-
"eslint-plugin-solid": "0.12.0",
|
|
66
|
-
"husky": "^8.0.0",
|
|
67
|
-
"postcss": "8.4.21",
|
|
68
|
-
"react": "18.2.0",
|
|
69
|
-
"rollup": "3.23.0",
|
|
70
|
-
"rollup-plugin-livereload": "2.0.5",
|
|
71
|
-
"rollup-plugin-postcss": "4.0.2",
|
|
72
|
-
"rollup-plugin-serve": "2.0.2",
|
|
73
|
-
"rollup-plugin-typescript-paths": "1.4.0",
|
|
74
|
-
"rollup-plugin-uglify": "^6.0.4",
|
|
75
|
-
"tailwindcss": "3.3.1",
|
|
76
|
-
"typescript": "5.0.3",
|
|
77
|
-
"uuid": "^9.0.1"
|
|
78
|
-
},
|
|
79
|
-
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
80
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "cmcts-c-agent-embedding",
|
|
3
|
+
"version": "1.0.47-vib",
|
|
4
|
+
"description": "Javascript library to display flowise chatbot on your website",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "dist/index.js",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"scripts": {
|
|
9
|
+
"dev": "cross-env NODE_ENV=development rollup --watch --config rollup.config.js",
|
|
10
|
+
"build": "cross-env NODE_ENV=production rollup --config rollup.config.js",
|
|
11
|
+
"lint": "eslint \"src/**/*.ts*\"",
|
|
12
|
+
"lint-fix": "eslint --fix \"src/**/*.ts*\"",
|
|
13
|
+
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,md,mdx}\"",
|
|
14
|
+
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,md,mdx}\"",
|
|
15
|
+
"prepare": "husky install",
|
|
16
|
+
"start": "node server.js",
|
|
17
|
+
"build-and-publish": "yarn build && npm publish"
|
|
18
|
+
},
|
|
19
|
+
"license": "MIT",
|
|
20
|
+
"dependencies": {
|
|
21
|
+
"@babel/core": "^7.22.1",
|
|
22
|
+
"@microsoft/fetch-event-source": "^2.0.1",
|
|
23
|
+
"@ts-stack/markdown": "^1.4.0",
|
|
24
|
+
"@types/pdfjs-dist": "^2.10.378",
|
|
25
|
+
"axios": "^1.7.7",
|
|
26
|
+
"c-agent-embedding": "^1.0.4",
|
|
27
|
+
"c-agent-embedding-react": "^1.0.1",
|
|
28
|
+
"cors": "^2.8.5",
|
|
29
|
+
"cross-env": "^7.0.3",
|
|
30
|
+
"device-detector-js": "^3.0.3",
|
|
31
|
+
"dotenv": "^16.4.5",
|
|
32
|
+
"express": "^4.21.1",
|
|
33
|
+
"form-data": "^4.0.1",
|
|
34
|
+
"lodash": "^4.17.21",
|
|
35
|
+
"multer": "^1.4.5-lts.1",
|
|
36
|
+
"node-fetch": "^3.3.2",
|
|
37
|
+
"pdfjs-dist": "3.11.174",
|
|
38
|
+
"prettier": "^3.4.2",
|
|
39
|
+
"solid-element": "1.7.0",
|
|
40
|
+
"solid-js": "1.7.1",
|
|
41
|
+
"zod": "^3.22.4"
|
|
42
|
+
},
|
|
43
|
+
"devDependencies": {
|
|
44
|
+
"@babel/preset-typescript": "7.21.4",
|
|
45
|
+
"@rollup/plugin-babel": "6.0.3",
|
|
46
|
+
"@rollup/plugin-commonjs": "^25.0.0",
|
|
47
|
+
"@rollup/plugin-json": "^6.1.0",
|
|
48
|
+
"@rollup/plugin-node-resolve": "15.0.1",
|
|
49
|
+
"@rollup/plugin-terser": "0.4.0",
|
|
50
|
+
"@rollup/plugin-typescript": "11.0.0",
|
|
51
|
+
"@tailwindcss/typography": "^0.5.10",
|
|
52
|
+
"@types/lodash": "^4.14.195",
|
|
53
|
+
"@types/node": "18.15.11",
|
|
54
|
+
"@types/uuid": "^8.3.4",
|
|
55
|
+
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
|
56
|
+
"@typescript-eslint/parser": "^5.57.0",
|
|
57
|
+
"autoprefixer": "10.4.14",
|
|
58
|
+
"babel-plugin-lodash": "^3.3.4",
|
|
59
|
+
"babel-preset-solid": "1.7.1",
|
|
60
|
+
"eslint": "^8.24.0",
|
|
61
|
+
"eslint-config-next": "13.2.4",
|
|
62
|
+
"eslint-config-prettier": "^9.0.0",
|
|
63
|
+
"eslint-plugin-prettier": "^5.0.1",
|
|
64
|
+
"eslint-plugin-react": "^7.26.1",
|
|
65
|
+
"eslint-plugin-solid": "0.12.0",
|
|
66
|
+
"husky": "^8.0.0",
|
|
67
|
+
"postcss": "8.4.21",
|
|
68
|
+
"react": "18.2.0",
|
|
69
|
+
"rollup": "3.23.0",
|
|
70
|
+
"rollup-plugin-livereload": "2.0.5",
|
|
71
|
+
"rollup-plugin-postcss": "4.0.2",
|
|
72
|
+
"rollup-plugin-serve": "2.0.2",
|
|
73
|
+
"rollup-plugin-typescript-paths": "1.4.0",
|
|
74
|
+
"rollup-plugin-uglify": "^6.0.4",
|
|
75
|
+
"tailwindcss": "3.3.1",
|
|
76
|
+
"typescript": "5.0.3",
|
|
77
|
+
"uuid": "^9.0.1"
|
|
78
|
+
},
|
|
79
|
+
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
80
|
+
}
|