@omnic/widget-locations 1.0.71 → 1.0.73
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 +7 -6
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omnic/widget-locations",
|
|
3
|
-
"
|
|
3
|
+
"description": "Omnic widget for locations",
|
|
4
|
+
"version": "1.0.73",
|
|
4
5
|
"type": "module",
|
|
5
6
|
"main": "./dist/lib/widget.umd.js",
|
|
6
7
|
"module": "./dist/lib/widget.es.js",
|
|
@@ -19,7 +20,7 @@
|
|
|
19
20
|
},
|
|
20
21
|
"scripts": {
|
|
21
22
|
"test": "bundlesize",
|
|
22
|
-
"dev": "vite",
|
|
23
|
+
"dev": "cross-env BUILD_TYPE=app vite",
|
|
23
24
|
"build:lib": "tsc && cross-env BUILD_TYPE=lib vite build",
|
|
24
25
|
"build:app": "tsc && cross-env BUILD_TYPE=app vite build",
|
|
25
26
|
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives",
|
|
@@ -46,15 +47,15 @@
|
|
|
46
47
|
"sass": "^1.68.0"
|
|
47
48
|
},
|
|
48
49
|
"dependencies": {
|
|
50
|
+
"@omnic/widget-config": "0.1.18",
|
|
51
|
+
"@pbe/react-yandex-maps": "^1.2.4",
|
|
52
|
+
"@react-google-maps/api": "^2.19.2",
|
|
53
|
+
"@tolgee/react": "^5.12.0",
|
|
49
54
|
"@types/classnames": "^2.3.1",
|
|
50
55
|
"@types/react": "^18.2.23",
|
|
51
56
|
"@types/react-dom": "^18.2.7",
|
|
52
57
|
"@types/react-geocode": "^0.2.1",
|
|
53
58
|
"@types/uuid": "^9.0.4",
|
|
54
|
-
"@omnic/widget-config": "0.1.5",
|
|
55
|
-
"@pbe/react-yandex-maps": "^1.2.4",
|
|
56
|
-
"@react-google-maps/api": "^2.19.2",
|
|
57
|
-
"@tolgee/react": "^5.12.0",
|
|
58
59
|
"axios": "^1.5.1",
|
|
59
60
|
"classnames": "^2.3.2",
|
|
60
61
|
"on-change": "^4.0.2",
|