@mxenabled/connect-widget 0.0.7 → 0.0.9

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.
@@ -1 +1 @@
1
- Last build: Mon Oct 28 11:12:54 2024
1
+ Last build: Wed Nov 13 12:00:33 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.7",
4
+ "version": "0.0.9",
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",