@mxenabled/connect-widget 0.0.6 → 0.0.8
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 +37510 -36466
- package/dist/index.es.js.map +1 -1
- package/dist/lastBuild.txt +1 -1
- package/package.json +2 -1
package/dist/lastBuild.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Last build:
|
|
1
|
+
Last build: Wed Nov 6 11:16:22 2024
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mxenabled/connect-widget",
|
|
3
3
|
"description": "A simple ui library for React",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.8",
|
|
5
5
|
"module": "dist/index.es.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"type": "module",
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"preview": "vite preview",
|
|
19
19
|
"prepare": "husky",
|
|
20
20
|
"test": "vitest run",
|
|
21
|
+
"watch": "vitest",
|
|
21
22
|
"i18n": "node scripts/i18n.js",
|
|
22
23
|
"logBuildDate": "echo 'Last build: '$(date \"+%c\") | tee ./dist/lastBuild.txt",
|
|
23
24
|
"testAndBuild": "npm run test && npm run build",
|