@balena/sbvr-types
Advanced tools
Comparing version 7.1.0 to 7.1.1-build-accept-date-eb03c8fb593fad76c74dad57a3d45625daf44d76-1
@@ -7,4 +7,9 @@ # Change Log | ||
# v7.1.1 | ||
## (2024-06-03) | ||
* Accept `Date` for the write types of `Date Time`/`Date`/`Time` [Pagan Gazzard] | ||
# v7.1.0 | ||
## (2024-04-17) | ||
## (2024-04-25) | ||
@@ -11,0 +16,0 @@ * Export typescript read/write types for each sbvr type [Pagan Gazzard] |
@@ -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": "7.1.0", | ||
"version": "7.1.1-build-accept-date-eb03c8fb593fad76c74dad57a3d45625daf44d76-1", | ||
"description": "SBVR type definitions.", | ||
@@ -54,4 +54,4 @@ "main": "out", | ||
"versionist": { | ||
"publishedAt": "2024-04-17T17:17:22.131Z" | ||
"publishedAt": "2024-06-03T18:07:36.442Z" | ||
} | ||
} |
@@ -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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
148360
2