Skip to content

Commit

Permalink
Bump omgidl-parser v1.0.4, omgidl-serialization v1.1.1 (#160)
Browse files Browse the repository at this point in the history
### update `omgidl-parser` package minor version (v1.0.3 -> v1.0.4). 

Changes:
- parser now supports field names with the same name as modules and
structs.


### update `omgidl-serialization` package minor version (v1.1.0 ->
v1.1.1).

Changes:
- message reader now assigns default values to non-optional mutable
fields
  • Loading branch information
snosenzo authored Apr 10, 2024
1 parent 593f2d0 commit a6ab14b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/omgidl-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foxglove/omgidl-parser",
"version": "1.0.3",
"version": "1.0.4",
"description": "Parse OMG IDL to flattened definitions for serialization",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/omgidl-serialization/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foxglove/omgidl-serialization",
"version": "1.1.0",
"version": "1.1.1",
"description": "OMG IDL Schema message serializers and deserializer",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit a6ab14b

Please sign in to comment.