zetrix-connect-wallet-sdk-test 1.0.0 → 1.0.1

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.
@@ -0,0 +1,3 @@
1
+ {
2
+ "liveServer.settings.port": 5501
3
+ }
package/lib/index.js CHANGED
@@ -231,7 +231,8 @@ class ZetrixWalletConnect {
231
231
  type: 'H5_' + sdkType.bindAndSignMessage,
232
232
  sessionId: getSessionId(),
233
233
  host: getWindowUrl(),
234
- icon: getWindowICO()
234
+ icon: getWindowICO(),
235
+ message: param.message
235
236
  }
236
237
 
237
238
  if (!this.isQrcode) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zetrix-connect-wallet-sdk-test",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A library for mobile wallet and non-Chrome browsers to connect with the Zetrix blockchain.",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {