@nhvbeauty/tpl 0.1.0 → 0.1.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.
@@ -4,6 +4,6 @@ export interface ILoginBody {
4
4
  email: string;
5
5
  }
6
6
  export interface ILoginResponse {
7
- auth: string;
7
+ token: string;
8
8
  id: number;
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nhvbeauty/tpl",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Pacote de integração com a API da TPL",
5
5
  "directories": {
6
6
  "test": "test"