@vostokplatform/signature-generator
Advanced tools
Comparing version 1.4.4 to 1.4.5
@@ -325,5 +325,6 @@ "use strict"; | ||
new __1.Base58('senderPublicKey'), | ||
new __1.Base58('target'), | ||
new __1.StringWithLength('nodeName'), | ||
new __1.PermissionOpType('opType'), | ||
new __1.Long('fee'), | ||
// new Long('fee'), | ||
new __1.Long('timestamp') | ||
@@ -330,0 +331,0 @@ ]); |
{ | ||
"name": "@vostokplatform/signature-generator", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -320,5 +320,6 @@ "use strict"; | ||
new __1.Base58('senderPublicKey'), | ||
new __1.Base58('target'), | ||
new __1.StringWithLength('nodeName'), | ||
new __1.PermissionOpType('opType'), | ||
new __1.Long('fee'), | ||
// new Long('fee'), | ||
new __1.Long('timestamp') | ||
@@ -325,0 +326,0 @@ ]); |
@@ -414,5 +414,6 @@ import { | ||
new Base58('senderPublicKey'), | ||
new Base58('target'), | ||
new StringWithLength('nodeName'), | ||
new PermissionOpType('opType'), // todo - rename. currently permission and policy have same op types | ||
new Long('fee'), | ||
// new Long('fee'), | ||
new Long('timestamp') | ||
@@ -419,0 +420,0 @@ ]); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
6282938
110098