Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Exelord committed Apr 2, 2023
1 parent 4f142fc commit ddd0f03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-proxies",
"version": "1.0.1",
"version": "1.0.2",
"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",
Expand Down

0 comments on commit ddd0f03

Please sign in to comment.