@firmachain/firma-js 0.2.61 → 0.2.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -706,7 +706,6 @@ var FirmaCosmWasmCw721Service = /** @class */ (function () {
706
706
  case 0:
707
707
  _a.trys.push([0, 2, , 3]);
708
708
  query = "{\n \"all_operators\": { \n \"owner\": \"" + owner + "\", \n \"include_expired\" : " + isIncludeExpired + ", \n \"limit\": " + limit + ",\n \"start_after\": " + (start_after !== null ? "\"" + start_after + "\"" : null) + " \n }\n }";
709
- console.log(query);
710
709
  return [4 /*yield*/, this.cosmwasmService.getContractSmartQueryData(contractAddress, query)];
711
710
  case 1:
712
711
  result = _a.sent();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firmachain/firma-js",
3
- "version": "0.2.61",
3
+ "version": "0.2.62",
4
4
  "description": "The Official FirmaChain Javascript SDK written in Typescript",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",