zigap-utils 0.0.37 → 0.0.38

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/dist/index.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export * from './components';
2
+ export * from './util';
package/dist/index.es.js CHANGED
@@ -14165,8 +14165,11 @@ const m1 = new g1(), w1 = ({
14165
14165
  ...x
14166
14166
  }
14167
14167
  ) : /* @__PURE__ */ vr.jsx("div", { children: "QR loading error" });
14168
+ }, B1 = () => {
14169
+ console.log("TEST..");
14168
14170
  };
14169
14171
  export {
14170
14172
  w1 as AddressProvideQR,
14171
- E1 as LoginQR
14173
+ E1 as LoginQR,
14174
+ B1 as test
14172
14175
  };
@@ -1 +1 @@
1
- export { default as QrService } from './qrService';
1
+ export * from './test';
@@ -0,0 +1 @@
1
+ export { default as test } from './test';
@@ -0,0 +1,2 @@
1
+ declare const test: () => void;
2
+ export default test;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigap-utils",
3
- "version": "0.0.37",
3
+ "version": "0.0.38",
4
4
  "description": "",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",