Comparing version 1.54.0 to 1.55.0
@@ -120,2 +120,3 @@ "use strict"; | ||
__exportStar(require("./piped"), exports); | ||
__exportStar(require("./product"), exports); | ||
__exportStar(require("./prop"), exports); | ||
@@ -147,2 +148,3 @@ __exportStar(require("./purry"), exports); | ||
__exportStar(require("./subtract"), exports); | ||
__exportStar(require("./sum"), exports); | ||
__exportStar(require("./sumBy"), exports); | ||
@@ -149,0 +151,0 @@ __exportStar(require("./swapIndices"), exports); |
@@ -104,2 +104,3 @@ export * from "./add"; | ||
export * from "./piped"; | ||
export * from "./product"; | ||
export * from "./prop"; | ||
@@ -131,2 +132,3 @@ export * from "./purry"; | ||
export * from "./subtract"; | ||
export * from "./sum"; | ||
export * from "./sumBy"; | ||
@@ -133,0 +135,0 @@ export * from "./swapIndices"; |
@@ -104,2 +104,3 @@ export * from "./add"; | ||
export * from "./piped"; | ||
export * from "./product"; | ||
export * from "./prop"; | ||
@@ -131,2 +132,3 @@ export * from "./purry"; | ||
export * from "./subtract"; | ||
export * from "./sum"; | ||
export * from "./sumBy"; | ||
@@ -133,0 +135,0 @@ export * from "./swapIndices"; |
{ | ||
"name": "remeda", | ||
"version": "1.54.0", | ||
"version": "1.55.0", | ||
"description": "A utility library for JavaScript and Typescript.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
606415
699
12416
213
6