@identity.com/cryptid-core
Advanced tools
Comparing version 0.3.0-alpha.1 to 0.3.0-alpha.2
@@ -56,3 +56,3 @@ "use strict"; | ||
offset += page; | ||
} while (nextPage.length < page); | ||
} while (nextPage.length === page); | ||
return found; | ||
@@ -59,0 +59,0 @@ }); |
{ | ||
"name": "@identity.com/cryptid-core", | ||
"version": "0.3.0-alpha.1", | ||
"version": "0.3.0-alpha.2", | ||
"scripts": { | ||
@@ -8,3 +8,3 @@ "clean": "rimraf dist", | ||
"prebuild": "yarn clean", | ||
"build": "tsc" | ||
"build": "tsc --build" | ||
}, | ||
@@ -17,3 +17,3 @@ "files": [ | ||
"dependencies": { | ||
"@identity.com/cryptid-idl": "0.3.0-alpha.1", | ||
"@identity.com/cryptid-idl": "0.3.0-alpha.2", | ||
"@identity.com/sol-did-client": "^3.1.0", | ||
@@ -20,0 +20,0 @@ "@project-serum/anchor": "^0.25.0", |
Sorry, the diff of this file is not supported yet
94283
+ Added@identity.com/cryptid-idl@0.3.0-alpha.2(transitive)
- Removed@identity.com/cryptid-idl@0.3.0-alpha.1(transitive)