@balena/sbvr-types
Advanced tools
Comparing version 4.0.0-build-4-x-54920d701a7aa4890c27801fc5cc6b9d74ece21c-1 to 4.0.0-build-4-x-be8fc31c3754186dd4c43ca8d4c056b0def7ffbd-1
@@ -10,2 +10,4 @@ # Change Log | ||
* Add test cases for Objects in JSON validate [fisehara] | ||
* Drop `require-npm4-to-publish` devDependency [fisehara] | ||
* Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard] | ||
@@ -12,0 +14,0 @@ * Switch `JSON` to use `JSON` db type instead of `TEXT` [Pagan Gazzard] |
{ | ||
"name": "@balena/sbvr-types", | ||
"version": "4.0.0-build-4-x-54920d701a7aa4890c27801fc5cc6b9d74ece21c-1", | ||
"version": "4.0.0-build-4-x-be8fc31c3754186dd4c43ca8d4c056b0def7ffbd-1", | ||
"description": "SBVR type definitions.", | ||
@@ -12,3 +12,2 @@ "main": "out", | ||
"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}\" && tsc", | ||
@@ -37,3 +36,2 @@ "prettify": "balena-lint -e js -e ts --fix src test" | ||
"mocha": "^10.1.0", | ||
"require-npm4-to-publish": "^1.0.0", | ||
"ts-node": "^10.9.1", | ||
@@ -61,4 +59,4 @@ "typescript": "^4.9.3" | ||
"versionist": { | ||
"publishedAt": "2023-04-26T12:40:09.806Z" | ||
"publishedAt": "2023-04-26T14:55:58.093Z" | ||
} | ||
} |
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
115359
13