conseiljs
Advanced tools
Comparing version 5.0.8-2 to 5.0.8-3
@@ -307,3 +307,5 @@ "use strict"; | ||
q = ConseilQueryBuilder_1.ConseilQueryBuilder.setLimit(q, 1000); | ||
return { entity: OPERATIONS, query: ConseilQueryBuilder_1.ConseilQueryBuilder.addPredicate(q, 'operation_group_hash', QueryTypes_1.ConseilOperator.EQ, [id], false) }; | ||
q = ConseilQueryBuilder_1.ConseilQueryBuilder.addPredicate(q, 'operation_group_hash', QueryTypes_1.ConseilOperator.EQ, [id], false); | ||
q = ConseilQueryBuilder_1.ConseilQueryBuilder.addOrdering(q, 'nonce', QueryTypes_1.ConseilSortDirection.DESC); | ||
return { entity: OPERATIONS, query: q }; | ||
} | ||
@@ -310,0 +312,0 @@ } |
{ | ||
"name": "conseiljs", | ||
"version": "5.0.8-2", | ||
"version": "5.0.8-3", | ||
"description": "Client-side library for Tezos dApp development.", | ||
@@ -101,3 +101,3 @@ "browser": "dist/index-web.js", | ||
"tsconfig-paths-webpack-plugin": "3.3.0", | ||
"typedoc": "^0.20.34", | ||
"typedoc": "0.18.0", | ||
"typedoc-plugin-markdown": "2.4.2", | ||
@@ -104,0 +104,0 @@ "typescript": "3.8.3", |
@@ -62,3 +62,3 @@ # ConseilJS-core | ||
<script src="https://cdn.jsdelivr.net/gh/cryptonomic/conseiljs/dist-web/conseiljs.min.js" | ||
integrity="sha384-sEYMVfIFpMORsZMgO4YyC0/fVSRBZjbkCYnA5A6HxBpKbxhbLG475Ru1hOjWSK7f" | ||
integrity="sha384-bUmP+mbBKqeLslTLtJkngVuA+nVFgEmFy1dkKraoJEHOUGvVRK/cIfhwnFWRM2Lv" | ||
crossorigin="anonymous"></script> | ||
@@ -65,0 +65,0 @@ <script src="https://cdn.jsdelivr.net/gh/cryptonomic/conseiljs-softsigner/dist-web/conseiljs-softsigner.min.js" |
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
804874
7699