@balena/sbvr-types
Advanced tools
Comparing version 3.1.2 to 3.1.3-improve-sha-types-e7e86f33f8e8c420dd634fd1310bc8104c9651c7
@@ -7,2 +7,7 @@ # Change Log | ||
# v3.1.3 | ||
## (2020-12-11) | ||
* Improve types for `SHA` [Pagan Gazzard] | ||
# v3.1.2 | ||
@@ -9,0 +14,0 @@ ## (2020-11-25) |
@@ -7,3 +7,7 @@ import type { SbvrType } from './type-utils'; | ||
}; | ||
SHA: SbvrType & { | ||
validateSync: (value: string) => string; | ||
compare: (str: string, hash: string) => Promise<boolean>; | ||
}; | ||
}; | ||
export = _default; |
{ | ||
"name": "@balena/sbvr-types", | ||
"version": "3.1.2", | ||
"version": "3.1.3-improve-sha-types-e7e86f33f8e8c420dd634fd1310bc8104c9651c7", | ||
"description": "SBVR type definitions.", | ||
@@ -34,4 +34,4 @@ "main": "out", | ||
"coffeescript": "^2.5.1", | ||
"husky": "^4.3.0", | ||
"lint-staged": "^10.5.2", | ||
"husky": "^4.3.5", | ||
"lint-staged": "^10.5.3", | ||
"lodash": "^4.17.20", | ||
@@ -38,0 +38,0 @@ "mocha": "^8.2.1", |
@@ -47,3 +47,7 @@ import type { SbvrType } from './type-utils'; | ||
}; | ||
SHA: SbvrType & { | ||
validateSync: (value: string) => string; | ||
compare: (str: string, hash: string) => Promise<boolean>; | ||
}; | ||
[fieldType: string]: SbvrType; | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
97341
1611
2