dcl-catalyst-client 14.0.7 → 14.0.9
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.
package/coverage/clover.xml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
2
|
+
<coverage generated="1674660049387" clover="3.2.0">
|
|
3
|
+
<project timestamp="1674660049387" 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 Wed Jan 25 2023 15:
|
|
134
|
+
at Wed Jan 25 2023 15:20:49 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.
|
|
3
|
+
"version": "14.0.9",
|
|
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": "
|
|
77
|
+
"commit": "d61e9722ab98d8e0d46ecd5438bed6f8a3c335d4"
|
|
78
78
|
}
|