Closed achingbrain closed 1 year ago
:tada: This PR is included in version protons-v6.1.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 3.0.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
You can now use maps:
They are deserlialized as ES6
Map
s and can support keys of any type - n.b. protobuf.js deserializes maps asObject
s and only supports round tripping string keys, every other type gets stringified which can have unpredictable results.