@ut-protocol/utp 0.6.11 → 0.6.12
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/bin/utp +0 -0
- package/package.json +5 -5
package/bin/utp
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ut-protocol/utp",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.12",
|
|
4
4
|
"description": "UTP Protocol CLI - Universal Transaction Protocol client",
|
|
5
5
|
"bin": { "utp": "bin/utp" },
|
|
6
|
-
"optionalDependencies": { "@ut-protocol/utp-darwin-arm64": "0.6.
|
|
7
|
-
"@ut-protocol/utp-darwin-x64": "0.6.
|
|
8
|
-
"@ut-protocol/utp-linux-x64": "0.6.
|
|
9
|
-
"@ut-protocol/utp-win32-x64": "0.6.
|
|
6
|
+
"optionalDependencies": { "@ut-protocol/utp-darwin-arm64": "0.6.12",
|
|
7
|
+
"@ut-protocol/utp-darwin-x64": "0.6.12",
|
|
8
|
+
"@ut-protocol/utp-linux-x64": "0.6.12",
|
|
9
|
+
"@ut-protocol/utp-win32-x64": "0.6.12"
|
|
10
10
|
},
|
|
11
11
|
"files": ["bin/utp", "bin/ps/"],
|
|
12
12
|
"publishConfig": { "registry": "https://registry.npmjs.org" }
|