balena-io / pinejs

Generate rest APIs from natural language models
Apache License 2.0
62 stars 10 forks source link

Update `@balena/sbvr-types` to enable ISODatestring as internal pine API interface for date and date time fields. #745

Closed fisehara closed 6 months ago

fisehara commented 6 months ago

Update @balena/sbvr-types from 6.1.1 to 7.0.1

pinejs provides an internal and external interface. The external interface returns ISODateString encoded data. The internal interface should be consistent to the external interface, so that the pinejs api internally used also returns an ISODateString encoded data. This is solved in sbvr-types and is a major in the submodule and made this also a major change for pinejs itself.

https://github.com/balena-io-modules/sbvr-types/pull/91

Change-type: major

joshbwlng commented 6 months ago

@fisehara I looked through the rest of the code base and didn't see anything else that would need to be updated, but I'll let Page also take a look before approving since this is a major. I did notice a small typo in your commit though (This is solvedi n -> This is solved in).