You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[active-data.modern.js@2.0.4](https://github.com/forceuser/active-data/releases/download/2.0.4/active-data.modern.js)*for modern browsers only (see [.browserlistrc](https://github.com/forceuser/active-data/blob/master/.browserslistrc))*
23
+
[active-data.modern.js@2.0.6](https://github.com/forceuser/active-data/releases/download/2.0.6/active-data.modern.js)*for modern browsers only (see [.browserlistrc](https://github.com/forceuser/active-data/blob/master/.browserslistrc))*
24
24
25
-
[active-data.esm.js@2.0.4](https://github.com/forceuser/active-data/releases/download/2.0.4/active-data.esm.js)*import as esm module*
25
+
[active-data.esm.js@2.0.6](https://github.com/forceuser/active-data/releases/download/2.0.6/active-data.esm.js)*import as esm module*
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "active-data",
3
-
"version": "2.0.4",
3
+
"version": "2.0.6",
4
4
"description": "Reactive data manager, inspired by MobX. Automatically detects associated data and perform updates to your views or everything dependent on that data when it changes. Implemented with js Proxy objects",
0 commit comments