cheshirecat-typescript-client 1.0.0 → 1.0.1

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
- # CheshireCat Typescript SDK
1
+ # CheshireCat Typescript Client
2
2
 
3
3
  ----
4
4
 
5
- **CheshireCat Typescript SDK** is a library to help the implementation
5
+ **CheshireCat Typescript Client** is a library to help the implementation
6
6
  of [Cheshire Cat](https://github.com/matteocacciola/cheshirecat-core) on a Javascript / Typescript (e.g. Node.js, React.js, Vue.js) Project
7
7
 
8
8
  * [Installation](#installation)
@@ -10,7 +10,7 @@ of [Cheshire Cat](https://github.com/matteocacciola/cheshirecat-core) on a Javas
10
10
 
11
11
  ## Installation
12
12
 
13
- To install CheshireCat Typescript SDK, run:
13
+ To install CheshireCat Typescript Client, run:
14
14
 
15
15
  ```bash
16
16
  npm install cheshirecat-typescript-client
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cheshirecat-typescript-client",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": ["dist"],