@wppconnect/wa-proto 1.0.429 → 1.1.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,52 @@
1
+ # 1.1.0 (2024-10-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Fixed release for publish in npm ([6f07628](https://github.com/wppconnect-team/wa-proto/commit/6f0762821f6510f6208cd8343d64e9abfe716bba))
7
+
8
+
9
+
10
+ ## [1.0.439](https://github.com/wppconnect-team/wa-proto/compare/v1.0.438...v1.0.439) (2024-10-11)
11
+
12
+
13
+
14
+ ## [1.0.438](https://github.com/wppconnect-team/wa-proto/compare/v1.0.437...v1.0.438) (2024-10-11)
15
+
16
+
17
+
18
+ ## [1.0.437](https://github.com/wppconnect-team/wa-proto/compare/v1.0.436...v1.0.437) (2024-10-11)
19
+
20
+
21
+
22
+ ## [1.0.436](https://github.com/wppconnect-team/wa-proto/compare/v1.0.435...v1.0.436) (2024-10-11)
23
+
24
+
25
+
26
+ ## [1.0.435](https://github.com/wppconnect-team/wa-proto/compare/v1.0.434...v1.0.435) (2024-10-11)
27
+
28
+
29
+
30
+ ## [1.0.434](https://github.com/wppconnect-team/wa-proto/compare/v1.0.433...v1.0.434) (2024-10-11)
31
+
32
+
33
+
34
+ ## [1.0.433](https://github.com/wppconnect-team/wa-proto/compare/v1.0.432...v1.0.433) (2024-10-11)
35
+
36
+
37
+
38
+ ## [1.0.432](https://github.com/wppconnect-team/wa-proto/compare/v1.0.431...v1.0.432) (2024-10-10)
39
+
40
+
41
+
42
+ ## [1.0.431](https://github.com/wppconnect-team/wa-proto/compare/v1.0.430...v1.0.431) (2024-10-10)
43
+
44
+
45
+
46
+ ## [1.0.430](https://github.com/wppconnect-team/wa-proto/compare/v1.0.429...v1.0.430) (2024-10-10)
47
+
48
+
49
+
1
50
  ## [1.0.429](https://github.com/wppconnect-team/wa-proto/compare/v1.0.428...v1.0.429) (2024-10-10)
2
51
 
3
52
 
package/WAProto.proto CHANGED
@@ -1,7 +1,7 @@
1
1
  syntax = "proto3";
2
2
  package waproto;
3
3
 
4
- /// WhatsApp Version: 2.3000.1017231525
4
+ /// WhatsApp Version: 2.3000.1017264179
5
5
 
6
6
  message ADVDeviceIdentity {
7
7
  optional uint32 rawId = 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wppconnect/wa-proto",
3
- "version": "1.0.429",
3
+ "version": "1.1.0",
4
4
  "description": "Protobuf files from WhatsApp WEB",
5
5
  "license": "Apache-2.0",
6
6
  "author": {