@zondax/beryx
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -6,5 +6,5 @@ export default interface AccountInfo { | ||
created_at?: string; | ||
creation_tx_hash?: string; | ||
creation_tx_cid?: string; | ||
creator_address?: string; | ||
eth_address?: string; | ||
} |
@@ -15,3 +15,3 @@ import Ajv = require('ajv'); | ||
}; | ||
creation_tx_hash: { | ||
creation_tx_cid: { | ||
type: string; | ||
@@ -18,0 +18,0 @@ }; |
@@ -28,3 +28,3 @@ "use strict"; | ||
}, | ||
creation_tx_hash: { | ||
creation_tx_cid: { | ||
type: 'string', | ||
@@ -31,0 +31,0 @@ }, |
{ | ||
"name": "@zondax/beryx", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Beryx indexes and exposes via a public API Filecoin historical and real-time data. We provide historical transactions of every account, interactions with multisig accounts, fees details and many more.", | ||
@@ -62,3 +62,3 @@ "main": "dist/index.js", | ||
"@trivago/prettier-plugin-sort-imports": "^4.0.0", | ||
"@types/jest": "^29.5.4", | ||
"@types/jest": "^29.5.8", | ||
"@typescript-eslint/eslint-plugin": "^5.38.0", | ||
@@ -65,0 +65,0 @@ "@typescript-eslint/parser": "^5.38.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
70060