dcl-catalyst-client 9.0.5-20211229205908.commit-4b9ea5c → 9.0.5-20220106135013.commit-85cbc49

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.
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1640811548392" clover="3.2.0">
3
- <project timestamp="1640811548392" name="All files">
2
+ <coverage generated="1641477013086" clover="3.2.0">
3
+ <project timestamp="1641477013087" name="All files">
4
4
  <metrics statements="550" coveredstatements="433" conditionals="394" coveredconditionals="284" methods="149" coveredmethods="99" elements="1093" coveredelements="816" complexity="0" loc="550" ncloc="550" packages="4" files="17" classes="17"/>
5
5
  <package name="src">
6
6
  <metrics statements="198" coveredstatements="151" conditionals="207" coveredconditionals="164" methods="69" coveredmethods="33"/>
@@ -140,7 +140,7 @@
140
140
  <div class='footer quiet pad2 space-top1 center small'>
141
141
  Code coverage generated by
142
142
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
143
- at Wed Dec 29 2021 20:59:08 GMT+0000 (Coordinated Universal Time)
143
+ at Thu Jan 06 2022 13:50:13 GMT+0000 (Coordinated Universal Time)
144
144
  </div>
145
145
  </div>
146
146
  <script src="prettify.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcl-catalyst-client",
3
- "version": "9.0.5-20211229205908.commit-4b9ea5c",
3
+ "version": "9.0.5-20220106135013.commit-85cbc49",
4
4
  "description": "A client to query and perform changes on Decentraland's catalyst servers",
5
5
  "main": "dist/index.js",
6
6
  "typings": "./dist/index.d.ts",
@@ -76,5 +76,5 @@
76
76
  "printWidth": 120,
77
77
  "trailingComma": "none"
78
78
  },
79
- "commit": "4b9ea5cfb862571db542d8977dbf921acc2d8c54"
79
+ "commit": "85cbc49b908364024da783714b49edeb660263e7"
80
80
  }