@nytejs/auth 1.0.1 → 1.1.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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2025 itsmuzin
1
+ Copyright 2026 itsmuzin
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
@@ -39,7 +39,7 @@ If you have questions or need support, feel free to reach out:
39
39
 
40
40
  ## 🪪 License
41
41
 
42
- Copyright 2025 itsmuzin
42
+ Copyright 2026 itsmuzin
43
43
 
44
44
  This project is licensed under the [Apache License 2.0](../../LICENSE).
45
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nytejs/auth",
3
- "version": "1.0.1",
3
+ "version": "1.1.2",
4
4
  "description": "Authentication package for Nyte.js framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -40,7 +40,7 @@
40
40
  "dependencies": {
41
41
  "@types/react": "^19.2.2",
42
42
  "react": "^19.2.0",
43
- "nyte": "1.0.1"
43
+ "nyte": "1.1.2"
44
44
  },
45
45
  "scripts": {
46
46
  "build": "tsc",