@operato/auth
Advanced tools
Comparing version 1.2.6 to 1.2.28
@@ -6,2 +6,12 @@ # Change Log | ||
### [1.2.28](https://github.com/hatiolab/operato/compare/v1.2.27...v1.2.28) (2023-04-29) | ||
### :bug: Bug Fix | ||
* remove unused resolutions and update modules ([1e62235](https://github.com/hatiolab/operato/commit/1e62235677619fa28d337cbe99b46b6d1f8a40fc)) | ||
* update module's version ([4df042c](https://github.com/hatiolab/operato/commit/4df042cf1594532aa7925f57b725541cf88a6f43)) | ||
### [1.2.6](https://github.com/hatiolab/operato/compare/v1.2.5...v1.2.6) (2023-03-18) | ||
@@ -8,0 +18,0 @@ |
{ | ||
"name": "@operato/auth", | ||
"version": "1.2.6", | ||
"version": "1.2.28", | ||
"main": "dist/index.js", | ||
@@ -36,8 +36,8 @@ "author": "heartyoh", | ||
"jest": "^29.2.1", | ||
"rimraf": "^3.0.2", | ||
"rimraf": "^5.0.0", | ||
"ts-jest": "^29.0.3", | ||
"typescript": "^4.8.4" | ||
"typescript": "^5.0.4" | ||
}, | ||
"prettier": "@hatiolab/prettier-config", | ||
"gitHead": "2a0a66f05596db4fe74c180820fe71d2962c6c22" | ||
"gitHead": "971972e53d2aac62cd3f5889cb9ce3f6192b3254" | ||
} |
50299