@mxenabled/connect-widget 2.19.2 → 2.19.5
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/dist/index.es.js +17916 -15691
- package/dist/index.es.js.map +1 -1
- package/dist/lastBuild.txt +1 -1
- package/package.json +16 -11
package/dist/lastBuild.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Last build:
|
|
1
|
+
Last build: Fri Feb 27 21:14:02 2026
|
package/package.json
CHANGED
|
@@ -1,16 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mxenabled/connect-widget",
|
|
3
3
|
"description": "A simple ui library for React",
|
|
4
|
-
"version": "2.19.
|
|
4
|
+
"version": "2.19.5",
|
|
5
5
|
"module": "dist/index.es.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"type": "module",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/mxenabled/connect-widget.git"
|
|
11
|
+
},
|
|
8
12
|
"files": [
|
|
9
13
|
"/dist"
|
|
10
14
|
],
|
|
11
15
|
"publishConfig": {
|
|
12
16
|
"access": "public"
|
|
13
17
|
},
|
|
18
|
+
"overrides": {},
|
|
14
19
|
"scripts": {
|
|
15
20
|
"dev": "vite build --watch",
|
|
16
21
|
"build": "tsc && vite build && npm run logBuildDate",
|
|
@@ -74,15 +79,15 @@
|
|
|
74
79
|
"@types/react": "^18.3.3",
|
|
75
80
|
"@types/react-dom": "^18.3.0",
|
|
76
81
|
"@types/uuid": "^10.0.0",
|
|
77
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
78
|
-
"@typescript-eslint/parser": "^
|
|
82
|
+
"@typescript-eslint/eslint-plugin": "^8.56.1",
|
|
83
|
+
"@typescript-eslint/parser": "^8.56.1",
|
|
79
84
|
"@vitejs/plugin-react": "^4.3.1",
|
|
80
85
|
"colors": "^1.4.0",
|
|
81
86
|
"commander": "^14.0.0",
|
|
82
87
|
"commitizen": "^4.3.1",
|
|
83
88
|
"cz-conventional-changelog": "^3.3.0",
|
|
84
|
-
"esbuild": "^0.27.
|
|
85
|
-
"eslint": "^8.57.
|
|
89
|
+
"esbuild": "^0.27.3",
|
|
90
|
+
"eslint": "^8.57.1",
|
|
86
91
|
"eslint-config-mx": "^4.0.0",
|
|
87
92
|
"eslint-config-prettier": "^10.1.8",
|
|
88
93
|
"eslint-plugin-react": "^7.35.0",
|
|
@@ -93,11 +98,11 @@
|
|
|
93
98
|
"lint-staged": "^15.2.8",
|
|
94
99
|
"markdown-eslint-parser": "^1.2.1",
|
|
95
100
|
"prettier": "3.7.4",
|
|
96
|
-
"rollup": "^4.
|
|
97
|
-
"semantic-release": "^
|
|
101
|
+
"rollup": "^4.59.0",
|
|
102
|
+
"semantic-release": "^25.0.3",
|
|
98
103
|
"typescript": "^5.2.2",
|
|
99
|
-
"typescript-eslint": "^8.
|
|
100
|
-
"vite": "^
|
|
104
|
+
"typescript-eslint": "^8.56.1",
|
|
105
|
+
"vite": "^7.3.1",
|
|
101
106
|
"vite-plugin-svgr": "^4.2.0",
|
|
102
107
|
"vitest": "^3.1.4"
|
|
103
108
|
},
|
|
@@ -108,8 +113,8 @@
|
|
|
108
113
|
]
|
|
109
114
|
},
|
|
110
115
|
"volta": {
|
|
111
|
-
"node": "
|
|
112
|
-
"npm": "
|
|
116
|
+
"node": "24.14.0",
|
|
117
|
+
"npm": "11.9.0"
|
|
113
118
|
},
|
|
114
119
|
"config": {
|
|
115
120
|
"commitizen": {
|