@huma-shan/multi-format
Advanced tools
+12
-0
@@ -6,2 +6,14 @@ # Change Log | ||
| # 0.18.0 (2023-02-09) | ||
| ### Bug Fixes | ||
| - ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976)) | ||
| - typescript lint for test files ([#778](https://github.com/RequestNetwork/requestNetwork/issues/778)) ([048e876](https://github.com/RequestNetwork/requestNetwork/commit/048e876a905516be0de8a31d446e4572eb74eccb)) | ||
| ### Features | ||
| - add multi-format package to serialize and deserialize data ([#546](https://github.com/RequestNetwork/requestNetwork/issues/546)) ([2b03cd1](https://github.com/RequestNetwork/requestNetwork/commit/2b03cd19f02ebc1e37f6253fec7aa13699165a3c)) | ||
| - replace symmetric encryption algorithm by aes-256-gcm ([#233](https://github.com/RequestNetwork/requestNetwork/issues/233)) ([969bebe](https://github.com/RequestNetwork/requestNetwork/commit/969bebeb99b4bc2fdd31405a162934cfdff6db05)) | ||
| # 0.17.0 (2023-02-07) | ||
@@ -8,0 +20,0 @@ |
+3
-3
| { | ||
| "name": "@huma-shan/multi-format", | ||
| "version": "0.17.0", | ||
| "version": "0.18.0", | ||
| "publishConfig": { | ||
@@ -43,3 +43,3 @@ "access": "public" | ||
| "dependencies": { | ||
| "@huma-shan/types": "0.38.0", | ||
| "@huma-shan/types": "0.39.0", | ||
| "tslib": "2.3.1" | ||
@@ -57,3 +57,3 @@ }, | ||
| }, | ||
| "gitHead": "6f7e86030b559a8e658f817a282e24fd5d5367e8" | ||
| "gitHead": "b6c90f66628cf37c189c3594eccc8705ce8b9cad" | ||
| } |
57747
1.67%+ Added
- Removed
Updated