houdini-react 1.2.55 → 1.2.56
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.
|
@@ -76965,6 +76965,7 @@ var Layer = class {
|
|
|
76965
76965
|
[id]: {
|
|
76966
76966
|
...this.operations[id],
|
|
76967
76967
|
fields: {
|
|
76968
|
+
...this.operations[id]?.fields,
|
|
76968
76969
|
[field]: [...this.operations[id]?.fields[field] || [], operation]
|
|
76969
76970
|
}
|
|
76970
76971
|
}
|
|
@@ -76955,6 +76955,7 @@ var Layer = class {
|
|
|
76955
76955
|
[id]: {
|
|
76956
76956
|
...this.operations[id],
|
|
76957
76957
|
fields: {
|
|
76958
|
+
...this.operations[id]?.fields,
|
|
76958
76959
|
[field]: [...this.operations[id]?.fields[field] || [], operation]
|
|
76959
76960
|
}
|
|
76960
76961
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "houdini-react",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.56",
|
|
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": "^1.2.
|
|
46
|
+
"houdini": "^1.2.56"
|
|
47
47
|
},
|
|
48
48
|
"files": [
|
|
49
49
|
"build"
|