conseiljs
Advanced tools
Comparing version 0.1.18 to 0.1.19
@@ -82,2 +82,3 @@ "use strict"; | ||
operation_destination: filter.operation_source.filter(Boolean), | ||
operation_participant: filter.operation_participant.filter(Boolean), | ||
operation_kind: filter.operation_kind.filter(Boolean), | ||
@@ -84,0 +85,0 @@ account_id: filter.account_id.filter(Boolean), |
{ | ||
"name": "conseiljs", | ||
"version": "0.1.18", | ||
"version": "0.1.19", | ||
"description": "Client-side library for dApp development.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -71,2 +71,3 @@ import * as querystring from "querystring"; | ||
operation_destination: filter.operation_source.filter(Boolean), | ||
operation_participant: filter.operation_participant.filter(Boolean), | ||
operation_kind: filter.operation_kind.filter(Boolean), | ||
@@ -73,0 +74,0 @@ account_id: filter.account_id.filter(Boolean), |
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
311791
5149