tia-gpc-widget 1.0.9 → 1.1.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.
@@ -0,0 +1,38 @@
1
+ {
2
+ "version": "1.1.1",
3
+ "stable": {
4
+ "version": "1.1.1",
5
+ "js": "https://cdn.jsdelivr.net/npm/tia-gpc-widget@1.1.1/dist/tia-gpc-widget.standalone.js",
6
+ "css": "https://cdn.jsdelivr.net/npm/tia-gpc-widget@1.1.1/dist/tia-gpc-widget.standalone.css",
7
+ "cdn": "jsdelivr"
8
+ },
9
+ "beta": {
10
+ "version": "1.1.1",
11
+ "js": "https://cdn.jsdelivr.net/npm/tia-gpc-widget@1.1.1/dist/tia-gpc-widget.standalone.js",
12
+ "css": "https://cdn.jsdelivr.net/npm/tia-gpc-widget@1.1.1/dist/tia-gpc-widget.standalone.css",
13
+ "cdn": "jsdelivr"
14
+ },
15
+ "cdn": {
16
+ "jsdelivr": {
17
+ "js": "https://cdn.jsdelivr.net/npm/tia-gpc-widget@1.1.1/dist/tia-gpc-widget.standalone.js",
18
+ "css": "https://cdn.jsdelivr.net/npm/tia-gpc-widget@1.1.1/dist/tia-gpc-widget.standalone.css"
19
+ },
20
+ "unpkg": {
21
+ "js": "https://unpkg.com/tia-gpc-widget@1.1.1/dist/tia-gpc-widget.standalone.js",
22
+ "css": "https://unpkg.com/tia-gpc-widget@1.1.1/dist/tia-gpc-widget.standalone.css"
23
+ }
24
+ },
25
+ "metadata": {
26
+ "buildDate": "2025-11-17T19:15:17.788Z",
27
+ "timestamp": 1763406917788,
28
+ "nodeVersion": "v22.19.0",
29
+ "cacheBuster": "mi3iy5y4"
30
+ },
31
+ "minVersion": "1.0.0",
32
+ "rollout": {
33
+ "enabled": false,
34
+ "percentage": 100,
35
+ "whitelist": [],
36
+ "blacklist": []
37
+ }
38
+ }
package/package.json CHANGED
@@ -1,84 +1,89 @@
1
- {
2
- "name": "tia-gpc-widget",
3
- "version": "1.0.9",
4
- "description": "Widget TIA GPC - Compatible con React, HTML puro, Angular, ASP.NET y cualquier framework",
5
- "type": "module",
6
- "main": "./dist/tia-gpc.cjs.js",
7
- "module": "./dist/tia-gpc.es.js",
8
- "unpkg": "./dist/tia-gpc-widget.standalone.js",
9
- "jsdelivr": "./dist/tia-gpc-widget.standalone.js",
10
- "exports": {
11
- ".": {
12
- "import": "./dist/tia-gpc.es.js",
13
- "require": "./dist/tia-gpc.cjs.js"
14
- },
15
- "./styles": "./dist/tia-gpc.css",
16
- "./standalone": "./dist/tia-gpc-widget.standalone.js",
17
- "./standalone-css": "./dist/tia-gpc-widget.standalone.css"
18
- },
19
- "files": [
20
- "dist",
21
- "README.md",
22
- "LICENSE"
23
- ],
24
- "scripts": {
25
- "dev": "vite",
26
- "build": "npm run build:npm && npm run build:standalone",
27
- "build:npm": "vite build",
28
- "build:standalone": "vite build --config vite.config.standalone.js",
29
- "preview": "vite preview",
30
- "lint": "eslint src --ext js,jsx",
31
- "prepublishOnly": "npm run build"
32
- },
33
- "peerDependencies": {
34
- "react": ">=18.0.0 <20.0.0",
35
- "react-dom": ">=18.0.0 <20.0.0"
36
- },
37
- "dependencies": {
38
- "@marsidev/react-turnstile": "^1.0.2",
39
- "axios": "^1.10.0",
40
- "i18next": "^25.3.2",
41
- "i18next-browser-languagedetector": "^8.2.0",
42
- "lucide-react": "^0.525.0",
43
- "react-hot-toast": "^2.5.2",
44
- "react-i18next": "^15.6.0",
45
- "react-markdown": "^10.1.0"
46
- },
47
- "devDependencies": {
48
- "@eslint/js": "^9.29.0",
49
- "@vitejs/plugin-react": "^4.5.2",
50
- "autoprefixer": "^10.4.17",
51
- "eslint": "^9.29.0",
52
- "eslint-plugin-react-hooks": "^5.2.0",
53
- "eslint-plugin-react-refresh": "^0.4.20",
54
- "globals": "^16.2.0",
55
- "postcss": "^8.4.35",
56
- "react": "^18.0.0",
57
- "react-dom": "^18.0.0",
58
- "tailwindcss": "^3.4.3",
59
- "terser": "^5.44.0",
60
- "vite": "^7.0.0"
61
- },
62
- "keywords": [
63
- "tia",
64
- "gpc",
65
- "widget",
66
- "react",
67
- "angular",
68
- "web-component",
69
- "vanilla-js",
70
- "html",
71
- "aspnet",
72
- "framework-agnostic",
73
- "chat",
74
- "ai",
75
- "medical",
76
- "chatbot"
77
- ],
78
- "author": "TIA",
79
- "license": "UNLICENSED",
80
- "repository": {
81
- "type": "git",
82
- "url": "https://gitlab.com/softia/tiagpc-frontend"
83
- }
84
- }
1
+ {
2
+ "name": "tia-gpc-widget",
3
+ "version": "1.1.1",
4
+ "description": "Widget TIA GPC - Compatible con React, HTML puro, Angular, ASP.NET y cualquier framework",
5
+ "type": "module",
6
+ "main": "./dist/tia-gpc.cjs.js",
7
+ "module": "./dist/tia-gpc.es.js",
8
+ "unpkg": "./dist/tia-gpc-widget.standalone.js",
9
+ "jsdelivr": "./dist/tia-gpc-widget.standalone.js",
10
+ "exports": {
11
+ ".": {
12
+ "import": "./dist/tia-gpc.es.js",
13
+ "require": "./dist/tia-gpc.cjs.js"
14
+ },
15
+ "./styles": "./dist/tia-gpc.css",
16
+ "./standalone": "./dist/tia-gpc-widget.standalone.js",
17
+ "./standalone-css": "./dist/tia-gpc-widget.standalone.css"
18
+ },
19
+ "files": [
20
+ "dist",
21
+ "README.md",
22
+ "LICENSE",
23
+ "loader.min.js",
24
+ "loader.js"
25
+ ],
26
+ "scripts": {
27
+ "dev": "vite",
28
+ "build": "npm run build:npm && npm run build:standalone && npm run build:loader && npm run build:version",
29
+ "build:npm": "vite build",
30
+ "build:standalone": "vite build --config vite.config.standalone.js",
31
+ "build:loader": "node scripts/build-loader.cjs",
32
+ "build:version": "node scripts/update-version-json.cjs",
33
+ "preview": "vite preview",
34
+ "lint": "eslint src --ext js,jsx",
35
+ "prepublishOnly": "npm run build"
36
+ },
37
+ "peerDependencies": {
38
+ "react": ">=18.0.0 <20.0.0",
39
+ "react-dom": ">=18.0.0 <20.0.0"
40
+ },
41
+ "dependencies": {
42
+ "@marsidev/react-turnstile": "^1.0.2",
43
+ "axios": "^1.10.0",
44
+ "i18next": "^25.3.2",
45
+ "i18next-browser-languagedetector": "^8.2.0",
46
+ "lucide-react": "^0.525.0",
47
+ "react-hot-toast": "^2.5.2",
48
+ "react-i18next": "^15.6.0",
49
+ "react-markdown": "^10.1.0",
50
+ "remark-gfm": "^4.0.1"
51
+ },
52
+ "devDependencies": {
53
+ "@eslint/js": "^9.29.0",
54
+ "@vitejs/plugin-react": "^4.5.2",
55
+ "autoprefixer": "^10.4.17",
56
+ "eslint": "^9.29.0",
57
+ "eslint-plugin-react-hooks": "^5.2.0",
58
+ "eslint-plugin-react-refresh": "^0.4.20",
59
+ "globals": "^16.2.0",
60
+ "postcss": "^8.4.35",
61
+ "react": "^18.0.0",
62
+ "react-dom": "^18.0.0",
63
+ "tailwindcss": "^3.4.3",
64
+ "terser": "^5.44.0",
65
+ "vite": "^7.0.0"
66
+ },
67
+ "keywords": [
68
+ "tia",
69
+ "gpc",
70
+ "widget",
71
+ "react",
72
+ "angular",
73
+ "web-component",
74
+ "vanilla-js",
75
+ "html",
76
+ "aspnet",
77
+ "framework-agnostic",
78
+ "chat",
79
+ "ai",
80
+ "medical",
81
+ "chatbot"
82
+ ],
83
+ "author": "TIA",
84
+ "license": "UNLICENSED",
85
+ "repository": {
86
+ "type": "git",
87
+ "url": "https://gitlab.com/softia/tiagpc-frontend"
88
+ }
89
+ }