zigap-utils 0.0.471 → 0.0.472

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.
@@ -9,5 +9,5 @@ type XphereType = {
9
9
  Util: typeof Util;
10
10
  Validation: typeof Validation;
11
11
  };
12
- declare const Xphere: XphereType;
13
- export default Xphere;
12
+ export declare const Xphere: XphereType;
13
+ export {};
@@ -3,5 +3,5 @@ import { Qr } from './qr';
3
3
  type ZigapType = {
4
4
  Qr: typeof Qr;
5
5
  };
6
- declare const Zigap: ZigapType;
7
- export default Zigap;
6
+ export declare const Zigap: ZigapType;
7
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigap-utils",
3
- "version": "0.0.471",
3
+ "version": "0.0.472",
4
4
  "description": "",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",
@@ -56,4 +56,4 @@
56
56
  "vite-plugin-dts": "^3.9.1",
57
57
  "vite-tsconfig-paths": "^4.3.2"
58
58
  }
59
- }
59
+ }