@balena/sbvr-types
Advanced tools
Comparing version 4.0.2 to 5.0.0-build-export-default-6cd01340e0fee46833942691fce5a9f6a42ac104-1
@@ -7,2 +7,7 @@ # Change Log | ||
# v5.0.0 | ||
## (2023-05-16) | ||
* Switch from `export =` to `export default` [Pagan Gazzard] | ||
# v4.0.2 | ||
@@ -9,0 +14,0 @@ ## (2023-05-03) |
@@ -0,1 +1,3 @@ | ||
import type { SbvrType } from './type-utils'; | ||
export type { SbvrType }; | ||
import * as BigInteger from './types/big-integer'; | ||
@@ -43,2 +45,2 @@ import * as BigSerial from './types/big-serial'; | ||
}; | ||
export = _default; | ||
export default _default; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const BigInteger = require("./types/big-integer"); | ||
@@ -22,3 +23,3 @@ const BigSerial = require("./types/big-serial"); | ||
const Time = require("./types/time"); | ||
module.exports = { | ||
exports.default = { | ||
'Big Integer': BigInteger, | ||
@@ -25,0 +26,0 @@ 'Big Serial': BigSerial, |
{ | ||
"name": "@balena/sbvr-types", | ||
"version": "4.0.2", | ||
"version": "5.0.0-build-export-default-6cd01340e0fee46833942691fce5a9f6a42ac104-1", | ||
"description": "SBVR type definitions.", | ||
@@ -57,4 +57,4 @@ "main": "out", | ||
"versionist": { | ||
"publishedAt": "2023-05-03T11:37:17.824Z" | ||
"publishedAt": "2023-05-16T15:53:20.452Z" | ||
} | ||
} |
import type { SbvrType } from './type-utils'; | ||
export type { SbvrType }; | ||
@@ -24,3 +25,3 @@ import * as BigInteger from './types/big-integer'; | ||
export = { | ||
export default { | ||
'Big Integer': BigInteger, | ||
@@ -27,0 +28,0 @@ 'Big Serial': BigSerial, |
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
117720
1746
2