@cashub/ui 0.19.11 → 0.19.12

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 (2) hide show
  1. package/index.js +0 -14
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -260,20 +260,6 @@ Object.keys(_form).forEach(function (key) {
260
260
  });
261
261
  });
262
262
 
263
- var _geolocation = require("./geolocation");
264
-
265
- Object.keys(_geolocation).forEach(function (key) {
266
- if (key === "default" || key === "__esModule") return;
267
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
268
- if (key in exports && exports[key] === _geolocation[key]) return;
269
- Object.defineProperty(exports, key, {
270
- enumerable: true,
271
- get: function get() {
272
- return _geolocation[key];
273
- }
274
- });
275
- });
276
-
277
263
  var _grid = require("./grid");
278
264
 
279
265
  Object.keys(_grid).forEach(function (key) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cashub/ui",
3
- "version": "0.19.11",
3
+ "version": "0.19.12",
4
4
  "private": false,
5
5
  "author": "CASHUB Team",
6
6
  "description": "CASHUB UI components library",