houdini-react 0.0.0-20240422192456 → 0.0.0-20240425060344

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.
@@ -76824,7 +76824,7 @@ var InMemorySubscriptions = class {
76824
76824
  ([{ set }]) => !targets.includes(set)
76825
76825
  );
76826
76826
  }
76827
- if (subscriberField && subscriberField.referenceCounts.size === 0) {
76827
+ if (subscriber.size === 0) {
76828
76828
  this.subscribers.delete(id);
76829
76829
  }
76830
76830
  }
@@ -76814,7 +76814,7 @@ var InMemorySubscriptions = class {
76814
76814
  ([{ set }]) => !targets.includes(set)
76815
76815
  );
76816
76816
  }
76817
- if (subscriberField && subscriberField.referenceCounts.size === 0) {
76817
+ if (subscriber.size === 0) {
76818
76818
  this.subscribers.delete(id);
76819
76819
  }
76820
76820
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "houdini-react",
3
- "version": "0.0.0-20240422192456",
3
+ "version": "0.0.0-20240425060344",
4
4
  "description": "The React plugin for houdini",
5
5
  "keywords": [
6
6
  "typescript",
@@ -43,7 +43,7 @@
43
43
  "recast": "^0.23.1",
44
44
  "rollup": "^3.7.4",
45
45
  "use-deep-compare-effect": "^1.8.1",
46
- "houdini": "^0.0.0-20240422192456"
46
+ "houdini": "^0.0.0-20240425060344"
47
47
  },
48
48
  "files": [
49
49
  "build"