diff --git a/package-lock.json b/package-lock.json index e035653..dad1fa8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6121,11 +6121,11 @@ }, "packages/crypto": { "name": "@dreamauth/crypto", - "version": "1.0.11", + "version": "1.0.12", "license": "ISC", "dependencies": { "@dreamauth/errors": "^4.0.2", - "@dreamauth/util": "^4.0.6" + "@dreamauth/util": "^4.0.7" } }, "packages/encryption": { @@ -6141,12 +6141,12 @@ }, "packages/encryption-codec": { "name": "@dreamauth/encryption-codec", - "version": "2.0.28", + "version": "2.0.29", "license": "ISC", "dependencies": { - "@dreamauth/crypto": "^1.0.11", - "@dreamauth/jwk": "^3.0.28", - "@dreamauth/types": "^4.0.20" + "@dreamauth/crypto": "^1.0.12", + "@dreamauth/jwk": "^3.0.29", + "@dreamauth/types": "^4.0.21" } }, "packages/errors": { @@ -6264,12 +6264,12 @@ }, "packages/jwk": { "name": "@dreamauth/jwk", - "version": "3.0.28", + "version": "3.0.29", "license": "ISC", "dependencies": { - "@dreamauth/crypto": "^1.0.11", - "@dreamauth/types": "^4.0.20", - "@dreamauth/util": "^4.0.6" + "@dreamauth/crypto": "^1.0.12", + "@dreamauth/types": "^4.0.21", + "@dreamauth/util": "^4.0.7" } }, "packages/jwk-factory": { @@ -6280,15 +6280,15 @@ }, "packages/jwt": { "name": "@dreamauth/jwt", - "version": "5.0.14", + "version": "5.0.15", "license": "ISC", "dependencies": { "@dreamauth/base64url": "^1.0.3", - "@dreamauth/crypto": "^1.0.11", + "@dreamauth/crypto": "^1.0.12", "@dreamauth/errors": "^4.0.2", - "@dreamauth/jwk": "^3.0.28", + "@dreamauth/jwk": "^3.0.29", "@dreamauth/time": "^1.0.0", - "@dreamauth/types": "^4.0.20" + "@dreamauth/types": "^4.0.21" } }, "packages/jwt-decoder": { @@ -6299,23 +6299,23 @@ }, "packages/password": { "name": "@dreamauth/password", - "version": "2.2.3", + "version": "2.2.4", "license": "ISC", "dependencies": { "@dreamauth/base64url": "^1.0.3", - "@dreamauth/crypto": "^1.0.11", + "@dreamauth/crypto": "^1.0.12", "@dreamauth/errors": "^4.0.2", - "@dreamauth/jwk": "^3.0.28", + "@dreamauth/jwk": "^3.0.29", "hash-wasm": "4.9.0" } }, "packages/pkce": { "name": "@dreamauth/pkce", - "version": "2.0.11", + "version": "2.0.12", "license": "ISC", "dependencies": { "@dreamauth/base64url": "^1.0.3", - "@dreamauth/crypto": "^1.0.11" + "@dreamauth/crypto": "^1.0.12" } }, "packages/prepublish": { @@ -6356,24 +6356,24 @@ }, "packages/types": { "name": "@dreamauth/types", - "version": "4.0.20", + "version": "4.0.21", "license": "ISC", "dependencies": { - "@dreamauth/util": "^4.0.6" + "@dreamauth/util": "^4.0.7" } }, "packages/unsafe": { "name": "@dreamauth/unsafe", - "version": "2.0.6", + "version": "2.0.7", "license": "ISC", "dependencies": { "@dreamauth/time": "^1.0.0", - "@dreamauth/util": "^4.0.6" + "@dreamauth/util": "^4.0.7" } }, "packages/util": { "name": "@dreamauth/util", - "version": "4.0.6", + "version": "4.0.7", "license": "ISC" } } diff --git a/packages/crypto/CHANGELOG.md b/packages/crypto/CHANGELOG.md index 38bf8f5..5e8aea5 100644 --- a/packages/crypto/CHANGELOG.md +++ b/packages/crypto/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.12 (2023-08-31) + +**Note**: Updated local dependencies. + ## 1.0.11 (2023-08-31) **Note**: Updated local dependencies. diff --git a/packages/crypto/package.json b/packages/crypto/package.json index 5a696e9..310c8f9 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,7 +1,7 @@ { "name": "@dreamauth/crypto", "description": "DreamAuth WebCrypto Wrapper", - "version": "1.0.11", + "version": "1.0.12", "author": "Chris Ackerman ", "license": "ISC", "repository": { @@ -34,6 +34,6 @@ }, "dependencies": { "@dreamauth/errors": "^4.0.2", - "@dreamauth/util": "^4.0.6" + "@dreamauth/util": "^4.0.7" } } diff --git a/packages/encryption-codec/CHANGELOG.md b/packages/encryption-codec/CHANGELOG.md index 0382db1..4207db0 100644 --- a/packages/encryption-codec/CHANGELOG.md +++ b/packages/encryption-codec/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.29 (2023-08-31) + +**Note**: Updated local dependencies. + ## 2.0.28 (2023-08-31) **Note**: Updated local dependencies. diff --git a/packages/encryption-codec/package.json b/packages/encryption-codec/package.json index 36ebaa3..554f105 100644 --- a/packages/encryption-codec/package.json +++ b/packages/encryption-codec/package.json @@ -1,7 +1,7 @@ { "name": "@dreamauth/encryption-codec", "description": "DreamAuth Encryption Codec", - "version": "2.0.28", + "version": "2.0.29", "author": "Chris Ackerman ", "license": "ISC", "repository": { @@ -33,8 +33,8 @@ "access": "public" }, "dependencies": { - "@dreamauth/jwk": "^3.0.28", - "@dreamauth/types": "^4.0.20", - "@dreamauth/crypto": "^1.0.11" + "@dreamauth/jwk": "^3.0.29", + "@dreamauth/types": "^4.0.21", + "@dreamauth/crypto": "^1.0.12" } } diff --git a/packages/jwk/CHANGELOG.md b/packages/jwk/CHANGELOG.md index 3746e99..e18c0bf 100644 --- a/packages/jwk/CHANGELOG.md +++ b/packages/jwk/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.29 (2023-08-31) + +**Note**: Updated local dependencies. + ## 3.0.28 (2023-08-31) **Note**: Updated local dependencies. diff --git a/packages/jwk/package.json b/packages/jwk/package.json index 844f4fe..cb34511 100644 --- a/packages/jwk/package.json +++ b/packages/jwk/package.json @@ -1,7 +1,7 @@ { "name": "@dreamauth/jwk", "description": "DreamAuth JWK", - "version": "3.0.28", + "version": "3.0.29", "author": "Chris Ackerman ", "license": "ISC", "repository": { @@ -33,8 +33,8 @@ "access": "public" }, "dependencies": { - "@dreamauth/crypto": "^1.0.11", - "@dreamauth/types": "^4.0.20", - "@dreamauth/util": "^4.0.6" + "@dreamauth/crypto": "^1.0.12", + "@dreamauth/types": "^4.0.21", + "@dreamauth/util": "^4.0.7" } } diff --git a/packages/jwt/CHANGELOG.md b/packages/jwt/CHANGELOG.md index 4fc2133..4054331 100644 --- a/packages/jwt/CHANGELOG.md +++ b/packages/jwt/CHANGELOG.md @@ -1,3 +1,7 @@ +## 5.0.15 (2023-08-31) + +**Note**: Updated local dependencies. + ## 5.0.14 (2023-08-31) **Note**: Updated local dependencies. diff --git a/packages/jwt/package.json b/packages/jwt/package.json index ba850bc..7dd91b2 100644 --- a/packages/jwt/package.json +++ b/packages/jwt/package.json @@ -1,7 +1,7 @@ { "name": "@dreamauth/jwt", "description": "DreamAuth JWT", - "version": "5.0.14", + "version": "5.0.15", "author": "Chris Ackerman ", "license": "ISC", "repository": { @@ -34,10 +34,10 @@ }, "dependencies": { "@dreamauth/base64url": "^1.0.3", - "@dreamauth/crypto": "^1.0.11", + "@dreamauth/crypto": "^1.0.12", "@dreamauth/errors": "^4.0.2", - "@dreamauth/jwk": "^3.0.28", + "@dreamauth/jwk": "^3.0.29", "@dreamauth/time": "^1.0.0", - "@dreamauth/types": "^4.0.20" + "@dreamauth/types": "^4.0.21" } } diff --git a/packages/password/CHANGELOG.md b/packages/password/CHANGELOG.md index a665160..3a87789 100644 --- a/packages/password/CHANGELOG.md +++ b/packages/password/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.2.4 (2023-08-31) + +**Note**: Updated local dependencies. + ## 2.2.3 (2023-08-31) **Note**: Updated local dependencies. diff --git a/packages/password/package.json b/packages/password/package.json index 4e5f1c2..c56f8c4 100644 --- a/packages/password/package.json +++ b/packages/password/package.json @@ -1,7 +1,7 @@ { "name": "@dreamauth/password", "description": "DreamAuth Password", - "version": "2.2.3", + "version": "2.2.4", "author": "Chris Ackerman ", "license": "ISC", "repository": { @@ -34,9 +34,9 @@ }, "dependencies": { "@dreamauth/base64url": "^1.0.3", - "@dreamauth/crypto": "^1.0.11", + "@dreamauth/crypto": "^1.0.12", "@dreamauth/errors": "^4.0.2", - "@dreamauth/jwk": "^3.0.28", + "@dreamauth/jwk": "^3.0.29", "hash-wasm": "4.9.0" } } diff --git a/packages/pkce/CHANGELOG.md b/packages/pkce/CHANGELOG.md index 38c9435..a0cddac 100644 --- a/packages/pkce/CHANGELOG.md +++ b/packages/pkce/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.12 (2023-08-31) + +**Note**: Updated local dependencies. + ## 2.0.11 (2023-08-31) **Note**: Updated local dependencies. diff --git a/packages/pkce/package.json b/packages/pkce/package.json index 9349910..85cfb6c 100644 --- a/packages/pkce/package.json +++ b/packages/pkce/package.json @@ -1,7 +1,7 @@ { "name": "@dreamauth/pkce", "description": "DreamAuth PKCE", - "version": "2.0.11", + "version": "2.0.12", "author": "Chris Ackerman ", "license": "ISC", "repository": { @@ -34,6 +34,6 @@ }, "dependencies": { "@dreamauth/base64url": "^1.0.3", - "@dreamauth/crypto": "^1.0.11" + "@dreamauth/crypto": "^1.0.12" } } diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 4bd4fad..7c7dcbc 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.0.21 (2023-08-31) + +**Note**: Updated local dependencies. + ## 4.0.20 (2023-08-31) **Note**: Updated local dependencies. diff --git a/packages/types/package.json b/packages/types/package.json index f8d2e42..9dfce37 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,7 +1,7 @@ { "name": "@dreamauth/types", "description": "DreamAuth Types", - "version": "4.0.20", + "version": "4.0.21", "author": "Chris Ackerman ", "license": "ISC", "repository": { @@ -33,6 +33,6 @@ "access": "public" }, "dependencies": { - "@dreamauth/util": "^4.0.6" + "@dreamauth/util": "^4.0.7" } } diff --git a/packages/unsafe/CHANGELOG.md b/packages/unsafe/CHANGELOG.md index 094baa4..d8a7df4 100644 --- a/packages/unsafe/CHANGELOG.md +++ b/packages/unsafe/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.7 (2023-08-31) + +**Note**: Updated local dependencies. + ## 2.0.6 (2023-08-31) **Note**: Updated local dependencies. diff --git a/packages/unsafe/package.json b/packages/unsafe/package.json index ae62ed6..159bd55 100644 --- a/packages/unsafe/package.json +++ b/packages/unsafe/package.json @@ -1,7 +1,7 @@ { "name": "@dreamauth/unsafe", "description": "DreamAuth error handling and logging.", - "version": "2.0.6", + "version": "2.0.7", "author": "Chris Ackerman ", "license": "ISC", "repository": { @@ -34,6 +34,6 @@ }, "dependencies": { "@dreamauth/time": "^1.0.0", - "@dreamauth/util": "^4.0.6" + "@dreamauth/util": "^4.0.7" } } diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index 4bd0681..89e3b83 100644 --- a/packages/util/CHANGELOG.md +++ b/packages/util/CHANGELOG.md @@ -1,3 +1,9 @@ +## 4.0.7 (2023-08-31) + +### Chores + +- Add Select type. (18ee48d) + ## 4.0.6 (2023-08-31) ### Chores diff --git a/packages/util/package.json b/packages/util/package.json index cd18165..4828ba4 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,7 +1,7 @@ { "name": "@dreamauth/util", "description": "DreamAuth Utilities", - "version": "4.0.6", + "version": "4.0.7", "author": "Chris Ackerman ", "license": "ISC", "repository": {