@ahmed_hani/dot-auto-capture-ui 8.0.0 → 8.0.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ahmed_hani/dot-auto-capture-ui",
3
3
  "private": false,
4
- "version": "8.0.0",
4
+ "version": "8.0.1",
5
5
  "license": "ahmed_hani proprietary license",
6
6
  "description": "Digital onboarding UI",
7
7
  "keywords": [
@@ -28,7 +28,7 @@
28
28
  ],
29
29
  "repository": {
30
30
  "type": "git",
31
- "url": "git+https://github.com/innovatrics/dot-js-kit.git"
31
+ "url": "https://github.com/ahmed_hani/dot-js-kit.git"
32
32
  },
33
33
  "dependencies": {
34
34
  "preact": "^10.26.6",
@@ -107,4 +107,4 @@
107
107
  "build:pack": "pnpm build && cd dist && pnpm pack --pack-destination ../",
108
108
  "bump:version": "npm pkg set version=$VERSION"
109
109
  }
110
- }
110
+ }