@proton/js
Advanced tools
Comparing version 22.0.78 to 22.0.86
@@ -6,2 +6,18 @@ # Change Log | ||
## [22.0.84](https://github.com/ProtonProtocol/bloks/compare/v22.0.83...v22.0.84) (2021-06-17) | ||
**Note:** Version bump only for package @proton/js | ||
## [22.0.79](https://github.com/ProtonProtocol/bloks/compare/v22.0.78...v22.0.79) (2021-06-13) | ||
**Note:** Version bump only for package @proton/js | ||
## [22.0.77](https://github.com/ProtonProtocol/bloks/compare/v22.0.75...v22.0.77) (2021-04-29) | ||
@@ -8,0 +24,0 @@ |
/// <reference types="node" /> | ||
import { Api } from './api'; | ||
import transactionAbi from './api/transactionAbi'; | ||
import * as ApiInterfaces from './api/types'; | ||
@@ -11,3 +12,3 @@ import { JsonRpc, RpcError } from './rpc'; | ||
import { sha256 } from './cryptography/conversions'; | ||
export { Api, ApiInterfaces, JsonRpc, Numeric, RpcInterfaces, RpcError, Serialize, JsSignatureProvider, Key, sha256 }; | ||
export { Api, ApiInterfaces, JsonRpc, Numeric, RpcInterfaces, RpcError, Serialize, JsSignatureProvider, Key, sha256, transactionAbi }; | ||
declare const _default: { | ||
@@ -24,3 +25,4 @@ Api: typeof Api; | ||
sha256: (data: string | Buffer) => string; | ||
transactionAbi: RpcInterfaces.Abi; | ||
}; | ||
export default _default; |
{ | ||
"name": "@proton/js", | ||
"version": "22.0.78", | ||
"version": "22.0.86", | ||
"description": "Javascript Interface to the Proton Blockchain", | ||
@@ -32,3 +32,3 @@ "module": "dist/index.js", | ||
"dependencies": { | ||
"@bloks/constants": "^22.0.78", | ||
"@bloks/constants": "^22.0.86", | ||
"bs58": "^4.0.1", | ||
@@ -95,3 +95,3 @@ "cross-fetch": "^3.1.4", | ||
}, | ||
"gitHead": "2ff5dfbd48e25875d31e9356566db68db3dac76b" | ||
"gitHead": "319f2821d867670d8e120c5a695095ae5232580b" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1770607
17933
Updated@bloks/constants@^22.0.86