@omnic/widget-locations 1.1.2 → 1.1.3
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/package.json +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omnic/widget-locations",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "Simple map widget for Omnic Delivery applications",
|
|
5
5
|
"files": [
|
|
6
6
|
"@types",
|
|
@@ -22,8 +22,7 @@
|
|
|
22
22
|
"name": "David Arutiunian"
|
|
23
23
|
},
|
|
24
24
|
"scripts": {
|
|
25
|
-
"preversion": "npm run
|
|
26
|
-
"prepublishOnly": "npm run build:lib",
|
|
25
|
+
"preversion": "npm run type-check && npm run lint",
|
|
27
26
|
"build:app": "tsc && cross-env BUILD_TYPE=app vite build",
|
|
28
27
|
"build:lib": "tsc && cross-env BUILD_TYPE=lib vite build",
|
|
29
28
|
"dev": "cross-env BUILD_TYPE=app vite",
|
|
@@ -68,5 +67,5 @@
|
|
|
68
67
|
"react": "^18.2.0",
|
|
69
68
|
"react-dom": "^18.2.0"
|
|
70
69
|
},
|
|
71
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "6c25bd2153c0b55637c7ac7d8a6c7b884c6f83c4"
|
|
72
71
|
}
|