@signalapp/libsignal-client 0.80.1 → 0.80.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.
@@ -4313,7 +4313,7 @@ DEALINGS IN THE SOFTWARE.
4313
4313
 
4314
4314
  ```
4315
4315
 
4316
- ## tungstenite 0.26.2
4316
+ ## tungstenite 0.27.0
4317
4317
 
4318
4318
  ```
4319
4319
  Copyright (c) 2017 Alexey Galakhov
@@ -4432,7 +4432,7 @@ DEALINGS IN THE SOFTWARE.
4432
4432
 
4433
4433
  ```
4434
4434
 
4435
- ## tokio-tungstenite 0.26.2
4435
+ ## tokio-tungstenite 0.27.0
4436
4436
 
4437
4437
  ```
4438
4438
  Copyright (c) 2017 Daniel Abramov
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signalapp/libsignal-client",
3
- "version": "0.80.1",
3
+ "version": "0.80.3",
4
4
  "license": "AGPL-3.0-only",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,9 +19,9 @@
19
19
  "prebuilds/*/*.node"
20
20
  ],
21
21
  "scripts": {
22
- "install": "echo Use \\`npx node-gyp rebuild\\` to build the native library from scratch if needed",
23
- "build": "node-gyp build",
24
- "build-with-debug-level-logs": "npx --libsignal-debug-level-logs node-gyp build",
22
+ "install": "echo Use \\`npm run build\\` to build the native library if needed",
23
+ "build": "python3 build_node_bridge.py",
24
+ "build-with-debug-level-logs": "python3 build_node_bridge.py --debug-level-logs",
25
25
  "tsc": "tsc -b",
26
26
  "clean": "rimraf dist build prebuilds",
27
27
  "test": "mocha --recursive dist/test --require source-map-support/register",
@@ -60,8 +60,6 @@
60
60
  "eslint-plugin-mocha": "^10.1.0",
61
61
  "eslint-plugin-more": "^1.0.0",
62
62
  "mocha": "^9",
63
- "node-gyp": "^11.2.0",
64
- "prebuildify": "^6.0.0",
65
63
  "prettier": "^2.7.1",
66
64
  "rimraf": "^6.0.1",
67
65
  "sinon": "^18.0.0",