@liip/liipgpt 3.9.0 → 3.9.1

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 (45) hide show
  1. package/LICENSE +88 -0
  2. package/button/liipgpt-button.iife.js +11 -71
  3. package/chat/liipgpt-chat.iife.js +16 -16
  4. package/config/index.cjs +947 -946
  5. package/config/index.d.ts +6 -0
  6. package/config/index.js +947 -946
  7. package/configurator/_app/env.js +1 -1
  8. package/configurator/_app/immutable/chunks/7mY4OJGU.js +1 -0
  9. package/configurator/_app/immutable/chunks/BDHUTFW9.js +2 -0
  10. package/configurator/_app/immutable/chunks/{BoSlghYU.js → BDbfujSm.js} +1 -1
  11. package/configurator/_app/immutable/chunks/{cE02ifhd.js → C6m1Wdl1.js} +1 -1
  12. package/configurator/_app/immutable/chunks/{DGbgqVw-.js → CA38AHEC.js} +2 -2
  13. package/configurator/_app/immutable/chunks/CFeIeoV1.js +1 -0
  14. package/configurator/_app/immutable/chunks/{kfKo0Lxm.js → CKhT1xS_.js} +1 -1
  15. package/configurator/_app/immutable/chunks/DAn_q4l-.js +16 -0
  16. package/configurator/_app/immutable/chunks/{CzlKx6Dn.js → DGQ954rx.js} +1 -1
  17. package/configurator/_app/immutable/chunks/DPni1rWl.js +1 -0
  18. package/configurator/_app/immutable/chunks/{BiMiaf32.js → DYa1ApbB.js} +1 -1
  19. package/configurator/_app/immutable/chunks/DfXcv-Ak.js +61 -0
  20. package/configurator/_app/immutable/chunks/Z70hfwyo.js +143 -0
  21. package/configurator/_app/immutable/chunks/hdHt6us6.js +1 -0
  22. package/configurator/_app/immutable/chunks/{CW8XT_f0.js → p7ChcveW.js} +1 -1
  23. package/configurator/_app/immutable/entry/{app.CwqfSUK4.js → app.ft0cgG-t.js} +2 -2
  24. package/configurator/_app/immutable/entry/start.BxzUuOt1.js +1 -0
  25. package/configurator/_app/immutable/nodes/{0.WsdkbKsV.js → 0.CXGLTbqu.js} +1 -1
  26. package/configurator/_app/immutable/nodes/{1.2qVIdLFb.js → 1.DJw369ut.js} +1 -1
  27. package/configurator/_app/immutable/nodes/{2.zFWWXwja.js → 2.Dx5eSBWM.js} +5 -5
  28. package/configurator/_app/immutable/nodes/{3.YVKriLPj.js → 3.CjC17y9u.js} +1 -1
  29. package/configurator/_app/version.json +1 -1
  30. package/configurator/index.html +6 -6
  31. package/configurator/sidebar.html +6 -6
  32. package/index.cjs +1201 -3510
  33. package/index.js +1168 -3479
  34. package/package.json +2 -2
  35. package/search-summary/liipgpt-search-summary.iife.js +3 -3
  36. package/configurator/_app/immutable/chunks/BKESH8zC.js +0 -1
  37. package/configurator/_app/immutable/chunks/BKZTsJMz.js +0 -1
  38. package/configurator/_app/immutable/chunks/C8BUw-Wc.js +0 -61
  39. package/configurator/_app/immutable/chunks/CWvh3_h0.js +0 -16
  40. package/configurator/_app/immutable/chunks/CqCdl07t.js +0 -1
  41. package/configurator/_app/immutable/chunks/DWxJNFvO.js +0 -143
  42. package/configurator/_app/immutable/chunks/Dn_5PWao.js +0 -2
  43. package/configurator/_app/immutable/chunks/IPBcm7Y9.js +0 -1
  44. package/configurator/_app/immutable/entry/start.C9g5qB7o.js +0 -1
  45. package/configurator/bs.png +0 -0
package/LICENSE ADDED
@@ -0,0 +1,88 @@
1
+ Copyright © Liip AG. All rights reserved.
2
+
3
+ This software is source-available, not open source. Liip AG grants the limited
4
+ permission set out below to anyone who lawfully obtains a copy. Everything not
5
+ expressly permitted here requires prior written approval from Liip AG.
6
+
7
+ 1. PERMITTED WITHOUT WRITTEN APPROVAL
8
+
9
+ Subject to the conditions in section 3, you may, for the sole purpose of
10
+ evaluating, reviewing, auditing and studying this software:
11
+
12
+ a) read, examine and analyse the source code;
13
+
14
+ b) make copies to the extent needed to do so;
15
+
16
+ c) build and run the software on computers you own or control, including
17
+ internal, non-production environments;
18
+
19
+ d) modify the software locally, and run those modifications, as part of
20
+ that evaluation.
21
+
22
+ 2. NOT PERMITTED WITHOUT WRITTEN APPROVAL
23
+
24
+ Without prior written approval from Liip AG, you may not:
25
+
26
+ a) use the software in production, or to provide any service to third
27
+ parties, whether or not for a fee;
28
+
29
+ b) distribute, publish, sublicense, sell, rent, lease or otherwise make the
30
+ software or any derivative of it available to anyone else, including by
31
+ making a repository containing it publicly accessible;
32
+
33
+ c) use the software, or knowledge derived from it, to develop or operate a
34
+ competing product or service;
35
+
36
+ d) remove or alter this licence, any copyright notice, or any attribution
37
+ contained in the software.
38
+
39
+ 3. CONDITIONS
40
+
41
+ a) This permission is non-exclusive, non-transferable, royalty-free and
42
+ REVOCABLE. Liip AG may withdraw it at any time, with or without reason,
43
+ by giving notice. It is not perpetual and does not become irrevocable
44
+ through the passage of time or through your use of the software.
45
+
46
+ b) On withdrawal, or if you breach this licence, the permission in
47
+ section 1 ends immediately and you must stop using the software and
48
+ destroy the copies in your possession.
49
+
50
+ c) You must reproduce this licence in full in any copy you are permitted to
51
+ make.
52
+
53
+ d) No rights are granted to any Liip AG trademark, logo or name.
54
+
55
+ e) No rights are granted by implication, estoppel or otherwise. Liip AG
56
+ reserves all rights not expressly granted here.
57
+
58
+ 4. WRITTEN AGREEMENTS PREVAIL
59
+
60
+ Where you have a separate written agreement with Liip AG covering this
61
+ software, that agreement governs, and it prevails over this licence to the
62
+ extent the two conflict. Such an agreement may grant rights beyond
63
+ section 1 — for example production use or deployment on behalf of a client.
64
+ Nothing in this licence reduces rights already granted to you in writing.
65
+
66
+ "Written approval" and "written agreement" mean a document signed or
67
+ confirmed in writing by an authorised representative of Liip AG. Anything
68
+ else — including this file, the repository's contents, its documentation
69
+ and its availability to you — does not constitute such approval.
70
+
71
+ 5. NO WARRANTY AND NO LIABILITY
72
+
73
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
74
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
75
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. TO THE FULLEST EXTENT
76
+ PERMITTED BY LAW, LIIP AG IS NOT LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
77
+ LIABILITY ARISING FROM OR IN CONNECTION WITH THE SOFTWARE OR ITS USE, except
78
+ to the extent a written agreement under section 4 provides otherwise.
79
+
80
+ 6. SCOPE
81
+
82
+ This is the licence referred to as `LicenseRef-LiipGPT` in the `license`
83
+ field of the `package.json` files in this repository.
84
+
85
+ Third-party components retain their own licences and are not covered by the
86
+ terms above. In particular, `apps/api/src/simplecrawler` is vendored under
87
+ BSD-2-Clause; see `apps/api/src/simplecrawler/LICENCE`. The terms above
88
+ apply to Liip AG's own code, not to the dependencies it builds on.