@juzi/wechaty-puppet-whatsapp 1.0.21 → 1.0.23

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.
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.packageJson = void 0;
4
4
  exports.packageJson = {
5
5
  "name": "@juzi/wechaty-puppet-whatsapp",
6
- "version": "1.0.21",
6
+ "version": "1.0.23",
7
7
  "description": "Wechaty Puppet for WhatsApp",
8
8
  "type": "module",
9
9
  "exports": {
@@ -68,7 +68,7 @@ exports.packageJson = {
68
68
  "@juzi/wechaty-puppet": "^1.0.15"
69
69
  },
70
70
  "dependencies": {
71
- "@juzi/whatsapp-web.js": "^1.18.8",
71
+ "@juzi/whatsapp-web.js": "^1.19.6",
72
72
  "ee-ts": "^1.0.2",
73
73
  "flash-store": "^1.0.6",
74
74
  "fs-extra": "^10.0.1",
@@ -12,7 +12,7 @@ export declare enum GroupNotificationTypes {
12
12
  RESTRICT = "restrict",
13
13
  CREATE = "create"
14
14
  }
15
- export declare const ContactClass: Class<WAWebJS.Contact, any[]>;
16
- export declare const MessageClass: Class<WAWebJS.Message, any[]>;
15
+ export declare const ContactClass: Class<WAWebJS.Contact>;
16
+ export declare const MessageClass: Class<WAWebJS.Message>;
17
17
  export declare const LocalAuth: typeof WAWebJS.LocalAuth, DefaultOptions: WAWebJS.ClientOptions, MessageMedia: typeof WAWebJS.MessageMedia, MessageAck: typeof WAWebJS.MessageAck, MessageTypes: typeof WAWebJS.MessageTypes, Location: typeof WAWebJS.Location, WAState: typeof WAWebJS.WAState, WhatsWebURL: string, Client: typeof WAWebJS.Client;
18
18
  //# sourceMappingURL=whatsapp-interface.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"whatsapp-interface.d.ts","sourceRoot":"","sources":["../../../../src/schema/whatsapp-interface.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,uBAAuB,CAAA;AAC3C,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,WAAW,CAAA;AAEtC,oBAAY,sBAAsB;IAChC,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,WAAW,gBAAgB;IAC3B,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,MAAM,WAAW;CAClB;AAGD,eAAO,MAAM,YAAY,+BAA4C,CAAA;AAErE,eAAO,MAAM,YAAY,+BAA4C,CAAA;AAErE,eAAO,MACL,SAAS,4BACT,cAAc,yBACd,YAAY,+BACZ,UAAU,6BACV,YAAY,+BACZ,QAAQ,2BACR,OAAO,0BACP,WAAW,UACX,MAAM,uBACG,CAAA"}
1
+ {"version":3,"file":"whatsapp-interface.d.ts","sourceRoot":"","sources":["../../../../src/schema/whatsapp-interface.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,uBAAuB,CAAA;AAC3C,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,WAAW,CAAA;AAEtC,oBAAY,sBAAsB;IAChC,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,WAAW,gBAAgB;IAC3B,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,MAAM,WAAW;CAClB;AAGD,eAAO,MAAM,YAAY,wBAA4C,CAAA;AAErE,eAAO,MAAM,YAAY,wBAA4C,CAAA;AAErE,eAAO,MACL,SAAS,4BACT,cAAc,yBACd,YAAY,+BACZ,UAAU,6BACV,YAAY,+BACZ,QAAQ,2BACR,OAAO,0BACP,WAAW,UACX,MAAM,uBACG,CAAA"}
@@ -1,6 +1,6 @@
1
1
  export const packageJson = {
2
2
  "name": "@juzi/wechaty-puppet-whatsapp",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "description": "Wechaty Puppet for WhatsApp",
5
5
  "type": "module",
6
6
  "exports": {
@@ -65,7 +65,7 @@ export const packageJson = {
65
65
  "@juzi/wechaty-puppet": "^1.0.15"
66
66
  },
67
67
  "dependencies": {
68
- "@juzi/whatsapp-web.js": "^1.18.8",
68
+ "@juzi/whatsapp-web.js": "^1.19.6",
69
69
  "ee-ts": "^1.0.2",
70
70
  "flash-store": "^1.0.6",
71
71
  "fs-extra": "^10.0.1",
@@ -12,7 +12,7 @@ export declare enum GroupNotificationTypes {
12
12
  RESTRICT = "restrict",
13
13
  CREATE = "create"
14
14
  }
15
- export declare const ContactClass: Class<WAWebJS.Contact, any[]>;
16
- export declare const MessageClass: Class<WAWebJS.Message, any[]>;
15
+ export declare const ContactClass: Class<WAWebJS.Contact>;
16
+ export declare const MessageClass: Class<WAWebJS.Message>;
17
17
  export declare const LocalAuth: typeof WAWebJS.LocalAuth, DefaultOptions: WAWebJS.ClientOptions, MessageMedia: typeof WAWebJS.MessageMedia, MessageAck: typeof WAWebJS.MessageAck, MessageTypes: typeof WAWebJS.MessageTypes, Location: typeof WAWebJS.Location, WAState: typeof WAWebJS.WAState, WhatsWebURL: string, Client: typeof WAWebJS.Client;
18
18
  //# sourceMappingURL=whatsapp-interface.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"whatsapp-interface.d.ts","sourceRoot":"","sources":["../../../../src/schema/whatsapp-interface.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,uBAAuB,CAAA;AAC3C,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,WAAW,CAAA;AAEtC,oBAAY,sBAAsB;IAChC,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,WAAW,gBAAgB;IAC3B,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,MAAM,WAAW;CAClB;AAGD,eAAO,MAAM,YAAY,+BAA4C,CAAA;AAErE,eAAO,MAAM,YAAY,+BAA4C,CAAA;AAErE,eAAO,MACL,SAAS,4BACT,cAAc,yBACd,YAAY,+BACZ,UAAU,6BACV,YAAY,+BACZ,QAAQ,2BACR,OAAO,0BACP,WAAW,UACX,MAAM,uBACG,CAAA"}
1
+ {"version":3,"file":"whatsapp-interface.d.ts","sourceRoot":"","sources":["../../../../src/schema/whatsapp-interface.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,uBAAuB,CAAA;AAC3C,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,WAAW,CAAA;AAEtC,oBAAY,sBAAsB;IAChC,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,WAAW,gBAAgB;IAC3B,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,MAAM,WAAW;CAClB;AAGD,eAAO,MAAM,YAAY,wBAA4C,CAAA;AAErE,eAAO,MAAM,YAAY,wBAA4C,CAAA;AAErE,eAAO,MACL,SAAS,4BACT,cAAc,yBACd,YAAY,+BACZ,UAAU,6BACV,YAAY,+BACZ,QAAQ,2BACR,OAAO,0BACP,WAAW,UACX,MAAM,uBACG,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juzi/wechaty-puppet-whatsapp",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "description": "Wechaty Puppet for WhatsApp",
5
5
  "type": "module",
6
6
  "exports": {
@@ -65,7 +65,7 @@
65
65
  "@juzi/wechaty-puppet": "^1.0.15"
66
66
  },
67
67
  "dependencies": {
68
- "@juzi/whatsapp-web.js": "^1.18.8",
68
+ "@juzi/whatsapp-web.js": "^1.19.6",
69
69
  "ee-ts": "^1.0.2",
70
70
  "flash-store": "^1.0.6",
71
71
  "fs-extra": "^10.0.1",
@@ -4,7 +4,7 @@
4
4
  import type { PackageJson } from 'type-fest'
5
5
  export const packageJson: PackageJson = {
6
6
  "name": "@juzi/wechaty-puppet-whatsapp",
7
- "version": "1.0.21",
7
+ "version": "1.0.23",
8
8
  "description": "Wechaty Puppet for WhatsApp",
9
9
  "type": "module",
10
10
  "exports": {
@@ -69,7 +69,7 @@ export const packageJson: PackageJson = {
69
69
  "@juzi/wechaty-puppet": "^1.0.15"
70
70
  },
71
71
  "dependencies": {
72
- "@juzi/whatsapp-web.js": "^1.18.8",
72
+ "@juzi/whatsapp-web.js": "^1.19.6",
73
73
  "ee-ts": "^1.0.2",
74
74
  "flash-store": "^1.0.6",
75
75
  "fs-extra": "^10.0.1",