fb-messenger-e2ee 0.1.0 → 0.1.1

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/README.md +7 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,11 @@
1
1
  # FME - FB Messenger E2EE
2
2
 
3
- [![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-blue.svg)](https://www.typescriptlang.org/)
4
- [![Bun](https://img.shields.io/badge/Bun-1.0+-black.svg)](https://bun.sh/)
5
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
3
+ [![npm version](https://img.shields.io/npm/v/fb-messenger-e2ee?style=flat-square)](https://www.npmjs.com/package/fb-messenger-e2ee)
4
+ [![github version](https://img.shields.io/github/package-json/v/HerokeyVN/fb-messenger-e2ee?label=github&style=flat-square)](https://github.com/HerokeyVN/fb-messenger-e2ee)
5
+ [![npm downloads](https://img.shields.io/npm/dm/fb-messenger-e2ee?style=flat-square)](https://www.npmjs.com/package/fb-messenger-e2ee)
6
+ [![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-blue?style=flat-square)](https://www.typescriptlang.org/)
7
+ [![Bun](https://img.shields.io/badge/Bun-1.0+-black?style=flat-square)](https://bun.sh/)
8
+ [![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL--3.0-blue?style=flat-square)](https://www.gnu.org/licenses/agpl-3.0)
6
9
 
7
10
  **FME - FB Messenger E2EE** is a TypeScript/Bun toolkit focused on Facebook Messenger E2EE flows built on Noise, WA-binary, protobuf, and the Signal Protocol. Plaintext/non-E2EE messaging is intentionally left to `fca-unofficial` directly.
8
11
 
@@ -150,4 +153,4 @@ For the API reference and operational notes, see [DOCS.md](./DOCS.md).
150
153
 
151
154
  ## License
152
155
 
153
- MIT © [VangBanLaNhat](https://github.com/VangBanLaNhat)
156
+ Licensed under the [GNU Affero General Public License v3.0](./LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fb-messenger-e2ee",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "E2EE-only TypeScript/Bun toolkit for Facebook Messenger Noise, Signal Protocol, WA-binary, media, and DGW flows",
5
5
  "main": "src/index.ts",
6
6
  "module": "src/index.ts",