dcl-catalyst-client 21.7.1-11365591786.commit-b2c839c → 21.7.1-11365757104.commit-607951a

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  The Catalyst Client library allows you to interact with Decentraland's [Catalyst servers](https://github.com/decentraland/catalyst). It enables fetching data and deploying new entities to the Catalyst server of your choice.
4
4
 
5
+ [![Coverage Status](https://coveralls.io/repos/github/decentraland/catalyst-client/badge.svg?branch=master)](https://coveralls.io/github/decentraland/catalyst-client?branch=master)
6
+
5
7
  ## Installation
6
8
 
7
9
  Install the package via `npm`:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dcl-catalyst-client",
3
- "version": "21.7.1-11365591786.commit-b2c839c",
4
- "commit": "b2c839c18ca6c9f8e0bc81b4a186972e0f53e5e7",
3
+ "version": "21.7.1-11365757104.commit-607951a",
4
+ "commit": "607951a7fe0b9bf862bf95b35a4202f092cf0ad4",
5
5
  "description": "A client to query and perform changes on Decentraland's catalyst servers",
6
6
  "main": "dist/index.js",
7
7
  "typings": "dist/index.d.ts",