Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Shakeskeyboarde committed Dec 7, 2023
1 parent b93381a commit 6c5b4af
Show file tree
Hide file tree
Showing 27 changed files with 144 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.

6 changes: 6 additions & 0 deletions packages/base64url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.15 (2023-12-07)

### Chores

- Update deps. (b93381a)

## 1.0.14 (2023-11-21)

### 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.14",
"version": "1.0.15",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.0.12 (2023-12-07)

### Chores

- Update deps. (b93381a)

## 2.0.11 (2023-11-21)

### 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.11",
"version": "2.0.12",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"access": "public"
},
"dependencies": {
"@dreamauth/errors": "^4.0.12"
"@dreamauth/errors": "^4.0.13"
},
"devDependencies": {
"vite": "^5.0.6",
Expand Down
6 changes: 6 additions & 0 deletions packages/encryption-codec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.0.45 (2023-12-07)

### Chores

- Update deps. (b93381a)

## 2.0.44 (2023-11-21)

### 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.44",
"version": "2.0.45",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -33,9 +33,9 @@
"access": "public"
},
"dependencies": {
"@dreamauth/crypto": "^2.0.11",
"@dreamauth/jwk": "^3.0.44",
"@dreamauth/types": "^4.0.33"
"@dreamauth/crypto": "^2.0.12",
"@dreamauth/jwk": "^3.0.45",
"@dreamauth/types": "^4.0.34"
},
"devDependencies": {
"vite": "^5.0.6",
Expand Down
6 changes: 6 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.0.13 (2023-12-07)

### Chores

- Update deps. (b93381a)

## 4.0.12 (2023-11-21)

### 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.12",
"version": "4.0.13",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.16 (2023-12-07)

### Chores

- Update deps. (b93381a)

## 1.0.15 (2023-11-21)

### Bug Fixes
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.15",
"version": "1.0.16",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/jwk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.0.45 (2023-12-07)

### Chores

- Update deps. (b93381a)

## 3.0.44 (2023-11-21)

### 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.44",
"version": "3.0.45",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -33,9 +33,9 @@
"access": "public"
},
"dependencies": {
"@dreamauth/crypto": "^2.0.11",
"@dreamauth/types": "^4.0.33",
"@dreamauth/util": "^4.0.19"
"@dreamauth/crypto": "^2.0.12",
"@dreamauth/types": "^4.0.34",
"@dreamauth/util": "^4.0.20"
},
"devDependencies": {
"vite": "^5.0.6",
Expand Down
6 changes: 6 additions & 0 deletions packages/jwt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 5.0.31 (2023-12-07)

### Chores

- Update deps. (b93381a)

## 5.0.30 (2023-11-21)

### 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.30",
"version": "5.0.31",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -33,12 +33,12 @@
"access": "public"
},
"dependencies": {
"@dreamauth/base64url": "^1.0.14",
"@dreamauth/crypto": "^2.0.11",
"@dreamauth/errors": "^4.0.12",
"@dreamauth/jwk": "^3.0.44",
"@dreamauth/time": "^1.0.9",
"@dreamauth/types": "^4.0.33"
"@dreamauth/base64url": "^1.0.15",
"@dreamauth/crypto": "^2.0.12",
"@dreamauth/errors": "^4.0.13",
"@dreamauth/jwk": "^3.0.45",
"@dreamauth/time": "^1.0.10",
"@dreamauth/types": "^4.0.34"
},
"devDependencies": {
"vite": "^5.0.6",
Expand Down
6 changes: 6 additions & 0 deletions packages/password/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.2.20 (2023-12-07)

### Chores

- Update deps. (b93381a)

## 2.2.19 (2023-11-21)

### 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.19",
"version": "2.2.20",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -33,9 +33,9 @@
"access": "public"
},
"dependencies": {
"@dreamauth/base64url": "^1.0.14",
"@dreamauth/crypto": "^2.0.11",
"@dreamauth/errors": "^4.0.12",
"@dreamauth/base64url": "^1.0.15",
"@dreamauth/crypto": "^2.0.12",
"@dreamauth/errors": "^4.0.13",
"hash-wasm": "4.11.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 6c5b4af

Please sign in to comment.