anchor-link
Advanced tools
Comparing version 3.2.2 to 3.2.3
/** | ||
* Anchor Link v3.2.2 | ||
* Anchor Link v3.2.3 | ||
* https://github.com/greymass/anchor-link | ||
@@ -4,0 +4,0 @@ * |
/** | ||
* Anchor Link v3.2.2 | ||
* Anchor Link v3.2.3 | ||
* https://github.com/greymass/anchor-link | ||
@@ -1341,3 +1341,3 @@ * | ||
/** Package version. */ | ||
Link.version = '3.2.2'; // eslint-disable-line @typescript-eslint/no-inferrable-types | ||
Link.version = '3.2.3'; // eslint-disable-line @typescript-eslint/no-inferrable-types | ||
return Link; | ||
@@ -1344,0 +1344,0 @@ }()); |
/** | ||
* Anchor Link v3.2.2 | ||
* Anchor Link v3.2.3 | ||
* https://github.com/greymass/anchor-link | ||
@@ -1072,3 +1072,3 @@ * | ||
/** Package version. */ | ||
Link.version = '3.2.2'; // eslint-disable-line @typescript-eslint/no-inferrable-types | ||
Link.version = '3.2.3'; // eslint-disable-line @typescript-eslint/no-inferrable-types | ||
/** | ||
@@ -1075,0 +1075,0 @@ * Format a EOSIO permission level in the format `actor@permission` taking placeholders into consideration. |
{ | ||
"name": "anchor-link", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"description": "Library for authenticating and signing transactions using the Anchor Link protocol", | ||
@@ -37,3 +37,3 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"@greymass/eosio": "^0.3.2", | ||
"@greymass/eosio": "^0.4.0", | ||
"asmcrypto.js": "^2.3.2", | ||
@@ -57,2 +57,3 @@ "eosio-signing-request": "^2.2.0", | ||
"@rollup/plugin-typescript": "^8.1.1", | ||
"@types/bn.js": "^5.1.0", | ||
"@types/mocha": "^8.2.0", | ||
@@ -59,0 +60,0 @@ "@types/node": "^14.14.26", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2741712
6626
30
22
+ Added@greymass/eosio@0.4.9(transitive)
- Removed@greymass/eosio@0.3.2(transitive)
Updated@greymass/eosio@^0.4.0