Skip to content

Commit

Permalink
release: Update deps and internal refactors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shakeskeyboarde committed Nov 21, 2023
1 parent 2b572a6 commit bd1e05a
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.14 (2023-11-21)

### Chores

- Update deps and rename barrel files to index.ts. (2b572a6)
- Update deps. (afb9f13)

## 1.0.13 (2023-10-30)

### 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.13",
"version": "1.0.14",
"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.11 (2023-11-21)

### Chores

- Update deps and rename barrel files to index.ts. (2b572a6)
- Update deps. (afb9f13)

## 2.0.10 (2023-10-30)

### 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.10",
"version": "2.0.11",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"access": "public"
},
"dependencies": {
"@dreamauth/errors": "^4.0.11"
"@dreamauth/errors": "^4.0.12"
},
"devDependencies": {
"vite": "^5.0.2",
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.44 (2023-11-21)

### Chores

- Update deps and rename barrel files to index.ts. (2b572a6)
- Update deps. (afb9f13)

## 2.0.43 (2023-10-30)

### 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.43",
"version": "2.0.44",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -30,9 +30,9 @@
"access": "public"
},
"dependencies": {
"@dreamauth/crypto": "^2.0.10",
"@dreamauth/jwk": "^3.0.43",
"@dreamauth/types": "^4.0.32"
"@dreamauth/crypto": "^2.0.11",
"@dreamauth/jwk": "^3.0.44",
"@dreamauth/types": "^4.0.33"
},
"devDependencies": {
"vite": "^5.0.2",
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.12 (2023-11-21)

### Chores

- Update deps and rename barrel files to index.ts. (2b572a6)
- Update deps. (afb9f13)

## 4.0.11 (2023-10-30)

### 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.11",
"version": "4.0.12",
"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.14 (2023-11-21)

### Chores

- Update deps and rename barrel files to index.ts. (2b572a6)
- Update deps. (afb9f13)

## 1.0.13 (2023-10-30)

### 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.13",
"version": "1.0.14",
"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.44 (2023-11-21)

### Chores

- Update deps and rename barrel files to index.ts. (2b572a6)
- Update deps. (afb9f13)

## 3.0.43 (2023-10-30)

### 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.43",
"version": "3.0.44",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -30,9 +30,9 @@
"access": "public"
},
"dependencies": {
"@dreamauth/crypto": "^2.0.10",
"@dreamauth/types": "^4.0.32",
"@dreamauth/util": "^4.0.18"
"@dreamauth/crypto": "^2.0.11",
"@dreamauth/types": "^4.0.33",
"@dreamauth/util": "^4.0.19"
},
"devDependencies": {
"vite": "^5.0.2",
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.30 (2023-11-21)

### Chores

- Update deps and rename barrel files to index.ts. (2b572a6)
- Update deps. (afb9f13)

## 5.0.29 (2023-10-30)

### 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.29",
"version": "5.0.30",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -30,12 +30,12 @@
"access": "public"
},
"dependencies": {
"@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"
"@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"
},
"devDependencies": {
"vite": "^5.0.2",
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.19 (2023-11-21)

### Chores

- Update deps and rename barrel files to index.ts. (2b572a6)
- Update deps. (afb9f13)

## 2.2.18 (2023-10-30)

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

0 comments on commit bd1e05a

Please sign in to comment.