diff --git a/package-lock.json b/package-lock.json index 210fe10..7f8530a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6384,7 +6384,7 @@ "license": "ISC", "dependencies": { "@dreamauth/errors": "^4.0.2", - "@dreamauth/util": "^4.0.7" + "@dreamauth/util": "^4.0.8" } }, "packages/encryption": { @@ -6434,7 +6434,7 @@ "dependencies": { "@dreamauth/crypto": "^1.0.12", "@dreamauth/types": "^4.0.21", - "@dreamauth/util": "^4.0.7" + "@dreamauth/util": "^4.0.8" } }, "packages/jwk-factory": { @@ -6476,7 +6476,7 @@ }, "packages/pkce": { "name": "@dreamauth/pkce", - "version": "2.0.12", + "version": "2.0.13", "license": "ISC", "dependencies": { "@dreamauth/base64url": "^1.0.3", @@ -6524,7 +6524,7 @@ "version": "4.0.21", "license": "ISC", "dependencies": { - "@dreamauth/util": "^4.0.7" + "@dreamauth/util": "^4.0.8" } }, "packages/unsafe": { @@ -6533,12 +6533,12 @@ "license": "ISC", "dependencies": { "@dreamauth/time": "^1.0.0", - "@dreamauth/util": "^4.0.7" + "@dreamauth/util": "^4.0.8" } }, "packages/util": { "name": "@dreamauth/util", - "version": "4.0.7", + "version": "4.0.8", "license": "ISC" } } diff --git a/packages/crypto/package.json b/packages/crypto/package.json index 310c8f9..ae14482 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -34,6 +34,6 @@ }, "dependencies": { "@dreamauth/errors": "^4.0.2", - "@dreamauth/util": "^4.0.7" + "@dreamauth/util": "^4.0.8" } } diff --git a/packages/jwk/package.json b/packages/jwk/package.json index cb34511..df5234d 100644 --- a/packages/jwk/package.json +++ b/packages/jwk/package.json @@ -35,6 +35,6 @@ "dependencies": { "@dreamauth/crypto": "^1.0.12", "@dreamauth/types": "^4.0.21", - "@dreamauth/util": "^4.0.7" + "@dreamauth/util": "^4.0.8" } } diff --git a/packages/pkce/CHANGELOG.md b/packages/pkce/CHANGELOG.md index a0cddac..e70dc6d 100644 --- a/packages/pkce/CHANGELOG.md +++ b/packages/pkce/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.0.13 (2023-08-31) + +### Chores + +- Update deps. (adb757d) + ## 2.0.12 (2023-08-31) **Note**: Updated local dependencies. diff --git a/packages/pkce/package.json b/packages/pkce/package.json index 85cfb6c..3821a5e 100644 --- a/packages/pkce/package.json +++ b/packages/pkce/package.json @@ -1,7 +1,7 @@ { "name": "@dreamauth/pkce", "description": "DreamAuth PKCE", - "version": "2.0.12", + "version": "2.0.13", "author": "Chris Ackerman ", "license": "ISC", "repository": { diff --git a/packages/types/package.json b/packages/types/package.json index 9dfce37..ad0fb77 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -33,6 +33,6 @@ "access": "public" }, "dependencies": { - "@dreamauth/util": "^4.0.7" + "@dreamauth/util": "^4.0.8" } } diff --git a/packages/unsafe/package.json b/packages/unsafe/package.json index 159bd55..7097317 100644 --- a/packages/unsafe/package.json +++ b/packages/unsafe/package.json @@ -34,6 +34,6 @@ }, "dependencies": { "@dreamauth/time": "^1.0.0", - "@dreamauth/util": "^4.0.7" + "@dreamauth/util": "^4.0.8" } } diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index 89e3b83..a00529a 100644 --- a/packages/util/CHANGELOG.md +++ b/packages/util/CHANGELOG.md @@ -1,3 +1,9 @@ +## 4.0.8 (2023-08-31) + +### Bug Fixes + +- Select type TKey did not allow any string. (98bf40c) + ## 4.0.7 (2023-08-31) ### Chores diff --git a/packages/util/package.json b/packages/util/package.json index 4828ba4..0f7e073 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,7 +1,7 @@ { "name": "@dreamauth/util", "description": "DreamAuth Utilities", - "version": "4.0.7", + "version": "4.0.8", "author": "Chris Ackerman ", "license": "ISC", "repository": {