diff --git a/package-lock.json b/package-lock.json index eaa1d96..75fad63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "solid-proxies", - "version": "1.0.4", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "solid-proxies", - "version": "1.0.4", + "version": "2.0.0", "license": "MIT", "devDependencies": { "@vitest/ui": "^2.0.5", diff --git a/package.json b/package.json index 93dd176..d4ed14e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "solid-proxies", - "version": "1.0.4", + "version": "2.0.0", "description": "Solid.js library adding signaling to built-in non-primitives", "info": "This package provides signaled versions of Javascript's built-in objects. Thanks to it, all theirs properties will be automatically tracked while using standard API. That means all operations like array's `push`, `slice` or direct index access `track['me']` will only trigger an update of specific values. The granular reactivity will make sure your effects will not rerun without a need.", "homepage": "https://github.com/Exelord/solid-proxies",