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 +1 -1
- package/package.json +10 -10
- package/npm-artifacts/package-darwin-arm64/node_datachannel.node +0 -0
- package/npm-artifacts/package-darwin-arm64/package.json +0 -20
- package/npm-artifacts/package-darwin-x64/node_datachannel.node +0 -0
- package/npm-artifacts/package-darwin-x64/package.json +0 -20
- package/npm-artifacts/package-linux-arm64-gnu/node_datachannel.node +0 -0
- package/npm-artifacts/package-linux-arm64-gnu/package.json +0 -23
- package/npm-artifacts/package-linux-arm64-musl/node_datachannel.node +0 -0
- package/npm-artifacts/package-linux-arm64-musl/package.json +0 -23
- package/npm-artifacts/package-linux-x64-gnu/node_datachannel.node +0 -0
- package/npm-artifacts/package-linux-x64-gnu/package.json +0 -23
- package/npm-artifacts/package-linux-x64-musl/node_datachannel.node +0 -0
- package/npm-artifacts/package-linux-x64-musl/package.json +0 -23
- package/npm-artifacts/package-win32-arm64-msvc/node_datachannel.node +0 -0
- package/npm-artifacts/package-win32-arm64-msvc/package.json +0 -20
- package/npm-artifacts/package-win32-x64-msvc/node_datachannel.node +0 -0
- package/npm-artifacts/package-win32-x64-msvc/package.json +0 -20
package/CMakeLists.txt
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-datachannel",
|
|
3
|
-
"version": "0.33.
|
|
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.
|
|
122
|
-
"@node-datachannel/darwin-arm64": "0.33.
|
|
123
|
-
"@node-datachannel/darwin-x64": "0.33.
|
|
124
|
-
"@node-datachannel/linux-arm64-gnu": "0.33.
|
|
125
|
-
"@node-datachannel/linux-arm64-musl": "0.33.
|
|
126
|
-
"@node-datachannel/linux-x64-gnu": "0.33.
|
|
127
|
-
"@node-datachannel/linux-x64-musl": "0.33.
|
|
128
|
-
"@node-datachannel/win32-arm64-msvc": "0.33.
|
|
129
|
-
"@node-datachannel/win32-x64-msvc": "0.33.
|
|
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
|
}
|
|
Binary file
|
|
@@ -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
|
-
}
|
|
Binary file
|
|
@@ -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
|
-
}
|
|
Binary file
|
|
@@ -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
|
-
}
|
|
Binary file
|
|
@@ -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
|
-
}
|
|
Binary file
|
|
@@ -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
|
-
}
|
|
Binary file
|
|
@@ -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
|
-
}
|
|
Binary file
|
|
@@ -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
|
-
}
|
|
Binary file
|
|
@@ -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
|
-
}
|