@balena/sbvr-types
Advanced tools
Comparing version 8.0.0-build-joshbwlng-big-int-952f52b6b152822c3ba745d8caac32c12865fad4-1 to 8.0.0-build-joshbwlng-big-int-db2010ec66cf52922990e8ebe06d8ccfa1c7e146-1
@@ -8,7 +8,11 @@ # Change Log | ||
# v8.0.0 | ||
## (2024-06-04) | ||
## (2024-06-09) | ||
* Fixes [Josh Bowling] | ||
* Improve BigInteger and BigSerial support [Josh Bowling] | ||
# v7.1.1 | ||
## (2024-06-04) | ||
* Accept `Date` for the write types of `Date Time`/`Date`/`Time` [Pagan Gazzard] | ||
# v7.1.0 | ||
@@ -15,0 +19,0 @@ ## (2024-04-25) |
@@ -10,3 +10,3 @@ import * as TypeUtils from '../type-utils'; | ||
}; | ||
export type Types = TypeUtils.TsTypes<string, string | number>; | ||
export type Types = TypeUtils.TsTypes<string, string | number | Date>; | ||
type DbWriteType = Date; | ||
@@ -13,0 +13,0 @@ export declare const fetchProcessing: TypeUtils.FetchProcessing<Types['Read']>; |
@@ -10,3 +10,3 @@ import * as TypeUtils from '../type-utils'; | ||
}; | ||
export type Types = TypeUtils.TsTypes<string, string | number>; | ||
export type Types = TypeUtils.TsTypes<string, string | number | Date>; | ||
type DbWriteType = Date; | ||
@@ -13,0 +13,0 @@ export declare const fetchProcessing: TypeUtils.FetchProcessing<Types['Read']>; |
@@ -10,3 +10,3 @@ import * as TypeUtils from '../type-utils'; | ||
}; | ||
export type Types = TypeUtils.TsTypes<string, number | string>; | ||
export type Types = TypeUtils.TsTypes<string, number | string | Date>; | ||
type DbWriteType = string; | ||
@@ -13,0 +13,0 @@ export declare const fetchProcessing: TypeUtils.FetchProcessing<Types['Read']>; |
{ | ||
"name": "@balena/sbvr-types", | ||
"version": "8.0.0-build-joshbwlng-big-int-952f52b6b152822c3ba745d8caac32c12865fad4-1", | ||
"version": "8.0.0-build-joshbwlng-big-int-db2010ec66cf52922990e8ebe06d8ccfa1c7e146-1", | ||
"description": "SBVR type definitions.", | ||
@@ -54,4 +54,4 @@ "main": "out", | ||
"versionist": { | ||
"publishedAt": "2024-06-04T01:36:45.076Z" | ||
"publishedAt": "2024-06-09T22:15:34.708Z" | ||
} | ||
} |
@@ -12,3 +12,3 @@ import * as TypeUtils from '../type-utils'; | ||
export type Types = TypeUtils.TsTypes<string, string | number>; | ||
export type Types = TypeUtils.TsTypes<string, string | number | Date>; | ||
type DbWriteType = Date; | ||
@@ -15,0 +15,0 @@ |
@@ -12,3 +12,3 @@ import * as TypeUtils from '../type-utils'; | ||
export type Types = TypeUtils.TsTypes<string, string | number>; | ||
export type Types = TypeUtils.TsTypes<string, string | number | Date>; | ||
type DbWriteType = Date; | ||
@@ -15,0 +15,0 @@ |
@@ -12,3 +12,3 @@ import * as TypeUtils from '../type-utils'; | ||
export type Types = TypeUtils.TsTypes<string, number | string>; | ||
export type Types = TypeUtils.TsTypes<string, number | string | Date>; | ||
type DbWriteType = string; | ||
@@ -15,0 +15,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
151219