@plasius/auth
Advanced tools
+16
-1
@@ -21,2 +21,16 @@ # Changelog | ||
| ## [1.0.11] - 2026-04-21 | ||
| - **Added** | ||
| - (placeholder) | ||
| - **Changed** | ||
| - (placeholder) | ||
| - **Fixed** | ||
| - (placeholder) | ||
| - **Security** | ||
| - (placeholder) | ||
| ## [1.0.10] - 2026-04-02 | ||
@@ -126,3 +140,3 @@ | ||
| [Unreleased]: https://github.com/Plasius-LTD/auth/compare/v1.0.10...HEAD | ||
| [Unreleased]: https://github.com/Plasius-LTD/auth/compare/v1.0.11...HEAD | ||
| [1.0.2]: https://github.com/Plasius-LTD/auth/compare/858d03c...fdf8d70 | ||
@@ -136,1 +150,2 @@ [1.0.1]: https://github.com/Plasius-LTD/auth/compare/v1.0.0...858d03c | ||
| [1.0.10]: https://github.com/Plasius-LTD/auth/releases/tag/v1.0.10 | ||
| [1.0.11]: https://github.com/Plasius-LTD/auth/releases/tag/v1.0.11 |
+15
-15
| { | ||
| "name": "@plasius/auth", | ||
| "version": "1.0.10", | ||
| "version": "1.0.11", | ||
| "description": "Authentication helpers and React context for Plasius applications.", | ||
@@ -60,3 +60,3 @@ "type": "module", | ||
| "dependencies": { | ||
| "@plasius/entity-manager": "^1.0.13" | ||
| "@plasius/entity-manager": "^1.0.15" | ||
| }, | ||
@@ -68,15 +68,15 @@ "peerDependencies": { | ||
| "@eslint/js": "^10.0.1", | ||
| "@types/node": "^25.5.0", | ||
| "@types/react": "^19.1.8", | ||
| "@typescript-eslint/eslint-plugin": "^8.58.0", | ||
| "@typescript-eslint/parser": "^8.58.0", | ||
| "@vitest/coverage-v8": "^4.1.2", | ||
| "eslint": "^10.1.0", | ||
| "globals": "^17.3.0", | ||
| "react": "^19.2.4", | ||
| "rimraf": "^6.0.1", | ||
| "tsup": "^8.5.0", | ||
| "tsx": "^4.20.5", | ||
| "typescript": "^6.0.2", | ||
| "vitest": "^4.1.2" | ||
| "@types/node": "^25.6.0", | ||
| "@types/react": "^19.2.14", | ||
| "@typescript-eslint/eslint-plugin": "^8.59.0", | ||
| "@typescript-eslint/parser": "^8.59.0", | ||
| "@vitest/coverage-v8": "^4.1.4", | ||
| "eslint": "^10.2.1", | ||
| "globals": "^17.5.0", | ||
| "react": "^19.2.5", | ||
| "rimraf": "^6.1.3", | ||
| "tsup": "^8.5.1", | ||
| "tsx": "^4.21.0", | ||
| "typescript": "^6.0.3", | ||
| "vitest": "^4.1.4" | ||
| }, | ||
@@ -83,0 +83,0 @@ "publishConfig": { |
75714
0.3%