zigap-utils 0.0.39 → 0.0.42
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/README.md +1 -1
- package/dist/index.cjs.js +9 -9
- package/dist/index.es.js +1 -3
- package/dist/util/index.d.ts +1 -2
- package/dist/util/qrService/index.d.ts +1 -0
- package/dist/util/{qrService.d.ts → qrService/qrService.d.ts} +1 -1
- package/package.json +1 -1
- package/dist/util/test/index.d.ts +0 -1
- package/dist/util/test/test.d.ts +0 -2
- package/dist/util/test2.d.ts +0 -2
package/dist/index.es.js
CHANGED
|
@@ -14165,11 +14165,9 @@ 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..");
|
|
14170
14168
|
};
|
|
14171
14169
|
export {
|
|
14172
14170
|
w1 as AddressProvideQR,
|
|
14173
14171
|
E1 as LoginQR,
|
|
14174
|
-
|
|
14172
|
+
oa as qrService
|
|
14175
14173
|
};
|
package/dist/util/index.d.ts
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './test2';
|
|
1
|
+
export * from './qrService';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as qrService } from './qrService';
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as test } from './test';
|
package/dist/util/test/test.d.ts
DELETED
package/dist/util/test2.d.ts
DELETED