partitioninfo
Advanced tools
Comparing version 5.2.0 to 5.3.0-include-guid-and-name-for-gpt-partitions-e58f6a0e86170a73c72c86db381dca921384bfd0
@@ -15,2 +15,4 @@ /// <reference types="node" /> | ||
index: number; | ||
guid: string; | ||
name: string; | ||
} | ||
@@ -17,0 +19,0 @@ export declare type GetPartitionsResult = { |
@@ -37,2 +37,4 @@ "use strict"; | ||
type: p.type, | ||
guid: p.guid, | ||
name: p.name, | ||
index, | ||
@@ -39,0 +41,0 @@ }; |
@@ -7,2 +7,6 @@ # Change Log | ||
## 5.3.0 - 2019-01-16 | ||
* Include guid and name for gpt partitions [Alexis Svinartchouk] | ||
## 5.2.0 - 2019-01-14 | ||
@@ -9,0 +13,0 @@ |
{ | ||
"name": "partitioninfo", | ||
"version": "5.2.0", | ||
"version": "5.3.0-include-guid-and-name-for-gpt-partitions-e58f6a0e86170a73c72c86db381dca921384bfd0", | ||
"description": "Get information about a partition from an image file", | ||
@@ -5,0 +5,0 @@ "main": "build/partitioninfo.js", |
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
38755
364
1