@balena/sbvr-types
Advanced tools
Comparing version 3.4.7 to 3.5.0-date-time-range-eeb01c0a7d62748a2272cc72df1b336b0599b34f
@@ -7,2 +7,7 @@ # Change Log | ||
# v3.5.0 | ||
## (2022-04-11) | ||
* Add 'Date Time Range' type [Pagan Gazzard] | ||
# v3.4.7 | ||
@@ -9,0 +14,0 @@ ## (2022-04-08) |
@@ -9,2 +9,3 @@ "use strict"; | ||
const DateTime = require("./types/date-time"); | ||
const DateTimeRange = require("./types/date-time-range"); | ||
const File = require("./types/file"); | ||
@@ -29,2 +30,3 @@ const ForeignKey = require("./types/foreign-key"); | ||
'Date Time': DateTime, | ||
'Date Time Range': DateTimeRange, | ||
Date, | ||
@@ -31,0 +33,0 @@ File, |
{ | ||
"name": "@balena/sbvr-types", | ||
"version": "3.4.7", | ||
"version": "3.5.0-date-time-range-eeb01c0a7d62748a2272cc72df1b336b0599b34f", | ||
"description": "SBVR type definitions.", | ||
@@ -66,4 +66,4 @@ "main": "out", | ||
"versionist": { | ||
"publishedAt": "2022-04-08T13:42:41.513Z" | ||
"publishedAt": "2022-04-11T12:16:20.266Z" | ||
} | ||
} |
@@ -10,2 +10,3 @@ import type { SbvrType } from './type-utils'; | ||
import * as DateTime from './types/date-time'; | ||
import * as DateTimeRange from './types/date-time-range'; | ||
import * as File from './types/file'; | ||
@@ -31,2 +32,3 @@ import * as ForeignKey from './types/foreign-key'; | ||
'Date Time': DateTime, | ||
'Date Time Range': DateTimeRange, | ||
Date, | ||
@@ -33,0 +35,0 @@ File, |
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
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
109306
95
1764
2