dcl-catalyst-client 8.1.2-20211004192340.commit-b409935 → 8.1.2-20211004205123.commit-efc7dcd
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="1633380682597" clover="3.2.0">
|
|
3
|
+
<project timestamp="1633380682597" name="All files">
|
|
4
4
|
<metrics statements="500" coveredstatements="369" conditionals="222" coveredconditionals="140" methods="135" coveredmethods="83" elements="857" coveredelements="592" complexity="0" loc="500" ncloc="500" packages="3" files="15" classes="15"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="193" coveredstatements="134" conditionals="83" coveredconditionals="60" methods="66" coveredmethods="29"/>
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
126
126
|
Code coverage generated by
|
|
127
127
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
128
|
-
at Mon Oct 04 2021
|
|
128
|
+
at Mon Oct 04 2021 20:51:22 GMT+0000 (Coordinated Universal Time)
|
|
129
129
|
</div>
|
|
130
130
|
</div>
|
|
131
131
|
<script src="prettify.js"></script>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dcl-catalyst-client",
|
|
3
|
-
"version": "8.1.2-
|
|
3
|
+
"version": "8.1.2-20211004205123.commit-efc7dcd",
|
|
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",
|
|
@@ -57,12 +57,12 @@
|
|
|
57
57
|
"@typescript-eslint/parser": "^4.9.0",
|
|
58
58
|
"eslint": "^7.14.0",
|
|
59
59
|
"eslint-config-prettier": "^8.3.0",
|
|
60
|
-
"eslint-plugin-prettier": "^
|
|
60
|
+
"eslint-plugin-prettier": "^4.0.0",
|
|
61
61
|
"jest": "^27.2.1",
|
|
62
62
|
"prettier": "^2.2.1",
|
|
63
63
|
"ts-jest": "^27.0.5",
|
|
64
64
|
"ts-mockito": "^2.6.1",
|
|
65
|
-
"ts-node": "^
|
|
65
|
+
"ts-node": "^10.2.1",
|
|
66
66
|
"typescript": "^4.4.3",
|
|
67
67
|
"validate-commit-msg": "^2.14.0"
|
|
68
68
|
},
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"printWidth": 120,
|
|
73
73
|
"trailingComma": "none"
|
|
74
74
|
},
|
|
75
|
-
"commit": "
|
|
75
|
+
"commit": "efc7dcd2b005ee0e89f7371f3f8d4e389ad3100f"
|
|
76
76
|
}
|