dcl-catalyst-client 9.0.4 → 9.0.5-20211224182952.commit-aaaaac7

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="1640104209742" clover="3.2.0">
3
- <project timestamp="1640104209742" name="All files">
2
+ <coverage generated="1640370591576" clover="3.2.0">
3
+ <project timestamp="1640370591576" name="All files">
4
4
  <metrics statements="552" coveredstatements="435" conditionals="230" coveredconditionals="152" methods="149" coveredmethods="99" elements="931" coveredelements="686" complexity="0" loc="552" ncloc="552" packages="4" files="17" classes="17"/>
5
5
  <package name="src">
6
6
  <metrics statements="198" coveredstatements="151" conditionals="91" coveredconditionals="72" 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 Tue Dec 21 2021 16:30:09 GMT+0000 (Coordinated Universal Time)
143
+ at Fri Dec 24 2021 18:29:51 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.4",
3
+ "version": "9.0.5-20211224182952.commit-aaaaac7",
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",
@@ -45,7 +45,7 @@
45
45
  "dependencies": {
46
46
  "@types/form-data": "^2.5.0",
47
47
  "cookie": "^0.4.1",
48
- "dcl-catalyst-commons": "^7.1.3",
48
+ "dcl-catalyst-commons": "7.1.4-20211224181902.commit-03602b7",
49
49
  "dcl-crypto": "^2.2.0",
50
50
  "form-data": "^4.0.0",
51
51
  "log4js": "^6.3.0"
@@ -78,5 +78,5 @@
78
78
  "printWidth": 120,
79
79
  "trailingComma": "none"
80
80
  },
81
- "commit": "6269afc577f49f608bdaba28ebec2ce9b51625c8"
81
+ "commit": "aaaaac7d363b16397c9da36d0a103c8d0548c5ff"
82
82
  }