@balena/sbvr-types
Advanced tools
Comparing version 3.4.18 to 3.4.19-build-web-resource-2-64513c8594bee5b7bf3f269a0b40efef66d8f9e9-1
@@ -7,2 +7,7 @@ # Change Log | ||
# v3.4.19 | ||
## (2022-11-28) | ||
* Add type WebResource [Ramiro González Maciel] | ||
# v3.4.18 | ||
@@ -9,0 +14,0 @@ ## (2022-11-25) |
@@ -21,2 +21,3 @@ "use strict"; | ||
const Time = require("./types/time"); | ||
const WebResource = require("./types/web-resource"); | ||
module.exports = { | ||
@@ -42,3 +43,4 @@ 'Big Integer': BigInteger, | ||
Time, | ||
WebResource, | ||
}; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@balena/sbvr-types", | ||
"version": "3.4.18", | ||
"version": "3.4.19-build-web-resource-2-64513c8594bee5b7bf3f269a0b40efef66d8f9e9-1", | ||
"description": "SBVR type definitions.", | ||
@@ -55,4 +55,4 @@ "main": "out", | ||
"versionist": { | ||
"publishedAt": "2022-11-25T17:40:59.379Z" | ||
"publishedAt": "2022-11-28T02:24:30.262Z" | ||
} | ||
} |
@@ -22,2 +22,3 @@ import type { SbvrType } from './type-utils'; | ||
import * as Time from './types/time'; | ||
import * as WebResource from './types/web-resource'; | ||
@@ -44,2 +45,3 @@ export = { | ||
Time, | ||
WebResource, | ||
} as { | ||
@@ -46,0 +48,0 @@ Hashed: SbvrType & { |
Sorry, the diff of this file is not supported yet
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
119411
105
1904
2