dcl-catalyst-client 14.0.4 → 14.0.5

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="1672673434655" clover="3.2.0">
3
- <project timestamp="1672673434655" name="All files">
2
+ <coverage generated="1672673497900" clover="3.2.0">
3
+ <project timestamp="1672673497901" name="All files">
4
4
  <metrics statements="461" coveredstatements="366" conditionals="188" coveredconditionals="113" methods="134" coveredmethods="92" elements="783" coveredelements="571" complexity="0" loc="461" ncloc="461" packages="3" files="14" classes="14"/>
5
5
  <package name="src">
6
6
  <metrics statements="132" coveredstatements="97" conditionals="56" coveredconditionals="37" methods="55" coveredmethods="27"/>
@@ -131,7 +131,7 @@
131
131
  <div class='footer quiet pad2 space-top1 center small'>
132
132
  Code coverage generated by
133
133
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
134
- at Mon Jan 02 2023 15:30:34 GMT+0000 (Coordinated Universal Time)
134
+ at Mon Jan 02 2023 15:31:37 GMT+0000 (Coordinated Universal Time)
135
135
  </div>
136
136
  <script src="prettify.js"></script>
137
137
  <script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcl-catalyst-client",
3
- "version": "14.0.4",
3
+ "version": "14.0.5",
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",
@@ -74,5 +74,5 @@
74
74
  "printWidth": 120,
75
75
  "trailingComma": "none"
76
76
  },
77
- "commit": "f2688b7f97494ca53baf6c62f984a44b5f1a78ae"
77
+ "commit": "cdc1ddd4cb655bc9d0dd95dd62073128331350e0"
78
78
  }