Skip to content

Commit c96b2e7

Browse files
authored
chore: bump notepack.io to version ~3.0.1 (#464)
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
1 parent 73f6320 commit c96b2e7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"debug": "~4.3.1",
27-
"notepack.io": "~2.2.0",
27+
"notepack.io": "~3.0.1",
2828
"socket.io-adapter": "^2.4.0",
2929
"uid2": "1.0.0"
3030
},

0 commit comments

Comments
 (0)