@techtulp/choremanji-types 1.3.0 → 1.3.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.
@@ -1,5 +1,5 @@
1
1
  export declare enum ErrorType {
2
- InvalidCredentials = "Invalid email or password",
2
+ InvalidCredentials = "Invalid credentials",
3
3
  NotFound = "Not found",
4
4
  EmailAlreadyExists = "Email already exists",
5
5
  UsernameAlreadyExists = "Username already exists",
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ErrorType = void 0;
4
4
  var ErrorType;
5
5
  (function (ErrorType) {
6
- ErrorType["InvalidCredentials"] = "Invalid email or password";
6
+ ErrorType["InvalidCredentials"] = "Invalid credentials";
7
7
  ErrorType["NotFound"] = "Not found";
8
8
  ErrorType["EmailAlreadyExists"] = "Email already exists";
9
9
  ErrorType["UsernameAlreadyExists"] = "Username already exists";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@techtulp/choremanji-types",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": ["dist"],