@balena/sbvr-types
Advanced tools
Comparing version 3.0.0 to 3.1.0-update-deps-33be8837bde82d29f182506f4b93e33157bea185
@@ -7,2 +7,7 @@ # Change Log | ||
# v3.1.0 | ||
## (2020-06-17) | ||
* Update dependencies [Pagan Gazzard] | ||
# v3.0.0 | ||
@@ -9,0 +14,0 @@ ## (2020-05-08) |
@@ -18,3 +18,3 @@ export declare const nativeFactTypeTemplates: { | ||
(value: any, required: true): Promise<T>; | ||
(value: null | undefined, required: false): Promise<null>; | ||
(value: undefined | null, required: false): Promise<null>; | ||
<U>(value: U, required: boolean): Promise<T | null>; | ||
@@ -24,3 +24,3 @@ }; | ||
(value: any, required: true): Promise<number>; | ||
(value: null | undefined, required: false): Promise<null>; | ||
(value: undefined | null, required: false): Promise<null>; | ||
<U_1>(value: U_1, required: boolean): Promise<number | null>; | ||
@@ -30,3 +30,3 @@ }; | ||
(value: any, required: true): Promise<string>; | ||
(value: null | undefined, required: false): Promise<null>; | ||
(value: undefined | null, required: false): Promise<null>; | ||
<U_2>(value: U_2, required: boolean): Promise<string | null>; | ||
@@ -36,5 +36,5 @@ }; | ||
(value: any, required: true): Promise<Date>; | ||
(value: null | undefined, required: false): Promise<null>; | ||
(value: undefined | null, required: false): Promise<null>; | ||
<U_3>(value: U_3, required: boolean): Promise<Date | null>; | ||
}; | ||
}; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.validate = exports.nativeFactTypeTemplates = void 0; | ||
const equality = (from, to) => ['Equals', from, to]; | ||
@@ -4,0 +5,0 @@ const checkRequired = (validateFn) => { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.validate = exports.nativeFactTypes = exports.types = void 0; | ||
const TypeUtils = require("../type-utils"); | ||
@@ -4,0 +5,0 @@ exports.types = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.validate = exports.fetchProcessing = exports.types = void 0; | ||
const TypeUtils = require("../type-utils"); | ||
@@ -4,0 +5,0 @@ const typeFunc = (necessity, index, defaultValue = ' DEFAULT 0') => 'INTEGER' + defaultValue + necessity + index; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.validate = exports.types = void 0; | ||
const TypeUtils = require("../type-utils"); | ||
@@ -4,0 +5,0 @@ exports.types = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.validate = exports.fetchProcessing = exports.nativeProperties = exports.types = void 0; | ||
const TypeUtils = require("../type-utils"); | ||
@@ -4,0 +5,0 @@ exports.types = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.validate = exports.nativeFactTypes = exports.types = void 0; | ||
const TypeUtils = require("../type-utils"); | ||
@@ -4,0 +5,0 @@ exports.types = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.validate = exports.fetchProcessing = exports.types = void 0; | ||
const TypeUtils = require("../type-utils"); | ||
@@ -4,0 +5,0 @@ exports.types = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.validate = exports.fetchProcessing = exports.types = void 0; | ||
const TypeUtils = require("../type-utils"); | ||
@@ -4,0 +5,0 @@ exports.types = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.validate = exports.types = void 0; | ||
const TypeUtils = require("../type-utils"); | ||
@@ -4,0 +5,0 @@ exports.types = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.validate = exports.nativeFactTypes = exports.types = void 0; | ||
const TypeUtils = require("../type-utils"); | ||
@@ -4,0 +5,0 @@ exports.types = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.compare = exports.validate = exports.types = void 0; | ||
const TypeUtils = require("../type-utils"); | ||
@@ -4,0 +5,0 @@ let bcrypt; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.validate = exports.nativeFactTypes = exports.types = void 0; | ||
const TypeUtils = require("../type-utils"); | ||
@@ -4,0 +5,0 @@ exports.types = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.validate = exports.types = void 0; | ||
const TypeUtils = require("../type-utils"); | ||
@@ -4,0 +5,0 @@ exports.types = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.validate = exports.fetchProcessing = exports.types = void 0; | ||
const TypeUtils = require("../type-utils"); | ||
@@ -4,0 +5,0 @@ exports.types = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.validate = exports.nativeFactTypes = exports.types = void 0; | ||
const TypeUtils = require("../type-utils"); | ||
@@ -4,0 +5,0 @@ exports.types = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.validate = exports.types = void 0; | ||
const TypeUtils = require("../type-utils"); | ||
@@ -4,0 +5,0 @@ exports.types = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.compare = exports.validate = exports.validateSync = exports.types = void 0; | ||
const TypeUtils = require("../type-utils"); | ||
@@ -4,0 +5,0 @@ let sha256; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.validate = exports.types = void 0; | ||
const TypeUtils = require("../type-utils"); | ||
@@ -4,0 +5,0 @@ exports.types = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.validate = exports.nativeFactTypes = exports.nativeProperties = exports.types = void 0; | ||
const TypeUtils = require("../type-utils"); | ||
@@ -4,0 +5,0 @@ exports.types = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.validate = exports.fetchProcessing = exports.types = void 0; | ||
const TypeUtils = require("../type-utils"); | ||
@@ -4,0 +5,0 @@ exports.types = { |
{ | ||
"name": "@balena/sbvr-types", | ||
"version": "3.0.0", | ||
"version": "3.1.0-update-deps-33be8837bde82d29f182506f4b93e33157bea185", | ||
"description": "SBVR type definitions.", | ||
@@ -22,3 +22,3 @@ "main": "out", | ||
"optionalDependencies": { | ||
"bcrypt": "^4.0.1", | ||
"bcrypt": "^5.0.0", | ||
"bcryptjs": "^2.4.3", | ||
@@ -28,4 +28,4 @@ "sha.js": "^2.4.11" | ||
"devDependencies": { | ||
"@balena/lint": "^5.0.4", | ||
"@types/lodash": "^4.14.150", | ||
"@balena/lint": "^5.1.0", | ||
"@types/lodash": "^4.14.155", | ||
"bluebird": "^3.7.2", | ||
@@ -37,7 +37,7 @@ "chai": "^4.2.0", | ||
"husky": "^4.2.5", | ||
"lint-staged": "^10.2.2", | ||
"lint-staged": "^10.2.11", | ||
"lodash": "^4.17.15", | ||
"mocha": "^6.2.3", | ||
"require-npm4-to-publish": "^1.0.0", | ||
"typescript": "^3.8.3" | ||
"typescript": "^3.9.5" | ||
}, | ||
@@ -44,0 +44,0 @@ "husky": { |
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
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
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
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
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
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
94515
1567
2