zigap-utils 0.0.25 → 0.0.27

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.
@@ -1,7 +1,7 @@
1
1
  import { QrType } from './types';
2
2
 
3
3
  declare class QrService {
4
- generateQrCode(type: string, dapp: string): QrType;
4
+ generateQrCode(type: string, dapp: string, network: string): QrType;
5
5
  }
6
6
  declare const _default: QrService;
7
7
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigap-utils",
3
- "version": "0.0.25",
3
+ "version": "0.0.27",
4
4
  "description": "",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,9 +0,0 @@
1
- <svg width="167" height="166" viewBox="0 0 167 166" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M116.052 115.296H166.355H166.36V0H51.0675V50.3042H0.759995V165.6H116.052V115.296ZM90.3366 65.3428L40.21 115.296H40.4307L40.2551 115.471H101.014V150.561H15.7981V65.3428H90.3366ZM76.7327 100.257H151.317V15.0386H66.1006V50.1536L109.424 50.3042H126.684L126.624 50.364L126.669 50.3642L113.846 63.1431L76.7327 100.257Z" fill="url(#paint0_linear_2322_66)"/>
3
- <defs>
4
- <linearGradient id="paint0_linear_2322_66" x1="167.74" y1="-2.07" x2="-3.37985" y2="172.5" gradientUnits="userSpaceOnUse">
5
- <stop stop-color="#1349F8"/>
6
- <stop offset="1" stop-color="#5C13F8"/>
7
- </linearGradient>
8
- </defs>
9
- </svg>