@omnic/widget-locations 1.0.73 → 1.0.74

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 +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnic/widget-locations",
3
3
  "description": "Omnic widget for locations",
4
- "version": "1.0.73",
4
+ "version": "1.0.74",
5
5
  "type": "module",
6
6
  "main": "./dist/lib/widget.umd.js",
7
7
  "module": "./dist/lib/widget.es.js",
@@ -32,9 +32,9 @@
32
32
  "i18n:sync": "tolgee sync './src/**/*.ts?(x)'",
33
33
  "i18n:pull": "tolgee pull ./i18n",
34
34
  "i18n:push": "tolgee push --force-mode ./i18n",
35
- "release": "cross-env NODE_ENV=production turbo run publish",
36
- "release:dev": "cross-env NODE_ENV=development turbo run publish",
37
- "publish": "changeset publish"
35
+ "release": "cross-env NODE_ENV=production turbo run changeset:publish",
36
+ "release:dev": "cross-env NODE_ENV=development turbo run changeset:publish",
37
+ "changeset:publish": "changeset publish"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "react": "^18.2.0",
@@ -47,7 +47,7 @@
47
47
  "sass": "^1.68.0"
48
48
  },
49
49
  "dependencies": {
50
- "@omnic/widget-config": "0.1.18",
50
+ "@omnic/widget-config": "0.1.23",
51
51
  "@pbe/react-yandex-maps": "^1.2.4",
52
52
  "@react-google-maps/api": "^2.19.2",
53
53
  "@tolgee/react": "^5.12.0",