@balena/sbvr-types
Advanced tools
Comparing version 8.0.0 to 9.0.0-build-joshbwlng-bigint-string-127ae3170d17104c6079567167eba3f36cb8c058-1
@@ -7,2 +7,7 @@ # Change Log | ||
# v9.0.0 | ||
## (2024-06-25) | ||
* Update BigInteger and BigSerial TsTypes [Josh Bowling] | ||
# v8.0.0 | ||
@@ -9,0 +14,0 @@ ## (2024-06-12) |
@@ -10,3 +10,3 @@ import * as TypeUtils from '../type-utils'; | ||
}; | ||
export type Types = TypeUtils.TsTypes<bigint, number | bigint>; | ||
export type Types = TypeUtils.TsTypes<string, string | number | bigint>; | ||
type DbWriteType = bigint; | ||
@@ -13,0 +13,0 @@ export declare const fetchProcessing: TypeUtils.FetchProcessing<Types['Read']>; |
@@ -27,3 +27,3 @@ "use strict"; | ||
} | ||
return value; | ||
return value.toString(); | ||
}; | ||
@@ -30,0 +30,0 @@ exports.fetchProcessing = fetchProcessing; |
@@ -11,4 +11,4 @@ import * as TypeUtils from '../type-utils'; | ||
}; | ||
export type Types = TypeUtils.TsTypes<bigint, number | bigint>; | ||
export type Types = TypeUtils.TsTypes<string, string | number | bigint>; | ||
type DbWriteType = bigint; | ||
export declare const validate: TypeUtils.Validate<Types['Write'], DbWriteType>; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import * as TypeUtils from '../type-utils'; | ||
@@ -3,0 +2,0 @@ export declare const types: { |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import * as TypeUtils from '../type-utils'; | ||
@@ -3,0 +2,0 @@ export declare const types: { |
{ | ||
"name": "@balena/sbvr-types", | ||
"version": "8.0.0", | ||
"version": "9.0.0-build-joshbwlng-bigint-string-127ae3170d17104c6079567167eba3f36cb8c058-1", | ||
"description": "SBVR type definitions.", | ||
@@ -54,4 +54,4 @@ "main": "out", | ||
"versionist": { | ||
"publishedAt": "2024-06-12T22:03:08.706Z" | ||
"publishedAt": "2024-06-25T00:39:34.881Z" | ||
} | ||
} |
@@ -12,3 +12,3 @@ import * as TypeUtils from '../type-utils'; | ||
export type Types = TypeUtils.TsTypes<bigint, number | bigint>; | ||
export type Types = TypeUtils.TsTypes<string, string | number | bigint>; | ||
type DbWriteType = bigint; | ||
@@ -30,3 +30,3 @@ | ||
} | ||
return value; | ||
return value.toString(); | ||
}; | ||
@@ -33,0 +33,0 @@ |
@@ -27,3 +27,3 @@ import * as TypeUtils from '../type-utils'; | ||
export type Types = TypeUtils.TsTypes<bigint, number | bigint>; | ||
export type Types = TypeUtils.TsTypes<string, string | number | bigint>; | ||
type DbWriteType = bigint; | ||
@@ -30,0 +30,0 @@ |
Sorry, the diff of this file is not supported yet
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
151419
14315
2281
2