@vowifi-rs/vowifi 0.1.6 → 0.1.7
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vowifi-rs/vowifi",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "Hardware-independent VoWiFi SMS session for Node.js",
|
|
5
5
|
"license": "MIT OR Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -24,8 +24,7 @@
|
|
|
24
24
|
"index.js",
|
|
25
25
|
"index.d.ts",
|
|
26
26
|
"native.js",
|
|
27
|
-
"native.d.ts"
|
|
28
|
-
"*.node"
|
|
27
|
+
"native.d.ts"
|
|
29
28
|
],
|
|
30
29
|
"scripts": {
|
|
31
30
|
"build": "napi build --platform --js native.js --dts native.d.ts",
|
|
@@ -46,8 +45,8 @@
|
|
|
46
45
|
]
|
|
47
46
|
},
|
|
48
47
|
"optionalDependencies": {
|
|
49
|
-
"@vowifi-rs/vowifi-win32-x64-msvc": "0.1.
|
|
50
|
-
"@vowifi-rs/vowifi-linux-x64-gnu": "0.1.
|
|
51
|
-
"@vowifi-rs/vowifi-linux-arm64-gnu": "0.1.
|
|
48
|
+
"@vowifi-rs/vowifi-win32-x64-msvc": "0.1.7",
|
|
49
|
+
"@vowifi-rs/vowifi-linux-x64-gnu": "0.1.7",
|
|
50
|
+
"@vowifi-rs/vowifi-linux-arm64-gnu": "0.1.7"
|
|
52
51
|
}
|
|
53
52
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|