Skip to content

Commit 254b3eb

Browse files
committed
v2.0.3
1 parent 32a9934 commit 254b3eb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solid-proxies",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Solid.js library adding signaling to built-in non-primitives",
55
"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.",
66
"homepage": "https://github.com/Exelord/solid-proxies",

0 commit comments

Comments
 (0)