@saib/cardano-bifrost
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -16,4 +16,4 @@ "use strict"; | ||
const result = []; | ||
for (const i in Bifrost._cardano) { | ||
const cardano = Bifrost._cardano; | ||
const cardano = Bifrost._cardano; | ||
for (const i in cardano()) { | ||
const p = cardano()[i]; | ||
@@ -20,0 +20,0 @@ if (p.apiVersion !== null && p.icon != null && p.name !== null) { |
{ | ||
"name": "@saib/cardano-bifrost", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "A Cardano CIP30 Wallet API Library", | ||
@@ -5,0 +5,0 @@ "main": "dist/Bifrost.js", |
Sorry, the diff of this file is not supported yet
29446