@vatts/auth 1.2.1 → 1.2.2

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.
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2026 itsmuzin
1
+ Copyright 2026 mfraz
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
package/README.md CHANGED
@@ -45,7 +45,7 @@ ___
45
45
 
46
46
  ## License
47
47
 
48
- Copyright 2026 itsmuzin
48
+ Copyright 2026 mfraz
49
49
 
50
50
  This project is licensed under the [Apache License 2.0](../../LICENSE).
51
51
 
package/dist/core.js CHANGED
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VattsAuth = void 0;
4
4
  /*
5
5
  * This file is part of the Vatts.js Project.
6
- * Copyright (c) 2026 itsmuzin
6
+ * Copyright (c) 2026 mfraz
7
7
  *
8
8
  * Licensed under the Apache License, Version 2.0 (the "License");
9
9
  * you may not use this file except in compliance with the License.
package/dist/index.js CHANGED
@@ -17,7 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  exports.createAuthRoutes = exports.GoogleProvider = exports.DiscordProvider = exports.CredentialsProvider = void 0;
18
18
  /*
19
19
  * This file is part of the Vatts.js Project.
20
- * Copyright (c) 2026 itsmuzin
20
+ * Copyright (c) 2026 mfraz
21
21
  *
22
22
  * Licensed under the Apache License, Version 2.0 (the "License");
23
23
  * you may not use this file except in compliance with the License.
package/dist/jwt.js CHANGED
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.SessionManager = exports.JWTManager = void 0;
7
7
  /*
8
8
  * This file is part of the Vatts.js Project.
9
- * Copyright (c) 2026 itsmuzin
9
+ * Copyright (c) 2026 mfraz
10
10
  *
11
11
  * Licensed under the Apache License, Version 2.0 (the "License");
12
12
  * you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  /*
18
18
  * This file is part of the Vatts.js Project.
19
- * Copyright (c) 2026 itsmuzin
19
+ * Copyright (c) 2026 mfraz
20
20
  *
21
21
  * Licensed under the Apache License, Version 2.0 (the "License");
22
22
  * you may not use this file except in compliance with the License.
package/dist/providers.js CHANGED
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GithubProvider = exports.GoogleProvider = exports.DiscordProvider = exports.CredentialsProvider = void 0;
4
4
  /*
5
5
  * This file is part of the Vatts.js Project.
6
- * Copyright (c) 2026 itsmuzin
6
+ * Copyright (c) 2026 mfraz
7
7
  *
8
8
  * Licensed under the Apache License, Version 2.0 (the "License");
9
9
  * you may not use this file except in compliance with the License.
@@ -9,7 +9,7 @@ exports.useAuthRedirect = useAuthRedirect;
9
9
  const jsx_runtime_1 = require("react/jsx-runtime");
10
10
  /*
11
11
  * This file is part of the Vatts.js Project.
12
- * Copyright (c) 2026 itsmuzin
12
+ * Copyright (c) 2026 mfraz
13
13
  *
14
14
  * Licensed under the Apache License, Version 2.0 (the "License");
15
15
  * you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  exports.GuestOnly = exports.AuthGuard = exports.SessionProvider = exports.useAuth = exports.useSession = void 0;
18
18
  /*
19
19
  * This file is part of the Vatts.js Project.
20
- * Copyright (c) 2026 itsmuzin
20
+ * Copyright (c) 2026 mfraz
21
21
  *
22
22
  * Licensed under the Apache License, Version 2.0 (the "License");
23
23
  * you may not use this file except in compliance with the License.
@@ -6,7 +6,7 @@ exports.useAuth = useAuth;
6
6
  const jsx_runtime_1 = require("react/jsx-runtime");
7
7
  /*
8
8
  * This file is part of the Vatts.js Project.
9
- * Copyright (c) 2026 itsmuzin
9
+ * Copyright (c) 2026 mfraz
10
10
  *
11
11
  * Licensed under the Apache License, Version 2.0 (the "License");
12
12
  * you may not use this file except in compliance with the License.
package/dist/routes.js CHANGED
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.createAuthRoutes = createAuthRoutes;
4
4
  /*
5
5
  * This file is part of the Vatts.js Project.
6
- * Copyright (c) 2026 itsmuzin
6
+ * Copyright (c) 2026 mfraz
7
7
  *
8
8
  * Licensed under the Apache License, Version 2.0 (the "License");
9
9
  * you may not use this file except in compliance with the License.
package/dist/types.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /*
3
3
  * This file is part of the Vatts.js Project.
4
- * Copyright (c) 2026 itsmuzin
4
+ * Copyright (c) 2026 mfraz
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  <script setup lang="ts">
2
2
  /**
3
3
  * This file is part of the Vatts.js Project.
4
- * Copyright (c) 2026 itsmuzin
4
+ * Copyright (c) 2026 mfraz
5
5
  */
6
6
  import { useSessionProviderLogic } from './session';
7
7
 
@@ -4,7 +4,7 @@ exports.GuestOnly = exports.AuthGuard = void 0;
4
4
  exports.useAuthRedirect = useAuthRedirect;
5
5
  /*
6
6
  * This file is part of the Vatts.js Project.
7
- * Copyright (c) 2026 itsmuzin
7
+ * Copyright (c) 2026 mfraz
8
8
  *
9
9
  * Licensed under the Apache License, Version 2.0 (the "License");
10
10
  * you may not use this file except in compliance with the License.
package/dist/vue/index.js CHANGED
@@ -20,7 +20,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
20
20
  exports.SessionProvider = exports.GuestOnly = exports.AuthGuard = exports.useAuth = exports.useSession = void 0;
21
21
  /*
22
22
  * This file is part of the Vatts.js Project.
23
- * Copyright (c) 2026 itsmuzin
23
+ * Copyright (c) 2026 mfraz
24
24
  *
25
25
  * Licensed under the Apache License, Version 2.0 (the "License");
26
26
  * you may not use this file except in compliance with the License.
@@ -6,7 +6,7 @@ exports.useSession = useSession;
6
6
  exports.useAuth = useAuth;
7
7
  /*
8
8
  * This file is part of the Vatts.js Project.
9
- * Copyright (c) 2026 itsmuzin
9
+ * Copyright (c) 2026 mfraz
10
10
  *
11
11
  * Licensed under the Apache License, Version 2.0 (the "License");
12
12
  * you may not use this file except in compliance with the License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vatts/auth",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Authentication package for Vatts.js framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -50,7 +50,7 @@
50
50
  "react": "^19.2.0",
51
51
  "react-dom": "^19.2.0",
52
52
  "vue": "^3.5.27",
53
- "vatts": "^1.2.1"
53
+ "vatts": "^1.2.2"
54
54
  },
55
55
  "peerDependenciesMeta": {
56
56
  "react-dom": {