@balena/sbvr-types
Advanced tools
Comparing version 4.0.0-build-4-x-c9a3fd2e06668e40ae9f56e7913b1315dbf483b7-1 to 4.0.0-build-4-x-ca926b57d4872ee1f3e2dc4f4be118bdb7778e4b-1
@@ -8,4 +8,5 @@ # Change Log | ||
# v4.0.0 | ||
## (2022-11-29) | ||
## (2022-11-30) | ||
* Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard] | ||
* Switch `JSON` to use `JSON` db type instead of `TEXT` [Pagan Gazzard] | ||
@@ -12,0 +13,0 @@ * Switch `Boolean` to use `BOOLEAN` db type instead of `INTEGER` [Pagan Gazzard] |
@@ -9,3 +9,3 @@ "use strict"; | ||
} | ||
catch (_a) { | ||
catch { | ||
bcrypt = require('bcryptjs'); | ||
@@ -12,0 +12,0 @@ } |
@@ -22,3 +22,3 @@ "use strict"; | ||
} | ||
catch (_a) { | ||
catch { | ||
throw new Error('cannot be turned into JSON: ' + value); | ||
@@ -25,0 +25,0 @@ } |
@@ -14,3 +14,3 @@ "use strict"; | ||
} | ||
catch (_a) { | ||
catch { | ||
const shajs = require('sha.js'); | ||
@@ -17,0 +17,0 @@ sha256 = (value) => { |
{ | ||
"name": "@balena/sbvr-types", | ||
"version": "4.0.0-build-4-x-c9a3fd2e06668e40ae9f56e7913b1315dbf483b7-1", | ||
"version": "4.0.0-build-4-x-ca926b57d4872ee1f3e2dc4f4be118bdb7778e4b-1", | ||
"description": "SBVR type definitions.", | ||
@@ -54,5 +54,8 @@ "main": "out", | ||
}, | ||
"engines": { | ||
"node": ">=16.13.0" | ||
}, | ||
"versionist": { | ||
"publishedAt": "2022-11-29T13:12:51.516Z" | ||
"publishedAt": "2022-11-30T16:49:10.674Z" | ||
} | ||
} |
{ | ||
"compilerOptions": { | ||
"module": "commonjs", | ||
"target": "es2018", | ||
"target": "es2021", | ||
"strict": true, | ||
@@ -6,0 +6,0 @@ "noImplicitAny": true, |
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
Sorry, the diff of this file is not supported yet
110165