Skip to content

Commit

Permalink
chore: bump notepack.io to version ~3.0.1 (#464)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: the format of Date objects is modified in a non
backward-compatible way, as notepack.io now implements the MessagePack
Timestamp extension type.

Reference: https://github.com/msgpack/msgpack/blob/master/spec.md#timestamp-extension-type

Previous versions of the adapter will not be able to parse the Date
objects sent by newer versions.

- Reference: https://github.com/darrachequesne/notepack/releases/tag/3.0.0
- Diff: darrachequesne/notepack@2.3.0...3.0.1
  • Loading branch information
papandreou committed Dec 7, 2022
1 parent 73f6320 commit c96b2e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"debug": "~4.3.1",
"notepack.io": "~2.2.0",
"notepack.io": "~3.0.1",
"socket.io-adapter": "^2.4.0",
"uid2": "1.0.0"
},
Expand Down

0 comments on commit c96b2e7

Please sign in to comment.