From c27660e57a57eccb3992965e58b921ec8b96edd0 Mon Sep 17 00:00:00 2001 From: Antoine Lanoe Date: Fri, 25 Oct 2024 17:29:13 +0200 Subject: [PATCH] feat: v3.0.0 BREAKING CHANGE: streamListDiff is now imported from @donedeal0/superdiff/client or @donedeal/superdiff/server depending on your environment --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ea7da96..37e1a83 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@donedeal0/superdiff", - "version": "2.1.0", - "description": "SuperDiff checks the changes between two objects or arrays. It returns a complete diff with relevant information for each property or piece of data", + "version": "3.0.0", + "description": "SuperDiff compares two arrays or objects and returns a full diff of their differences", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",