@aws-crypto/cache-material
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,2 +0,2 @@ | ||
export declare function compare(a: Uint8Array, b: Uint8Array): 0 | 1 | -1; | ||
export declare function compare(a: Uint8Array, b: Uint8Array): 1 | -1 | 0; | ||
//# sourceMappingURL=portable_compare.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export declare function compare(a: Uint8Array, b: Uint8Array): 0 | 1 | -1; | ||
export declare function compare(a: Uint8Array, b: Uint8Array): 1 | -1 | 0; | ||
//# sourceMappingURL=portable_compare.d.ts.map |
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.0.2](/compare/@aws-crypto/cache-material@1.0.1...@aws-crypto/cache-material@1.0.2) (2020-02-07) | ||
### Bug Fixes | ||
* lerna version maintains package-lock (#235) c901318, closes #235 #234 | ||
## [1.0.1](/compare/@aws-crypto/cache-material@1.0.0...@aws-crypto/cache-material@1.0.1) (2019-10-15) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@aws-crypto/cache-material", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"scripts": { | ||
@@ -19,4 +19,4 @@ "prepublishOnly": "npm run build", | ||
"dependencies": { | ||
"@aws-crypto/material-management": "^1.0.1", | ||
"@aws-crypto/serialize": "^1.0.1", | ||
"@aws-crypto/material-management": "^1.0.2", | ||
"@aws-crypto/serialize": "^1.0.2", | ||
"@types/lru-cache": "^5.1.0", | ||
@@ -53,4 +53,3 @@ "lru-cache": "^5.1.1", | ||
] | ||
}, | ||
"gitHead": "8f11f6abf4f351b67a18f990e127e0e60138b0c2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
311731