Skip to content

Commit

Permalink
fix: Move @stackpath/node-grpc-error-details to main dependencies (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
tshashkova authored Jun 17, 2024
1 parent c572c95 commit a54c32b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [Unreleased]

### Fixed

- Fix dependencies

## [1.14.0] - 2024-06-14

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
},
"devDependencies": {
"@release-it/keep-a-changelog": "^5.0.0",
"@stackpath/node-grpc-error-details": "^1.1.3",
"@types/crypto-js": "^4.2.2",
"@types/google-protobuf": "^3.15.12",
"@types/jest": "^29.5.12",
Expand All @@ -66,6 +65,7 @@
},
"dependencies": {
"@grpc/grpc-js": "^1.10.9",
"@stackpath/node-grpc-error-details": "^1.1.3",
"crypto-js": "^4.2.0",
"google-protobuf": "^3.21.2",
"module-alias": "^2.2.3",
Expand Down

0 comments on commit a54c32b

Please sign in to comment.