@isograph/react 0.0.0-main-93c6943f → 0.0.0-main-72d2f566

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @isograph/react@0.0.0-main-93c6943f compile-libs /Users/runner/work/isograph/isograph/libs/isograph-react
2
+ > @isograph/react@0.0.0-main-72d2f566 compile-libs /Users/runner/work/isograph/isograph/libs/isograph-react
3
3
  > rm -rf dist/* && tsc -p tsconfig.pkg.json
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isograph/react",
3
- "version": "0.0.0-main-93c6943f",
3
+ "version": "0.0.0-main-72d2f566",
4
4
  "description": "Use Isograph with React",
5
5
  "homepage": "https://isograph.dev",
6
6
  "main": "dist/index.js",
@@ -20,9 +20,9 @@
20
20
  "iso-watch": "cross-env ../../target/debug/isograph_cli --config ./isograph.config.json --watch"
21
21
  },
22
22
  "dependencies": {
23
- "@isograph/disposable-types": "0.0.0-main-93c6943f",
24
- "@isograph/react-disposable-state": "0.0.0-main-93c6943f",
25
- "@isograph/reference-counted-pointer": "0.0.0-main-93c6943f"
23
+ "@isograph/disposable-types": "0.0.0-main-72d2f566",
24
+ "@isograph/react-disposable-state": "0.0.0-main-72d2f566",
25
+ "@isograph/reference-counted-pointer": "0.0.0-main-72d2f566"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "react": "^18.0.0 || ^19.0.0"
@@ -1,4 +1,4 @@
1
- export default 'query meName {\
1
+ export default 'query meName {\
2
2
  me {\
3
3
  id,\
4
4
  name,\
@@ -1,4 +1,4 @@
1
- export default 'query meNameSuccessor {\
1
+ export default 'query meNameSuccessor {\
2
2
  me {\
3
3
  id,\
4
4
  name,\
@@ -1,4 +1,4 @@
1
- export default 'query nodeField ($id: ID!) {\
1
+ export default 'query nodeField($id: ID!) {\
2
2
  node____id___v_id: node(id: $id) {\
3
3
  __typename,\
4
4
  id,\
@@ -1,4 +1,4 @@
1
- export default 'query subquery ($id: ID!) {\
1
+ export default 'query subquery($id: ID!) {\
2
2
  query {\
3
3
  node____id___v_id: node(id: $id) {\
4
4
  __typename,\