@another-trial/whatsapp-web.js 1.35.0-alpha.2 → 1.35.0-alpha.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@another-trial/whatsapp-web.js",
3
- "version": "1.35.0-alpha.2",
3
+ "version": "1.35.0-alpha.3",
4
4
  "description": "Library for interacting with the WhatsApp Web API ",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",
@@ -114,7 +114,7 @@ exports.ExposeStore = () => {
114
114
  window.Store.Settings = {
115
115
  ...window.require('WAWebUserPrefsGeneral'),
116
116
  ...window.require('WAWebUserPrefsNotifications'),
117
- setPushname: window.require('WAWebSetPushnameConnAction').setPushname
117
+ // setPushname: window.require('WAWebSetPushnameConnAction').setPushname
118
118
  };
119
119
  window.Store.NumberInfo = {
120
120
  ...window.require('WAPhoneUtils'),