Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Shakeskeyboarde committed Dec 19, 2023
1 parent b3eb074 commit 37c2c88
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.17 (2023-12-19)

### Chores

- Update deps. (b3eb074)

## 1.0.16 (2023-12-09)

### 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.16",
"version": "1.0.17",
"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.14 (2023-12-19)

### Chores

- Update deps. (b3eb074)

## 2.0.13 (2023-12-09)

### 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.13",
"version": "2.0.14",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"access": "public"
},
"dependencies": {
"@dreamauth/errors": "^4.0.14"
"@dreamauth/errors": "^4.0.15"
},
"devDependencies": {
"vite": "^5.0.10",
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.47 (2023-12-19)

### Chores

- Update deps. (b3eb074)

## 2.0.46 (2023-12-09)

### 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.46",
"version": "2.0.47",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -33,9 +33,9 @@
"access": "public"
},
"dependencies": {
"@dreamauth/crypto": "^2.0.13",
"@dreamauth/jwk": "^3.0.46",
"@dreamauth/types": "^4.0.35"
"@dreamauth/crypto": "^2.0.14",
"@dreamauth/jwk": "^3.0.47",
"@dreamauth/types": "^4.0.36"
},
"devDependencies": {
"vite": "^5.0.10",
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.15 (2023-12-19)

### Chores

- Update deps. (b3eb074)

## 4.0.14 (2023-12-09)

### 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.14",
"version": "4.0.15",
"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.18 (2023-12-19)

### Chores

- Update deps. (b3eb074)

## 1.0.17 (2023-12-09)

### 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.17",
"version": "1.0.18",
"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.47 (2023-12-19)

### Chores

- Update deps. (b3eb074)

## 3.0.46 (2023-12-09)

### 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.46",
"version": "3.0.47",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -33,9 +33,9 @@
"access": "public"
},
"dependencies": {
"@dreamauth/crypto": "^2.0.13",
"@dreamauth/types": "^4.0.35",
"@dreamauth/util": "^4.0.21"
"@dreamauth/crypto": "^2.0.14",
"@dreamauth/types": "^4.0.36",
"@dreamauth/util": "^4.0.22"
},
"devDependencies": {
"vite": "^5.0.10",
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.33 (2023-12-19)

### Chores

- Update deps. (b3eb074)

## 5.0.32 (2023-12-09)

### 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.32",
"version": "5.0.33",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -33,12 +33,12 @@
"access": "public"
},
"dependencies": {
"@dreamauth/base64url": "^1.0.16",
"@dreamauth/crypto": "^2.0.13",
"@dreamauth/errors": "^4.0.14",
"@dreamauth/jwk": "^3.0.46",
"@dreamauth/time": "^1.0.11",
"@dreamauth/types": "^4.0.35"
"@dreamauth/base64url": "^1.0.17",
"@dreamauth/crypto": "^2.0.14",
"@dreamauth/errors": "^4.0.15",
"@dreamauth/jwk": "^3.0.47",
"@dreamauth/time": "^1.0.12",
"@dreamauth/types": "^4.0.36"
},
"devDependencies": {
"vite": "^5.0.10",
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.22 (2023-12-19)

### Chores

- Update deps. (b3eb074)

## 2.2.21 (2023-12-09)

### 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.21",
"version": "2.2.22",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -33,9 +33,9 @@
"access": "public"
},
"dependencies": {
"@dreamauth/base64url": "^1.0.16",
"@dreamauth/crypto": "^2.0.13",
"@dreamauth/errors": "^4.0.14",
"@dreamauth/base64url": "^1.0.17",
"@dreamauth/crypto": "^2.0.14",
"@dreamauth/errors": "^4.0.15",
"hash-wasm": "4.11.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 37c2c88

Please sign in to comment.