@voxie/contacts.js 0.2.2 → 0.2.3

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/contacts.js +3 -1
  2. package/package.json +1 -1
package/dist/contacts.js CHANGED
@@ -3160,7 +3160,9 @@ class te {
3160
3160
  }
3161
3161
  }
3162
3162
  popUp() {
3163
- return new id(this.capture);
3163
+ return new id(
3164
+ async (n, e) => this.capture(n, e)
3165
+ );
3164
3166
  }
3165
3167
  }
3166
3168
  window.Voxie = te;
package/package.json CHANGED
@@ -57,5 +57,5 @@
57
57
  "engines": {
58
58
  "node": "^16.18.1 || ^18.12.1"
59
59
  },
60
- "version": "0.2.2"
60
+ "version": "0.2.3"
61
61
  }