drivelist
Advanced tools
Comparing version 9.2.1 to 9.2.2-add-versionbot-changelog-921936f40542118aad8194a13a81556dc0130523
@@ -7,2 +7,8 @@ # Change Log | ||
# v9.2.2 | ||
## (2020-11-30) | ||
* Update typescript to v4.1.2 [Alexis Svinartchouk] | ||
* Add versionbot changelog [Alexis Svinartchouk] | ||
# v9.2.1 | ||
@@ -9,0 +15,0 @@ ## (2020-11-19) |
@@ -32,3 +32,5 @@ /* | ||
export function getPartitionTableType(pttype?: 'gpt' | 'dos'): 'gpt' | 'mbr' | null { | ||
export function getPartitionTableType( | ||
pttype?: 'gpt' | 'dos', | ||
): 'gpt' | 'mbr' | null { | ||
if (pttype === 'gpt') { | ||
@@ -35,0 +37,0 @@ return 'gpt'; |
@@ -182,3 +182,5 @@ /* | ||
isUAS: null, | ||
partitionTableType: getPartitionTableType(device.pttype as 'gpt' | 'dos' | undefined), | ||
partitionTableType: getPartitionTableType( | ||
device.pttype as 'gpt' | 'dos' | undefined, | ||
), | ||
}; | ||
@@ -185,0 +187,0 @@ }, |
{ | ||
"name": "drivelist", | ||
"version": "9.2.1", | ||
"version": "9.2.2-add-versionbot-changelog-921936f40542118aad8194a13a81556dc0130523", | ||
"description": "List all connected drives in your computer, in all major operating systems", | ||
@@ -44,3 +44,3 @@ "main": "js/index.js", | ||
"devDependencies": { | ||
"@balena/lint": "^5.1.0", | ||
"@balena/lint": "^5.3.0", | ||
"@types/bindings": "^1.3.0", | ||
@@ -58,3 +58,3 @@ "@types/chai": "^4.1.7", | ||
"ts-node": "^8.0.2", | ||
"typescript": "^3.9.3" | ||
"typescript": "^4.1.2" | ||
}, | ||
@@ -61,0 +61,0 @@ "dependencies": { |
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
126634
1055
1