json-canonicalize
Advanced tools
Comparing version 1.0.0 to 1.0.2
@@ -5,2 +5,10 @@ # Changelog | ||
### [1.0.2](https://github.com/snowyu/json-canonicalize/compare/v1.0.1...v1.0.2) (2019-09-19) | ||
### [1.0.1](https://github.com/snowyu/json-canonicalize/compare/v1.0.0...v1.0.1) (2019-09-19) | ||
### Bug Fixes | ||
- **script:** upgrade brotli-size to v4.0 ([7abc1cc](https://github.com/snowyu/json-canonicalize/commit/7abc1cc)) | ||
## 1.0.0 (2019-09-19) | ||
@@ -7,0 +15,0 @@ |
{ | ||
"name": "json-canonicalize", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "JSON canonicalize function ", | ||
@@ -28,6 +28,4 @@ "keywords": [ | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"tslib": ">=1.9.0" | ||
}, | ||
"peerDependencies": {}, | ||
"dependencies": {} | ||
} |
@@ -0,3 +1,9 @@ | ||
// Type definitions for json-canonicalize 1.0.2 | ||
// Project: https://github.com/snowyu/json-canonicalize | ||
// Definitions by: Riceball LEE <snowyu.lee@gmail.com> <https://github.com/snowyu> | ||
// Definitions: https://github.com/snowyu/json-canonicalize | ||
// TypeScript Version: ^3.6.3 | ||
export * from './canonicalize'; | ||
export * from './canonicalize-ex'; | ||
//# sourceMappingURL=index.d.ts.map |
69331
0
621