@liip/liipgpt 3.8.4 → 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.
- package/LICENSE +88 -0
- package/button/liipgpt-button.iife.js +11 -71
- package/chat/liipgpt-chat.iife.js +17 -17
- package/config/index.cjs +949 -947
- package/config/index.d.ts +46 -0
- package/config/index.js +949 -947
- package/configurator/_app/env.js +1 -1
- package/configurator/_app/immutable/chunks/7mY4OJGU.js +1 -0
- package/configurator/_app/immutable/chunks/BDHUTFW9.js +2 -0
- package/configurator/_app/immutable/chunks/{B4tl1ftq.js → BDbfujSm.js} +1 -1
- package/configurator/_app/immutable/chunks/{B08O5lEA.js → BX7oppMQ.js} +1 -1
- package/configurator/_app/immutable/chunks/{sW2kUgf8.js → C6m1Wdl1.js} +1 -1
- package/configurator/_app/immutable/chunks/{CEu7mztv.js → CA38AHEC.js} +2 -2
- package/configurator/_app/immutable/chunks/CFeIeoV1.js +1 -0
- package/configurator/_app/immutable/chunks/{B1s2jz4v.js → CKhT1xS_.js} +1 -1
- package/configurator/_app/immutable/chunks/DAn_q4l-.js +16 -0
- package/configurator/_app/immutable/chunks/{Bk4g5DYk.js → DGQ954rx.js} +1 -1
- package/configurator/_app/immutable/chunks/DPni1rWl.js +1 -0
- package/configurator/_app/immutable/chunks/{BUUeJ3PL.js → DYa1ApbB.js} +1 -1
- package/configurator/_app/immutable/chunks/DfXcv-Ak.js +61 -0
- package/configurator/_app/immutable/chunks/Z70hfwyo.js +143 -0
- package/configurator/_app/immutable/chunks/hdHt6us6.js +1 -0
- package/configurator/_app/immutable/chunks/{BkNauCLD.js → p7ChcveW.js} +1 -1
- package/configurator/_app/immutable/entry/{app.km42QuAm.js → app.ft0cgG-t.js} +2 -2
- package/configurator/_app/immutable/entry/start.BxzUuOt1.js +1 -0
- package/configurator/_app/immutable/nodes/{0.Bf_oAzhZ.js → 0.CXGLTbqu.js} +1 -1
- package/configurator/_app/immutable/nodes/{1.DOAcRT05.js → 1.DJw369ut.js} +1 -1
- package/configurator/_app/immutable/nodes/{2.BmTpILSR.js → 2.Dx5eSBWM.js} +5 -5
- package/configurator/_app/immutable/nodes/{3.Dda97JhY.js → 3.CjC17y9u.js} +1 -1
- package/configurator/_app/version.json +1 -1
- package/configurator/index.html +6 -6
- package/configurator/sidebar.html +6 -6
- package/index.cjs +1203 -3511
- package/index.d.ts +144 -0
- package/index.js +1170 -3480
- package/package.json +2 -2
- package/search-summary/liipgpt-search-summary.iife.js +4 -4
- package/configurator/_app/immutable/chunks/-qY1__IK.js +0 -2
- package/configurator/_app/immutable/chunks/BcilqXKJ.js +0 -1
- package/configurator/_app/immutable/chunks/Bctf51vm.js +0 -16
- package/configurator/_app/immutable/chunks/Bu_-InX1.js +0 -1
- package/configurator/_app/immutable/chunks/CVWkjl18.js +0 -1
- package/configurator/_app/immutable/chunks/CqCdl07t.js +0 -1
- package/configurator/_app/immutable/chunks/De77gmQ_.js +0 -61
- package/configurator/_app/immutable/chunks/DnmrrIQ8.js +0 -143
- package/configurator/_app/immutable/entry/start.BS7Ck022.js +0 -1
- 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.
|