@privitty/privitty-core 0.3.1 → 0.3.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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@privitty/privitty-core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "Privitty Core - Native binary wrapper for JSON-RPC server",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"author": "Alanring Technologies Private Limited",
|
|
27
27
|
"license": "SEE LICENSE IN LICENSE",
|
|
28
28
|
"optionalDependencies": {
|
|
29
|
-
"@privitty/privitty-core-darwin-arm64": "0.3.
|
|
30
|
-
"@privitty/privitty-core-linux-x64": "0.3.
|
|
31
|
-
"@privitty/privitty-core-win32-x64": "0.3.
|
|
29
|
+
"@privitty/privitty-core-darwin-arm64": "0.3.1",
|
|
30
|
+
"@privitty/privitty-core-linux-x64": "0.3.1",
|
|
31
|
+
"@privitty/privitty-core-win32-x64": "0.3.1"
|
|
32
32
|
},
|
|
33
33
|
"engines": {
|
|
34
34
|
"node": ">=14.0.0"
|