@bloks/api
Advanced tools
Comparing version 24.0.9 to 24.0.11
import { Api as ProtonApi, JsonRpc } from '@proton/js'; | ||
import { Constants } from '@bloks/constants'; | ||
import type { constants as TConstants } from '@bloks/constants'; | ||
import * as LightApi from '@eoscafe/light-api'; | ||
@@ -25,4 +25,4 @@ import * as ACCOUNT from './account'; | ||
isInitialized: boolean; | ||
constants: Constants; | ||
initialize(constants: Constants, { rpcEndpoints, actionsRpcEndpoints, lightEndpoint, hyperionEndpoint }?: { | ||
constants: typeof TConstants; | ||
initialize(constants: typeof TConstants, { rpcEndpoints, actionsRpcEndpoints, lightEndpoint, hyperionEndpoint }?: { | ||
rpcEndpoints?: string[]; | ||
@@ -29,0 +29,0 @@ actionsRpcEndpoints?: string[]; |
{ | ||
"name": "@bloks/api", | ||
"version": "24.0.9", | ||
"version": "24.0.11", | ||
"author": "jafri", | ||
@@ -27,3 +27,3 @@ "module": "dist/api.esm.js", | ||
"dependencies": { | ||
"@bloks/constants": "^24.0.9", | ||
"@bloks/constants": "^24.0.11", | ||
"@bloks/numbers": "^24.0.0", | ||
@@ -33,5 +33,5 @@ "@bloks/utils": "^24.0.0", | ||
"@eoscafe/light-api": "^3.2.13", | ||
"@proton/js": "^24.0.9" | ||
"@proton/js": "^24.0.11" | ||
}, | ||
"gitHead": "cbec9ad276a3c1cc675a8c9ead7f5a7fbce38320" | ||
"gitHead": "49091223bdbb64d7c95f6eae9d49a7c232a1f806" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
792976
Updated@bloks/constants@^24.0.11
Updated@proton/js@^24.0.11