Skip to content

Commit

Permalink
release: Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shakeskeyboarde committed Oct 30, 2023
1 parent 26b82c1 commit f9c53c1
Show file tree
Hide file tree
Showing 27 changed files with 157 additions and 66 deletions.
66 changes: 33 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/base64url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.0.13 (2023-10-30)

### Chores

- Update deps. (26b82c1)
- update deps. (a3d6978)

## 1.0.12 (2023-10-25)

### Chores
Expand Down
2 changes: 1 addition & 1 deletion packages/base64url/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dreamauth/base64url",
"description": "DreamAuth Base64URL",
"version": "1.0.12",
"version": "1.0.13",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.0.10 (2023-10-30)

### Chores

- Update deps. (26b82c1)
- update deps. (a3d6978)

## 2.0.9 (2023-10-25)

### Chores
Expand Down
4 changes: 2 additions & 2 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dreamauth/crypto",
"description": "DreamAuth WebCrypto Wrapper",
"version": "2.0.9",
"version": "2.0.10",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"access": "public"
},
"dependencies": {
"@dreamauth/errors": "^4.0.10"
"@dreamauth/errors": "^4.0.11"
},
"devDependencies": {
"vite": "^4.5.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/encryption-codec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.0.43 (2023-10-30)

### Chores

- Update deps. (26b82c1)
- update deps. (a3d6978)

## 2.0.42 (2023-10-25)

### Chores
Expand Down
8 changes: 4 additions & 4 deletions packages/encryption-codec/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dreamauth/encryption-codec",
"description": "DreamAuth Encryption Codec",
"version": "2.0.42",
"version": "2.0.43",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -32,9 +32,9 @@
"access": "public"
},
"dependencies": {
"@dreamauth/crypto": "^2.0.9",
"@dreamauth/jwk": "^3.0.42",
"@dreamauth/types": "^4.0.31"
"@dreamauth/crypto": "^2.0.10",
"@dreamauth/jwk": "^3.0.43",
"@dreamauth/types": "^4.0.32"
},
"devDependencies": {
"vite": "^4.5.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 4.0.11 (2023-10-30)

### Chores

- Update deps. (26b82c1)
- update deps. (a3d6978)

## 4.0.10 (2023-10-25)

### Chores
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dreamauth/errors",
"description": "DreamAuth Errors",
"version": "4.0.10",
"version": "4.0.11",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.0.13 (2023-10-30)

### Chores

- Update deps. (26b82c1)
- update deps. (a3d6978)

## 1.0.12 (2023-10-25)

### Chores
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dreamauth/eslint-plugin",
"description": "DreamAuth ESLint Plugin",
"version": "1.0.12",
"version": "1.0.13",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/jwk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 3.0.43 (2023-10-30)

### Chores

- Update deps. (26b82c1)
- update deps. (a3d6978)

## 3.0.42 (2023-10-25)

### Chores
Expand Down
8 changes: 4 additions & 4 deletions packages/jwk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dreamauth/jwk",
"description": "DreamAuth JWK",
"version": "3.0.42",
"version": "3.0.43",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -32,9 +32,9 @@
"access": "public"
},
"dependencies": {
"@dreamauth/crypto": "^2.0.9",
"@dreamauth/types": "^4.0.31",
"@dreamauth/util": "^4.0.17"
"@dreamauth/crypto": "^2.0.10",
"@dreamauth/types": "^4.0.32",
"@dreamauth/util": "^4.0.18"
},
"devDependencies": {
"vite": "^4.5.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/jwt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 5.0.29 (2023-10-30)

### Chores

- Update deps. (26b82c1)
- update deps. (a3d6978)

## 5.0.28 (2023-10-25)

### Chores
Expand Down
14 changes: 7 additions & 7 deletions packages/jwt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dreamauth/jwt",
"description": "DreamAuth JWT",
"version": "5.0.28",
"version": "5.0.29",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -32,12 +32,12 @@
"access": "public"
},
"dependencies": {
"@dreamauth/base64url": "^1.0.12",
"@dreamauth/crypto": "^2.0.9",
"@dreamauth/errors": "^4.0.10",
"@dreamauth/jwk": "^3.0.42",
"@dreamauth/time": "^1.0.7",
"@dreamauth/types": "^4.0.31"
"@dreamauth/base64url": "^1.0.13",
"@dreamauth/crypto": "^2.0.10",
"@dreamauth/errors": "^4.0.11",
"@dreamauth/jwk": "^3.0.43",
"@dreamauth/time": "^1.0.8",
"@dreamauth/types": "^4.0.32"
},
"devDependencies": {
"vite": "^4.5.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/password/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.2.18 (2023-10-30)

### Chores

- Update deps. (26b82c1)
- update deps. (a3d6978)

## 2.2.17 (2023-10-25)

### Chores
Expand Down
8 changes: 4 additions & 4 deletions packages/password/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dreamauth/password",
"description": "DreamAuth Password",
"version": "2.2.17",
"version": "2.2.18",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -32,9 +32,9 @@
"access": "public"
},
"dependencies": {
"@dreamauth/base64url": "^1.0.12",
"@dreamauth/crypto": "^2.0.9",
"@dreamauth/errors": "^4.0.10",
"@dreamauth/base64url": "^1.0.13",
"@dreamauth/crypto": "^2.0.10",
"@dreamauth/errors": "^4.0.11",
"hash-wasm": "4.10.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit f9c53c1

Please sign in to comment.