@liip/liipgpt 3.4.2 → 3.4.3
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/button/liipgpt-button.iife.js +85 -85
- package/chat/liipgpt-chat.iife.js +103 -103
- package/config/index.cjs +95 -85
- package/config/index.js +82 -78
- package/configurator/_app/env.js +1 -1
- package/configurator/_app/immutable/chunks/BVVGjklr.js +89 -0
- package/configurator/_app/immutable/chunks/BdP-K7KO.js +3 -0
- package/configurator/_app/immutable/chunks/BmMr_umq.js +1 -0
- package/configurator/_app/immutable/chunks/BmcNmQ0G.js +16 -0
- package/configurator/_app/immutable/chunks/C8mohMXa.js +1 -0
- package/configurator/_app/immutable/chunks/C9x8pbMb.js +1 -0
- package/configurator/_app/immutable/chunks/CNhGYG1q.js +0 -0
- package/configurator/_app/immutable/chunks/CaZV0epm.js +1 -0
- package/configurator/_app/immutable/chunks/D1hYfEew.js +1 -0
- package/configurator/_app/immutable/chunks/DEv5Ueqk.js +324 -0
- package/configurator/_app/immutable/chunks/DUJlwB59.js +15 -0
- package/configurator/_app/immutable/chunks/DZRiPmqv.js +1 -0
- package/configurator/_app/immutable/chunks/DgwBOIN4.js +1 -0
- package/configurator/_app/immutable/chunks/LefYBeig.js +1 -0
- package/configurator/_app/immutable/chunks/cW2jcUnz.js +1 -0
- package/configurator/_app/immutable/chunks/d60TgpyX.js +143 -0
- package/configurator/_app/immutable/chunks/fdiCLIK5.js +1 -0
- package/configurator/_app/immutable/entry/app.BaP_xlDn.js +2 -0
- package/configurator/_app/immutable/entry/start.ldC4tf9d.js +1 -0
- package/configurator/_app/immutable/nodes/{0.Bgy3i8FQ.js → 0.BrejL_Vm.js} +3 -3
- package/configurator/_app/immutable/nodes/1.D4HRly7L.js +1 -0
- package/configurator/_app/immutable/nodes/2.D6YEON3L.js +31 -0
- package/configurator/_app/immutable/nodes/3.D8XDqzVq.js +954 -0
- package/configurator/_app/version.json +1 -1
- package/configurator/index.html +10 -11
- package/configurator/sidebar.html +10 -11
- package/index.cjs +866 -1838
- package/index.js +830 -1832
- package/package.json +36 -36
- package/configurator/_app/immutable/chunks/6gGOJNBB.js +0 -1
- package/configurator/_app/immutable/chunks/BVWYCVQL.js +0 -113
- package/configurator/_app/immutable/chunks/BXQ0Z8wW.js +0 -1
- package/configurator/_app/immutable/chunks/Bg7q39r6.js +0 -1
- package/configurator/_app/immutable/chunks/CR5-hwU3.js +0 -1
- package/configurator/_app/immutable/chunks/CfJtR48A.js +0 -2
- package/configurator/_app/immutable/chunks/CqmBCC3F.js +0 -1
- package/configurator/_app/immutable/chunks/D0zq2rZV.js +0 -143
- package/configurator/_app/immutable/chunks/DGC7CooX.js +0 -1
- package/configurator/_app/immutable/chunks/DGqm4WKo.js +0 -15
- package/configurator/_app/immutable/chunks/Do2M-_FB.js +0 -324
- package/configurator/_app/immutable/chunks/DsnmJJEf.js +0 -1
- package/configurator/_app/immutable/chunks/g9pTgyF6.js +0 -1
- package/configurator/_app/immutable/chunks/hrZ0qwUL.js +0 -1
- package/configurator/_app/immutable/chunks/w7MLzsSQ.js +0 -1
- package/configurator/_app/immutable/entry/app.ConDGFGi.js +0 -2
- package/configurator/_app/immutable/entry/start.k8RQt7wE.js +0 -1
- package/configurator/_app/immutable/nodes/1.WSWj9VWy.js +0 -1
- package/configurator/_app/immutable/nodes/2.DRCudqRI.js +0 -31
- package/configurator/_app/immutable/nodes/3.CMaEAJPV.js +0 -954
package/package.json
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
2
|
+
"name": "@liip/liipgpt",
|
|
3
|
+
"version": "3.4.3",
|
|
4
|
+
"description": "LiipGPT Chat and Library",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"exports": {
|
|
7
|
+
".": {
|
|
8
|
+
"types": "./index.d.ts",
|
|
9
|
+
"import": "./index.js",
|
|
10
|
+
"require": "./index.cjs"
|
|
11
|
+
},
|
|
12
|
+
"./config": {
|
|
13
|
+
"types": "./config/index.d.ts",
|
|
14
|
+
"import": "./config/index.js",
|
|
15
|
+
"require": "./config/index.cjs"
|
|
16
|
+
},
|
|
17
|
+
"./chat": {
|
|
18
|
+
"import": "./chat/liipgpt-chat.iife.js",
|
|
19
|
+
"require": "./chat/liipgpt-chat.iife.js"
|
|
20
|
+
},
|
|
21
|
+
"./button": {
|
|
22
|
+
"import": "./button/liipgpt-button.iife.js",
|
|
23
|
+
"require": "./button/liipgpt-button.iife.js"
|
|
24
|
+
}
|
|
11
25
|
},
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
},
|
|
26
|
-
"files": [
|
|
27
|
-
"index.d.ts",
|
|
28
|
-
"index.js",
|
|
29
|
-
"index.cjs",
|
|
30
|
-
"config/**/*.{js,cjs,d.ts}",
|
|
31
|
-
"button/**/*.{js,cjs,d.ts}",
|
|
32
|
-
"chat/**/*.{js,cjs,d.ts}",
|
|
33
|
-
"configurator"
|
|
34
|
-
],
|
|
35
|
-
"keywords": [],
|
|
36
|
-
"author": "falkz",
|
|
37
|
-
"license": ""
|
|
38
|
-
}
|
|
26
|
+
"files": [
|
|
27
|
+
"index.d.ts",
|
|
28
|
+
"index.js",
|
|
29
|
+
"index.cjs",
|
|
30
|
+
"config/**/*.{js,cjs,d.ts}",
|
|
31
|
+
"button/**/*.{js,cjs,d.ts}",
|
|
32
|
+
"chat/**/*.{js,cjs,d.ts}",
|
|
33
|
+
"configurator"
|
|
34
|
+
],
|
|
35
|
+
"keywords": [],
|
|
36
|
+
"author": "falkz",
|
|
37
|
+
"license": ""
|
|
38
|
+
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{l as e,u,h as t,i as a,j as l}from"./CfJtR48A.js";function c(n){t===null&&e(),a&&t.l!==null?i(t).m.push(n):u(()=>{const o=l(n);if(typeof o=="function")return o})}function f(n){t===null&&e(),c(()=>()=>l(n))}function i(n){var o=n.l;return o.u??={a:[],b:[],m:[]}}export{f as a,c as o};
|