Closed Anders2303 closed 1 month ago
:tada: This issue has been resolved in version wsc-common@1.0.0 :tada:
The release is available on GitHub release
:tada: This issue has been resolved in version subsurface-viewer@1.0.0 :tada:
The release is available on GitHub release
:tada: This issue has been resolved in version well-log-viewer@2.0.0 :tada:
The release is available on GitHub release
Some of the exported types in the projects are incorrect, compared to what is actually valid for the options (atleast as far as I can see)
In
WellLogTypes.ts
, discrete objects are typed to an empty array, but it should beRecord<string, any[]>
In
WellLogTemplateTypes.ts
, bothcolor
andtype
is required, but you'd want to omit them if you're using thestyle
property