node-datachannel 0.33.1 → 0.33.2

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/CMakeLists.txt CHANGED
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15)
2
2
  cmake_policy(SET CMP0091 NEW)
3
3
  cmake_policy(SET CMP0042 NEW)
4
4
 
5
- project(node_datachannel VERSION 0.33.0)
5
+ project(node_datachannel VERSION 0.33.2)
6
6
 
7
7
  # compile_commands.json
8
8
  # -----------------------------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-datachannel",
3
- "version": "0.33.1",
3
+ "version": "0.33.2",
4
4
  "description": "WebRTC For Node.js and Electron. libdatachannel node bindings.",
5
5
  "main": "./dist/cjs/lib/index.cjs",
6
6
  "module": "./dist/esm/lib/index.mjs",
@@ -118,14 +118,14 @@
118
118
  "detect-libc": "^2.0.4"
119
119
  },
120
120
  "optionalDependencies": {
121
- "@node-datachannel/android-arm64": "0.33.1",
122
- "@node-datachannel/darwin-arm64": "0.33.1",
123
- "@node-datachannel/darwin-x64": "0.33.1",
124
- "@node-datachannel/linux-arm64-gnu": "0.33.1",
125
- "@node-datachannel/linux-arm64-musl": "0.33.1",
126
- "@node-datachannel/linux-x64-gnu": "0.33.1",
127
- "@node-datachannel/linux-x64-musl": "0.33.1",
128
- "@node-datachannel/win32-arm64-msvc": "0.33.1",
129
- "@node-datachannel/win32-x64-msvc": "0.33.1"
121
+ "@node-datachannel/android-arm64": "0.33.2",
122
+ "@node-datachannel/darwin-arm64": "0.33.2",
123
+ "@node-datachannel/darwin-x64": "0.33.2",
124
+ "@node-datachannel/linux-arm64-gnu": "0.33.2",
125
+ "@node-datachannel/linux-arm64-musl": "0.33.2",
126
+ "@node-datachannel/linux-x64-gnu": "0.33.2",
127
+ "@node-datachannel/linux-x64-musl": "0.33.2",
128
+ "@node-datachannel/win32-arm64-msvc": "0.33.2",
129
+ "@node-datachannel/win32-x64-msvc": "0.33.2"
130
130
  }
131
131
  }
@@ -1,20 +0,0 @@
1
- {
2
- "name": "@node-datachannel/darwin-arm64",
3
- "version": "0.33.1",
4
- "description": "Prebuilt native binary for node-datachannel (macOS Apple Silicon)",
5
- "main": "node_datachannel.node",
6
- "files": [
7
- "node_datachannel.node"
8
- ],
9
- "repository": {
10
- "type": "git",
11
- "url": "git+https://github.com/murat-dogan/node-datachannel.git"
12
- },
13
- "license": "MPL 2.0",
14
- "os": [
15
- "darwin"
16
- ],
17
- "cpu": [
18
- "arm64"
19
- ]
20
- }
@@ -1,20 +0,0 @@
1
- {
2
- "name": "@node-datachannel/darwin-x64",
3
- "version": "0.33.1",
4
- "description": "Prebuilt native binary for node-datachannel (macOS Intel)",
5
- "main": "node_datachannel.node",
6
- "files": [
7
- "node_datachannel.node"
8
- ],
9
- "repository": {
10
- "type": "git",
11
- "url": "git+https://github.com/murat-dogan/node-datachannel.git"
12
- },
13
- "license": "MPL 2.0",
14
- "os": [
15
- "darwin"
16
- ],
17
- "cpu": [
18
- "x64"
19
- ]
20
- }
@@ -1,23 +0,0 @@
1
- {
2
- "name": "@node-datachannel/linux-arm64-gnu",
3
- "version": "0.33.1",
4
- "description": "Prebuilt native binary for node-datachannel (linux-arm64-gnu)",
5
- "main": "node_datachannel.node",
6
- "files": [
7
- "node_datachannel.node"
8
- ],
9
- "repository": {
10
- "type": "git",
11
- "url": "git+https://github.com/murat-dogan/node-datachannel.git"
12
- },
13
- "license": "MPL 2.0",
14
- "os": [
15
- "linux"
16
- ],
17
- "cpu": [
18
- "arm64"
19
- ],
20
- "libc": [
21
- "glibc"
22
- ]
23
- }
@@ -1,23 +0,0 @@
1
- {
2
- "name": "@node-datachannel/linux-arm64-musl",
3
- "version": "0.33.1",
4
- "description": "Prebuilt native binary for node-datachannel (linux-arm64-musl/alpine)",
5
- "main": "node_datachannel.node",
6
- "files": [
7
- "node_datachannel.node"
8
- ],
9
- "repository": {
10
- "type": "git",
11
- "url": "git+https://github.com/murat-dogan/node-datachannel.git"
12
- },
13
- "license": "MPL 2.0",
14
- "os": [
15
- "linux"
16
- ],
17
- "cpu": [
18
- "arm64"
19
- ],
20
- "libc": [
21
- "musl"
22
- ]
23
- }
@@ -1,23 +0,0 @@
1
- {
2
- "name": "@node-datachannel/linux-x64-gnu",
3
- "version": "0.33.1",
4
- "description": "Prebuilt native binary for node-datachannel (linux-x64-gnu)",
5
- "main": "node_datachannel.node",
6
- "files": [
7
- "node_datachannel.node"
8
- ],
9
- "repository": {
10
- "type": "git",
11
- "url": "git+https://github.com/murat-dogan/node-datachannel.git"
12
- },
13
- "license": "MPL 2.0",
14
- "os": [
15
- "linux"
16
- ],
17
- "cpu": [
18
- "x64"
19
- ],
20
- "libc": [
21
- "glibc"
22
- ]
23
- }
@@ -1,23 +0,0 @@
1
- {
2
- "name": "@node-datachannel/linux-x64-musl",
3
- "version": "0.33.1",
4
- "description": "Prebuilt native binary for node-datachannel (linux-x64-musl/alpine)",
5
- "main": "node_datachannel.node",
6
- "files": [
7
- "node_datachannel.node"
8
- ],
9
- "repository": {
10
- "type": "git",
11
- "url": "git+https://github.com/murat-dogan/node-datachannel.git"
12
- },
13
- "license": "MPL 2.0",
14
- "os": [
15
- "linux"
16
- ],
17
- "cpu": [
18
- "x64"
19
- ],
20
- "libc": [
21
- "musl"
22
- ]
23
- }
@@ -1,20 +0,0 @@
1
- {
2
- "name": "@node-datachannel/win32-arm64-msvc",
3
- "version": "0.33.1",
4
- "description": "Prebuilt native binary for node-datachannel (Windows ARM64)",
5
- "main": "node_datachannel.node",
6
- "files": [
7
- "node_datachannel.node"
8
- ],
9
- "repository": {
10
- "type": "git",
11
- "url": "git+https://github.com/murat-dogan/node-datachannel.git"
12
- },
13
- "license": "MPL 2.0",
14
- "os": [
15
- "win32"
16
- ],
17
- "cpu": [
18
- "arm64"
19
- ]
20
- }
@@ -1,20 +0,0 @@
1
- {
2
- "name": "@node-datachannel/win32-x64-msvc",
3
- "version": "0.33.1",
4
- "description": "Prebuilt native binary for node-datachannel (Windows x64)",
5
- "main": "node_datachannel.node",
6
- "files": [
7
- "node_datachannel.node"
8
- ],
9
- "repository": {
10
- "type": "git",
11
- "url": "git+https://github.com/murat-dogan/node-datachannel.git"
12
- },
13
- "license": "MPL 2.0",
14
- "os": [
15
- "win32"
16
- ],
17
- "cpu": [
18
- "x64"
19
- ]
20
- }