valdres 0.2.0-alpha.76 → 0.2.0-alpha.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -175,7 +175,6 @@ var setAtom = (atom, newValue, data, skipOnSet = false) => {
|
|
|
175
175
|
if (currentValue?.__isEmptyAtomPromise__) {
|
|
176
176
|
currentValue.__resolveEmptyAtomPromise__(newValue);
|
|
177
177
|
}
|
|
178
|
-
if (isFamilyAtom(atom)) {}
|
|
179
178
|
propagateUpdatedAtoms([atom], data);
|
|
180
179
|
return newValue;
|
|
181
180
|
};
|
|
@@ -705,7 +704,6 @@ var findDependencies = (state, data, result = new Set) => {
|
|
|
705
704
|
}
|
|
706
705
|
return result;
|
|
707
706
|
};
|
|
708
|
-
var DELETE_SYMBOL = Symbol("DELETE_SYMBOL");
|
|
709
707
|
var recursivlyResetTxnSelectorCache = (state, txnSubscribers, txnSelectorCache) => {
|
|
710
708
|
for (const dep of txnSubscribers.get(state)) {
|
|
711
709
|
txnSelectorCache.delete(dep);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "valdres",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.77",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Eigil Sagafos"
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"access": "public",
|
|
37
37
|
"registry": "https://registry.npmjs.org/"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "5db5dd8048a395672fc07c874108a620deb5d06d"
|
|
40
40
|
}
|