Skip to content

Commit

Permalink
6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaime-ez committed Jun 20, 2022
1 parent 2449453 commit 1750c20
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## [6.2.0] -
## [6.2.1] - 2022.06.20

### Task

- update deps

## [6.2.0] - 2022.06.05

### Task

Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepstream/server",
"version": "6.2.0",
"version": "6.2.1",
"description": "a scalable server for realtime webapps",
"main": "./dist/src/deepstream.io.js",
"bin": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"url": "https://github.com/deepstreamIO/deepstream.io.git"
},
"dependencies": {
"@deepstream/protobuf": "^1.0.7",
"@deepstream/protobuf": "^1.0.8",
"@deepstream/types": "^2.3.0",
"ajv": "^6.12.6",
"better-ajv-errors": "^0.8.2",
Expand All @@ -74,7 +74,7 @@
"ws": "^7.5.6"
},
"devDependencies": {
"@deepstream/client": "^6.0.2",
"@deepstream/client": "^6.0.5",
"@types/adm-zip": "^0.4.33",
"@types/body-parser": "^1.19.0",
"@types/content-type": "^1.1.3",
Expand Down

0 comments on commit 1750c20

Please sign in to comment.