@omnic/widget-locations 1.0.29 → 1.0.30

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omnic/widget-locations",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "type": "module",
5
5
  "main": "./dist/lib/widget.umd.js",
6
6
  "module": "./dist/lib/widget.es.js",
@@ -1,12 +0,0 @@
1
- const n = "Pay on location", t = "Sending a parcel", e = "Send", i = {
2
- payment: n,
3
- return: "Sending returns",
4
- shipping: t,
5
- title: e
6
- };
7
- export {
8
- i as default,
9
- n as payment,
10
- t as shipping,
11
- e as title
12
- };
@@ -1,12 +0,0 @@
1
- const t = "Оплата на точке", n = "Отправка посылки", e = "Отправить", p = {
2
- payment: t,
3
- return: "Отправка возвратов",
4
- shipping: n,
5
- title: e
6
- };
7
- export {
8
- p as default,
9
- t as payment,
10
- n as shipping,
11
- e as title
12
- };