@superorange/zka-js-sdk 1.0.113 → 1.0.115

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -88,7 +88,7 @@ class PrimusZKTLS {
88
88
  }
89
89
  }
90
90
  generateRequestParams(attTemplateID, userAddress) {
91
- const userAddr = userAddress ?? "0x0000000000000000000000000000000000000000";
91
+ const userAddr = userAddress || "0x0000000000000000000000000000000000000000";
92
92
  return new AttRequest_1.AttRequest({
93
93
  appId: this.appId,
94
94
  attTemplateID,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superorange/zka-js-sdk",
3
- "version": "1.0.113",
3
+ "version": "1.0.115",
4
4
  "author": "",
5
5
  "description": "",
6
6
  "main": "./dist/index.js",