signal-sdk 0.0.7 → 0.0.8
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/README.md +7 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,16 +12,15 @@
|
|
|
12
12
|
providing JSON-RPC communication and a powerful bot framework.
|
|
13
13
|
</p>
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
15
|
+
[](https://badge.fury.io/js/signal-sdk)
|
|
16
|
+
[](https://opensource.org/licenses/MIT)
|
|
17
|
+
[](https://github.com/AsamK/signal-cli)
|
|
18
|
+
[](https://www.typescriptlang.org/)
|
|
19
|
+
[](https://nodejs.org/)
|
|
20
|
+
[](https://liberapay.com/devbyben/donate)
|
|
21
21
|
|
|
22
22
|
</div>
|
|
23
23
|
|
|
24
|
-
|
|
25
24
|
## Features
|
|
26
25
|
|
|
27
26
|
### Core Capabilities
|
|
@@ -456,7 +455,6 @@ This project is licensed under the MIT License - see the [LICENSE](./LICENSE) fi
|
|
|
456
455
|
|
|
457
456
|
---
|
|
458
457
|
|
|
459
|
-
|
|
460
458
|
## API Methods
|
|
461
459
|
|
|
462
460
|
Compatible with signal-cli v0.13.22 - **100% Feature Coverage**
|
|
@@ -499,4 +497,4 @@ Your support helps maintain and improve signal-sdk
|
|
|
499
497
|
|
|
500
498
|
---
|
|
501
499
|
|
|
502
|
-
Made with ❤️ for the Signal community
|
|
500
|
+
Made with ❤️ for the Signal community
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "signal-sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "A comprehensive TypeScript SDK for Signal Messenger with native JSON-RPC support, providing high-performance messaging, bot framework, and full signal-cli integration.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|