@balena/sbvr-types
Advanced tools
Comparing version 3.4.16-web-resource-2-72be0ce20f07e8ff31df8456f134da5c0719103c-1 to 3.4.16
@@ -8,5 +8,5 @@ # Change Log | ||
# v3.4.16 | ||
## (2022-11-18) | ||
## (2022-11-25) | ||
* Add type WebResource [Ramiro González Maciel] | ||
* Switch from `new Buffer` to `Buffer.from` to avoid deprecation warnings [Pagan Gazzard] | ||
@@ -13,0 +13,0 @@ # v3.4.15 |
@@ -21,3 +21,2 @@ "use strict"; | ||
const Time = require("./types/time"); | ||
const WebResource = require("./types/web-resource"); | ||
module.exports = { | ||
@@ -43,4 +42,3 @@ 'Big Integer': BigInteger, | ||
Time, | ||
WebResource, | ||
}; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@balena/sbvr-types", | ||
"version": "3.4.16-web-resource-2-72be0ce20f07e8ff31df8456f134da5c0719103c-1", | ||
"version": "3.4.16", | ||
"description": "SBVR type definitions.", | ||
@@ -11,6 +11,5 @@ "main": "out", | ||
"test": "mocha", | ||
"test-web-resource": "mocha -g WebResource", | ||
"posttest": "npm run lint", | ||
"prepublish": "require-npm4-to-publish", | ||
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\"; rm -rf out && tsc", | ||
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\"; tsc", | ||
"prettify": "balena-lint -e js -e ts --fix src test" | ||
@@ -45,4 +44,4 @@ }, | ||
"require-npm4-to-publish": "^1.0.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.7.4" | ||
"ts-node": "^10.7.0", | ||
"typescript": "^4.6.3" | ||
}, | ||
@@ -64,4 +63,4 @@ "lint-staged": { | ||
"versionist": { | ||
"publishedAt": "2022-11-18T03:50:10.706Z" | ||
"publishedAt": "2022-11-25T16:20:17.429Z" | ||
} | ||
} |
@@ -22,3 +22,2 @@ import type { SbvrType } from './type-utils'; | ||
import * as Time from './types/time'; | ||
import * as WebResource from './types/web-resource'; | ||
@@ -45,3 +44,2 @@ export = { | ||
Time, | ||
WebResource, | ||
} as { | ||
@@ -48,0 +46,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
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
1
1
107066
93
1637