@empathyco/x-adapter 8.0.0-alpha.19 → 8.0.0-alpha.20

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 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -680,10 +680,10 @@ npm test
680
680
 
681
681
  ## Contributing
682
682
 
683
- To start contributing to the project, please take a look to our
683
+ To start contributing to the project, please take a look at our
684
684
  **[Contributing Guide](https://github.com/empathyco/x/blob/main/.github/CONTRIBUTING.md).** Take in
685
685
  account that `x-adapter` is developed using [Typescript](https://www.typescriptlang.org/), so we
686
- recommend you check it out.
686
+ recommend you to check it out.
687
687
 
688
688
  ## License
689
689
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empathyco/x-adapter",
3
- "version": "8.0.0-alpha.19",
3
+ "version": "8.0.0-alpha.20",
4
4
  "description": "A utils library to create a client for any API",
5
5
  "author": "Empathy Systems Corporation S.L.",
6
6
  "license": "Apache-2.0",
@@ -50,5 +50,5 @@
50
50
  "publishConfig": {
51
51
  "access": "public"
52
52
  },
53
- "gitHead": "b5640ccccd296584a4775a8db625f9039b6025e9"
53
+ "gitHead": "0400d4cb34cc19653bd478ed54be48756ac2dd78"
54
54
  }