dcl-catalyst-client 12.1.4-20220816194523.commit-4d0ac3b → 12.1.4-20220816194749.commit-4038b39
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="1660679269382" clover="3.2.0">
|
|
3
|
+
<project timestamp="1660679269382" name="All files">
|
|
4
4
|
<metrics statements="485" coveredstatements="376" conditionals="194" coveredconditionals="120" methods="149" coveredmethods="95" elements="828" coveredelements="591" complexity="0" loc="485" ncloc="485" packages="3" files="15" classes="15"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="156" coveredstatements="108" conditionals="62" coveredconditionals="45" methods="70" coveredmethods="30"/>
|
|
@@ -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 Tue Aug 16 2022 19:
|
|
134
|
+
at Tue Aug 16 2022 19:47: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": "12.1.4-
|
|
3
|
+
"version": "12.1.4-20220816194749.commit-4038b39",
|
|
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": "4038b39fef7fe11934fe755e4acd62456998ef11"
|
|
78
78
|
}
|