aptolix_chatbot 1.0.7 → 1.0.10

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.
Files changed (44) hide show
  1. package/dist/web.mjs +1 -1
  2. package/dist/web.mjs.map +1 -1
  3. package/package.json +23 -3
  4. package/.gitattributes +0 -63
  5. package/.vs/Aptolix-Chatbot/CopilotIndices/17.14.995.13737/CodeChunks.db +0 -0
  6. package/.vs/Aptolix-Chatbot/CopilotIndices/17.14.995.13737/SemanticSymbols.db +0 -0
  7. package/.vs/Aptolix-Chatbot/FileContentIndex/7a6184fc-93ec-4d74-9ae5-f42762df27b5.vsidx +0 -0
  8. package/.vs/Aptolix-Chatbot/FileContentIndex/812b8a98-dfb2-4448-bf14-4ed36d2c34f3.vsidx +0 -0
  9. package/.vs/Aptolix-Chatbot/FileContentIndex/98c498ee-ddc5-46fc-82d9-ed30a218b641.vsidx +0 -0
  10. package/.vs/Aptolix-Chatbot/FileContentIndex/9f4cf152-a82c-4f20-97b4-5c50ab636d6f.vsidx +0 -0
  11. package/.vs/Aptolix-Chatbot/FileContentIndex/c402a8e1-cb87-4b94-8c7f-298a59a5fb1b.vsidx +0 -0
  12. package/.vs/Aptolix-Chatbot/config/applicationhost.config +0 -1011
  13. package/.vs/Aptolix-Chatbot/copilot-chat/c320fb0f/sessions/48c7360b-028f-426c-b850-39c47706c316 +0 -0
  14. package/.vs/Aptolix-Chatbot/v17/.wsuo +0 -0
  15. package/.vs/Aptolix-Chatbot/v17/DocumentLayout.backup.json +0 -62
  16. package/.vs/Aptolix-Chatbot/v17/DocumentLayout.json +0 -62
  17. package/.vs/Aptolix-Chatbot-Widget/CopilotIndices/17.14.995.13737/CodeChunks.db +0 -0
  18. package/.vs/Aptolix-Chatbot-Widget/CopilotIndices/17.14.995.13737/SemanticSymbols.db +0 -0
  19. package/.vs/Aptolix-Chatbot-Widget/FileContentIndex/5d6b4f41-52da-4119-be44-2b20a4cefcd3.vsidx +0 -0
  20. package/.vs/Aptolix-Chatbot-Widget/FileContentIndex/c0c65d68-1df0-4f38-a40a-82ac4f5b0852.vsidx +0 -0
  21. package/.vs/Aptolix-Chatbot-Widget/FileContentIndex/c92407ec-f2a5-4d8d-a76e-b5b00ad5bb95.vsidx +0 -0
  22. package/.vs/Aptolix-Chatbot-Widget/FileContentIndex/cabcefbd-2c41-4e7f-817f-d3eb21b99197.vsidx +0 -0
  23. package/.vs/Aptolix-Chatbot-Widget/FileContentIndex/ebb08769-a636-4f23-aa30-03ee4e0170df.vsidx +0 -0
  24. package/.vs/Aptolix-Chatbot-Widget/config/applicationhost.config +0 -1011
  25. package/.vs/Aptolix-Chatbot-Widget/copilot-chat/c320fb0f/sessions/3189df6f-a527-48b1-8a59-6cbda8035079 +0 -0
  26. package/.vs/Aptolix-Chatbot-Widget/copilot-chat/c320fb0f/sessions/71a58fcf-f873-4b3b-96f4-7c23ed9008ff +0 -0
  27. package/.vs/Aptolix-Chatbot-Widget/v17/.wsuo +0 -0
  28. package/.vs/Aptolix-Chatbot-Widget/v17/DocumentLayout.backup.json +0 -94
  29. package/.vs/Aptolix-Chatbot-Widget/v17/DocumentLayout.json +0 -93
  30. package/.vs/Aptolix_Chatbot/CopilotIndices/17.14.1368.60722/CodeChunks.db +0 -0
  31. package/.vs/Aptolix_Chatbot/CopilotIndices/17.14.1368.60722/SemanticSymbols.db +0 -0
  32. package/.vs/Aptolix_Chatbot/FileContentIndex/6af43a12-1809-4220-acbe-157eada43878.vsidx +0 -0
  33. package/.vs/Aptolix_Chatbot/FileContentIndex/cb041aa7-a0e1-4bca-8679-9fa832fdb7f8.vsidx +0 -0
  34. package/.vs/Aptolix_Chatbot/FileContentIndex/e6968f22-96d6-4c7a-82cb-14a6ddf57328.vsidx +0 -0
  35. package/.vs/Aptolix_Chatbot/config/applicationhost.config +0 -1011
  36. package/.vs/Aptolix_Chatbot/copilot-chat/c320fb0f/sessions/59f54b6a-d7a7-4560-8de1-6ab7fc64e20d +0 -0
  37. package/.vs/Aptolix_Chatbot/v17/.wsuo +0 -0
  38. package/.vs/Aptolix_Chatbot/v17/DocumentLayout.backup.json +0 -115
  39. package/.vs/Aptolix_Chatbot/v17/DocumentLayout.json +0 -115
  40. package/.vs/VSWorkspaceState.json +0 -8
  41. package/.vs/slnx.sqlite +0 -0
  42. package/rollup.config.js +0 -22
  43. package/src/chatbotstyle.css +0 -438
  44. package/src/index.js +0 -405
package/package.json CHANGED
@@ -1,9 +1,29 @@
1
1
  {
2
2
  "name": "aptolix_chatbot",
3
- "version": "1.0.7",
3
+ "version": "1.0.10",
4
4
  "description": "Aptolix Chatbot for embedding on websites",
5
- "main": "dist/web.js",
6
- "style": "dist/web.css",
5
+ "main": "dist/web.mjs",
6
+ "module": "dist/web.mjs",
7
+ "type": "module",
8
+ "files": [
9
+ "dist/"
10
+ ],
11
+ "scripts": {
12
+ "build": "rollup -c"
13
+ },
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "https://github.com/yourusername/aptolix_chatbot.git"
17
+ },
18
+ "keywords": [
19
+ "chatbot",
20
+ "widget",
21
+ "ai",
22
+ "chat",
23
+ "customer-support"
24
+ ],
25
+ "author": "Aptolix",
26
+ "license": "MIT",
7
27
  "devDependencies": {
8
28
  "@rollup/plugin-commonjs": "^28.0.6",
9
29
  "@rollup/plugin-node-resolve": "^16.0.1",
package/.gitattributes DELETED
@@ -1,63 +0,0 @@
1
- ###############################################################################
2
- # Set default behavior to automatically normalize line endings.
3
- ###############################################################################
4
- * text=auto
5
-
6
- ###############################################################################
7
- # Set default behavior for command prompt diff.
8
- #
9
- # This is need for earlier builds of msysgit that does not have it on by
10
- # default for csharp files.
11
- # Note: This is only used by command line
12
- ###############################################################################
13
- #*.cs diff=csharp
14
-
15
- ###############################################################################
16
- # Set the merge driver for project and solution files
17
- #
18
- # Merging from the command prompt will add diff markers to the files if there
19
- # are conflicts (Merging from VS is not affected by the settings below, in VS
20
- # the diff markers are never inserted). Diff markers may cause the following
21
- # file extensions to fail to load in VS. An alternative would be to treat
22
- # these files as binary and thus will always conflict and require user
23
- # intervention with every merge. To do so, just uncomment the entries below
24
- ###############################################################################
25
- #*.sln merge=binary
26
- #*.csproj merge=binary
27
- #*.vbproj merge=binary
28
- #*.vcxproj merge=binary
29
- #*.vcproj merge=binary
30
- #*.dbproj merge=binary
31
- #*.fsproj merge=binary
32
- #*.lsproj merge=binary
33
- #*.wixproj merge=binary
34
- #*.modelproj merge=binary
35
- #*.sqlproj merge=binary
36
- #*.wwaproj merge=binary
37
-
38
- ###############################################################################
39
- # behavior for image files
40
- #
41
- # image files are treated as binary by default.
42
- ###############################################################################
43
- #*.jpg binary
44
- #*.png binary
45
- #*.gif binary
46
-
47
- ###############################################################################
48
- # diff behavior for common document formats
49
- #
50
- # Convert binary document formats to text before diffing them. This feature
51
- # is only available from the command line. Turn it on by uncommenting the
52
- # entries below.
53
- ###############################################################################
54
- #*.doc diff=astextplain
55
- #*.DOC diff=astextplain
56
- #*.docx diff=astextplain
57
- #*.DOCX diff=astextplain
58
- #*.dot diff=astextplain
59
- #*.DOT diff=astextplain
60
- #*.pdf diff=astextplain
61
- #*.PDF diff=astextplain
62
- #*.rtf diff=astextplain
63
- #*.RTF diff=astextplain