@portal-hq/provider 0.2.20 → 0.2.22-beta1

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.
@@ -228,7 +228,7 @@ class Provider {
228
228
  return result;
229
229
  });
230
230
  }
231
- setAddress(address) {
231
+ _setAddress(address) {
232
232
  this.address = address;
233
233
  if (!this.connected) {
234
234
  this.dispatchConnect();
@@ -226,7 +226,7 @@ class Provider {
226
226
  return result;
227
227
  });
228
228
  }
229
- setAddress(address) {
229
+ _setAddress(address) {
230
230
  this.address = address;
231
231
  if (!this.connected) {
232
232
  this.dispatchConnect();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portal-hq/provider",
3
- "version": "0.2.20",
3
+ "version": "0.2.22-beta1",
4
4
  "license": "MIT",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/esm/index",
@@ -19,7 +19,7 @@
19
19
  "test": "jest"
20
20
  },
21
21
  "dependencies": {
22
- "@portal-hq/utils": "^0.2.20"
22
+ "@portal-hq/utils": "^0.2.22-beta1"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@babel/preset-typescript": "^7.18.6",
@@ -300,7 +300,7 @@ class Provider {
300
300
  return result
301
301
  }
302
302
 
303
- public setAddress(address: string): void {
303
+ public _setAddress(address: string): void {
304
304
  this.address = address
305
305
 
306
306
  if (!this.connected) {