@balena/sbvr-types
Advanced tools
Comparing version 9.0.1 to 9.0.2-build-interface-types-29de4665e63bd4b5f1cfe75d3018ec29e10c1889-1
@@ -7,4 +7,9 @@ # Change Log | ||
# v9.0.2 | ||
## (2024-09-04) | ||
* Change the exported Types to an interface so that they can be augmented [Thodoris Greasidis] | ||
# v9.0.1 | ||
## (2024-08-02) | ||
## (2024-08-05) | ||
@@ -11,0 +16,0 @@ * Update @balena/lint to v8.2.7 [Josh Bowling] |
@@ -25,3 +25,3 @@ import type { SbvrType } from './type-utils'; | ||
export { WebResource as WebResourceType } from './types/web-resource'; | ||
export type Types = { | ||
export interface Types { | ||
'Big Integer': BigInteger.Types; | ||
@@ -48,3 +48,3 @@ 'Big Serial': BigSerial.Types; | ||
WebResource: WebResource.Types; | ||
}; | ||
} | ||
declare const _default: { | ||
@@ -51,0 +51,0 @@ 'Big Integer': typeof BigInteger; |
{ | ||
"name": "@balena/sbvr-types", | ||
"version": "9.0.1", | ||
"version": "9.0.2-build-interface-types-29de4665e63bd4b5f1cfe75d3018ec29e10c1889-1", | ||
"description": "SBVR type definitions.", | ||
@@ -54,4 +54,4 @@ "main": "out", | ||
"versionist": { | ||
"publishedAt": "2024-08-02T22:49:48.742Z" | ||
"publishedAt": "2024-09-04T08:36:04.305Z" | ||
} | ||
} |
@@ -29,3 +29,3 @@ import type { SbvrType } from './type-utils'; | ||
export type Types = { | ||
export interface Types { | ||
'Big Integer': BigInteger.Types; | ||
@@ -53,3 +53,3 @@ 'Big Serial': BigSerial.Types; | ||
WebResource: WebResource.Types; | ||
}; | ||
} | ||
@@ -56,0 +56,0 @@ export default { |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
152172
2