Comparing version 2.0.0-beta.5 to 2.0.0-beta.6
@@ -107,2 +107,3 @@ "use strict"; | ||
__exportStar(require("./piped"), exports); | ||
__exportStar(require("./product"), exports); | ||
__exportStar(require("./prop"), exports); | ||
@@ -133,2 +134,3 @@ __exportStar(require("./purry"), exports); | ||
__exportStar(require("./subtract"), exports); | ||
__exportStar(require("./sum"), exports); | ||
__exportStar(require("./sumBy"), exports); | ||
@@ -135,0 +137,0 @@ __exportStar(require("./swapIndices"), exports); |
@@ -91,2 +91,3 @@ export * from "./add"; | ||
export * from "./piped"; | ||
export * from "./product"; | ||
export * from "./prop"; | ||
@@ -117,2 +118,3 @@ export * from "./purry"; | ||
export * from "./subtract"; | ||
export * from "./sum"; | ||
export * from "./sumBy"; | ||
@@ -119,0 +121,0 @@ export * from "./swapIndices"; |
@@ -91,2 +91,3 @@ export * from "./add"; | ||
export * from "./piped"; | ||
export * from "./product"; | ||
export * from "./prop"; | ||
@@ -117,2 +118,3 @@ export * from "./purry"; | ||
export * from "./subtract"; | ||
export * from "./sum"; | ||
export * from "./sumBy"; | ||
@@ -119,0 +121,0 @@ export * from "./swapIndices"; |
{ | ||
"name": "remeda", | ||
"version": "2.0.0-beta.5", | ||
"version": "2.0.0-beta.6", | ||
"description": "A utility library for JavaScript and Typescript.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -6,3 +6,2 @@ # Remeda | ||
![GitHub CI](https://img.shields.io/github/actions/workflow/status/remeda/remeda/ci.yml?branch=beta&label=github-ci) | ||
[![Travis CI](https://img.shields.io/travis/remeda/remeda/beta?label=travis-ci)](https://travis-ci.org/remeda/remeda) | ||
[![Codecov](https://img.shields.io/codecov/c/github/remeda/remeda/beta)](https://codecov.io/gh/remeda/remeda) | ||
@@ -9,0 +8,0 @@ [![NPM](https://img.shields.io/npm/v/remeda)](https://www.npmjs.org/package/remeda) |
Sorry, the diff of this file is not supported yet
521156
619
10629
154