@notifi-network/notifi-node
Advanced tools
Comparing version 0.90.4 to 0.90.5
@@ -1,2 +0,2 @@ | ||
export declare type WalletBlockchain = 'SOLANA' | 'ETHEREUM' | 'AVALANCHE' | 'APTOS' | 'ACALA' | 'POLYGON' | 'ARBITRUM' | 'BINANCE' | 'NEAR' | 'OPTIMISM' | 'INJECTIVE' | 'SUI' | 'ZKSYNC'; | ||
export declare type WalletBlockchain = 'SOLANA' | 'ETHEREUM' | 'AVALANCHE' | 'APTOS' | 'ACALA' | 'POLYGON' | 'ARBITRUM' | 'BINANCE' | 'NEAR' | 'OPTIMISM' | 'INJECTIVE' | 'SUI' | 'ZKSYNC' | 'BASE'; | ||
//# sourceMappingURL=WalletBlockchain.d.ts.map |
{ | ||
"name": "@notifi-network/notifi-node", | ||
"version": "0.90.4", | ||
"version": "0.90.5", | ||
"description": "The node.js library for server-initiated pushes", | ||
@@ -29,6 +29,6 @@ "author": "juni-notifi <hyungjoon.kim@notifi.network>", | ||
"dependencies": { | ||
"@notifi-network/notifi-axios-utils": "^0.90.4", | ||
"@notifi-network/notifi-core": "^0.90.4", | ||
"@notifi-network/notifi-dataplane": "^0.90.4", | ||
"@notifi-network/notifi-graphql": "^0.90.4", | ||
"@notifi-network/notifi-axios-utils": "^0.90.5", | ||
"@notifi-network/notifi-core": "^0.90.5", | ||
"@notifi-network/notifi-dataplane": "^0.90.5", | ||
"@notifi-network/notifi-graphql": "^0.90.5", | ||
"graphql": "^16.6.0", | ||
@@ -39,3 +39,3 @@ "graphql-request": "^6.0.0", | ||
}, | ||
"gitHead": "66aa45e6e8b75a7215f91a1f4e1c8e4cddd74d01" | ||
"gitHead": "a49faf2341f330137de0f48f0010bf034f071a2f" | ||
} |
Sorry, the diff of this file is not supported yet
74435