map-anything
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "map-anything", | ||
"sideEffects": false, | ||
"version": "1.0.3", | ||
"description": "Array.map but for objects. A small and simple integration.", | ||
"version": "1.0.4", | ||
"description": "Array.map but for objects with good TypeScript support. A small and simple integration.", | ||
"main": "dist/index.cjs.js", | ||
@@ -32,3 +32,10 @@ "module": "dist/index.esm.js", | ||
"keywords": [ | ||
"map-object" | ||
"map-object", | ||
"object-map", | ||
"object-to-object", | ||
"mapping", | ||
"transform", | ||
"object-mapper", | ||
"compose", | ||
"map-reduce" | ||
], | ||
@@ -35,0 +42,0 @@ "author": "Luca Ban - Mesqueeb", |
@@ -7,3 +7,3 @@ # Map anything 🗺 | ||
Array.map but for objects. A small and simple integration. | ||
Array.map but for objects with good TypeScript support. A small and simple integration. | ||
@@ -10,0 +10,0 @@ ## Motivation |
133399