@balena/sbvr-types
Advanced tools
Comparing version 5.1.1-build-renovate-typescript-5-x-c4a153114a285b612b596e95bf529e50da44cef0-1 to 5.2.0-build-otaviojacobi-expose-webresource-type-9e42bfffb2145b5096539492b36b0f19b1f2e209-1
@@ -7,6 +7,6 @@ # Change Log | ||
# v5.1.1 | ||
## (2023-08-03) | ||
# v5.2.0 | ||
## (2023-08-08) | ||
* chore(deps): update dependency typescript to v5 [Self-hosted Renovate Bot] | ||
* Expose WebResource as WebResourceType [Otávio Jacobi] | ||
@@ -13,0 +13,0 @@ # v5.1.0 |
@@ -24,2 +24,3 @@ import type { SbvrType } from './type-utils'; | ||
import * as WebResource from './types/web-resource'; | ||
export { WebResource as WebResourceType } from './types/web-resource'; | ||
declare const _default: { | ||
@@ -26,0 +27,0 @@ 'Big Integer': typeof BigInteger; |
{ | ||
"name": "@balena/sbvr-types", | ||
"version": "5.1.1-build-renovate-typescript-5-x-c4a153114a285b612b596e95bf529e50da44cef0-1", | ||
"version": "5.2.0-build-otaviojacobi-expose-webresource-type-9e42bfffb2145b5096539492b36b0f19b1f2e209-1", | ||
"description": "SBVR type definitions.", | ||
@@ -37,3 +37,3 @@ "main": "out", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.0.0" | ||
"typescript": "^4.9.3" | ||
}, | ||
@@ -59,4 +59,4 @@ "lint-staged": { | ||
"versionist": { | ||
"publishedAt": "2023-08-03T09:48:09.286Z" | ||
"publishedAt": "2023-08-08T20:56:02.926Z" | ||
} | ||
} |
@@ -26,2 +26,4 @@ import type { SbvrType } from './type-utils'; | ||
export { WebResource as WebResourceType } from './types/web-resource'; | ||
export default { | ||
@@ -28,0 +30,0 @@ 'Big Integer': BigInteger, |
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
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
131395
2042