@omnic/widget-locations 1.0.64 → 1.0.65
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 +6 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omnic/widget-locations",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.65",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/lib/widget.umd.js",
|
|
6
6
|
"module": "./dist/lib/widget.es.js",
|
|
@@ -18,7 +18,6 @@
|
|
|
18
18
|
"url": "https://git.omnic.solutions/omnic.delivery/widget-locations.git"
|
|
19
19
|
},
|
|
20
20
|
"scripts": {
|
|
21
|
-
"prepublishOnly": "npm run build:lib && npm test",
|
|
22
21
|
"test": "bundlesize",
|
|
23
22
|
"dev": "vite",
|
|
24
23
|
"build:lib": "tsc && cross-env TYPE=lib vite build --mode production",
|
|
@@ -31,13 +30,16 @@
|
|
|
31
30
|
"i18n:check": "tolgee extract check './src/**/*.ts?(x)'",
|
|
32
31
|
"i18n:sync": "tolgee sync './src/**/*.ts?(x)'",
|
|
33
32
|
"i18n:pull": "tolgee pull ./i18n",
|
|
34
|
-
"i18n:push": "tolgee push --force-mode ./i18n"
|
|
33
|
+
"i18n:push": "tolgee push --force-mode ./i18n",
|
|
34
|
+
"release": "turbo run publish",
|
|
35
|
+
"publish": "changeset publish"
|
|
35
36
|
},
|
|
36
37
|
"peerDependencies": {
|
|
37
38
|
"react": "^18.2.0",
|
|
38
39
|
"react-dom": "^18.2.0"
|
|
39
40
|
},
|
|
40
41
|
"devDependencies": {
|
|
42
|
+
"@changesets/cli": "^2.26.2",
|
|
41
43
|
"@types/classnames": "^2.3.1",
|
|
42
44
|
"@types/invariant": "^2.2.35",
|
|
43
45
|
"@types/node": "^20.7.0",
|
|
@@ -59,6 +61,7 @@
|
|
|
59
61
|
"prettier": "^3.0.3",
|
|
60
62
|
"rollup-plugin-visualizer": "^5.9.2",
|
|
61
63
|
"sass": "^1.68.0",
|
|
64
|
+
"turbo": "^1.10.14",
|
|
62
65
|
"typescript": "^5.2.2",
|
|
63
66
|
"vite": "^4.4.9",
|
|
64
67
|
"vite-plugin-dts": "^3.6.0",
|