diff --git a/package-lock.json b/package-lock.json index f98d2c9..554137e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "solid-proxies", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "solid-proxies", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "devDependencies": { "@vitest/ui": "^0.26.3", diff --git a/package.json b/package.json index 1d98eef..dc835ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "solid-proxies", - "version": "1.0.0", + "version": "1.0.1", "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",