@plasius/environment
Advanced tools
+17
-1
@@ -23,2 +23,17 @@ # Changelog | ||
| ## [1.0.15] - 2026-05-13 | ||
| - **Added** | ||
| - (placeholder) | ||
| - **Changed** | ||
| - Refreshed dependencies to the latest stable published versions. | ||
| - (placeholder) | ||
| - **Fixed** | ||
| - (placeholder) | ||
| - **Security** | ||
| - (placeholder) | ||
| ## [1.0.14] - 2026-04-21 | ||
@@ -165,3 +180,3 @@ | ||
| [Unreleased]: https://github.com/Plasius-LTD/environment/compare/v1.0.14...HEAD | ||
| [Unreleased]: https://github.com/Plasius-LTD/environment/compare/v1.0.15...HEAD | ||
@@ -190,1 +205,2 @@ ## [1.0.0] - 2026-02-11 | ||
| [1.0.14]: https://github.com/Plasius-LTD/environment/releases/tag/v1.0.14 | ||
| [1.0.15]: https://github.com/Plasius-LTD/environment/releases/tag/v1.0.15 |
+11
-11
| { | ||
| "name": "@plasius/environment", | ||
| "version": "1.0.14", | ||
| "version": "1.0.15", | ||
| "description": "Plasius Environment provider/context", | ||
@@ -43,16 +43,16 @@ "keywords": [ | ||
| "@types/react": "^19.2.14", | ||
| "@typescript-eslint/eslint-plugin": "^8.59.0", | ||
| "@typescript-eslint/parser": "^8.59.0", | ||
| "@vitest/coverage-v8": "^4.1.5", | ||
| "ajv": "^8.18.0", | ||
| "eslint": "^10.2.1", | ||
| "globals": "^17.5.0", | ||
| "@typescript-eslint/eslint-plugin": "^8.59.3", | ||
| "@typescript-eslint/parser": "^8.59.3", | ||
| "@vitest/coverage-v8": "^4.1.6", | ||
| "ajv": "^8.20.0", | ||
| "eslint": "^10.3.0", | ||
| "globals": "^17.6.0", | ||
| "npm-run-all": "^4.1.5", | ||
| "react": "^19.2.5", | ||
| "react-dom": "^19.2.5", | ||
| "react": "^19.2.6", | ||
| "react-dom": "^19.2.6", | ||
| "rimraf": "^6.1.3", | ||
| "tsx": "^4.21.0", | ||
| "typescript": "^6.0.3", | ||
| "vitest": "^4.1.5", | ||
| "zod": "^4.3.6" | ||
| "vitest": "^4.1.6", | ||
| "zod": "^4.4.3" | ||
| }, | ||
@@ -59,0 +59,0 @@ "sideEffects": [ |
35670
0.84%