@isograph/react 0.0.0-main-d57417f0 → 0.0.0-main-03be6563
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/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@isograph/react",
|
3
|
-
"version": "0.0.0-main-
|
3
|
+
"version": "0.0.0-main-03be6563",
|
4
4
|
"description": "Use Isograph with React",
|
5
5
|
"homepage": "https://isograph.dev",
|
6
6
|
"main": "dist/index.js",
|
@@ -17,9 +17,9 @@
|
|
17
17
|
"tsc": "tsc"
|
18
18
|
},
|
19
19
|
"dependencies": {
|
20
|
-
"@isograph/disposable-types": "0.0.0-main-
|
21
|
-
"@isograph/react-disposable-state": "0.0.0-main-
|
22
|
-
"@isograph/reference-counted-pointer": "0.0.0-main-
|
20
|
+
"@isograph/disposable-types": "0.0.0-main-03be6563",
|
21
|
+
"@isograph/react-disposable-state": "0.0.0-main-03be6563",
|
22
|
+
"@isograph/reference-counted-pointer": "0.0.0-main-03be6563"
|
23
23
|
},
|
24
24
|
"peerDependencies": {
|
25
25
|
"react": "18.2.0"
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import type {IsographEntrypoint} from '@isograph/react';
|
2
|
-
import { Query__meNameSuccessor__param } from './Query/meNameSuccessor/param_type';
|
3
|
-
import { Query__meName__param } from './Query/meName/param_type';
|
4
|
-
import { Query__nodeField__param } from './Query/nodeField/param_type';
|
1
|
+
import type { IsographEntrypoint } from '@isograph/react';
|
2
|
+
import { type Query__meNameSuccessor__param } from './Query/meNameSuccessor/param_type';
|
3
|
+
import { type Query__meName__param } from './Query/meName/param_type';
|
4
|
+
import { type Query__nodeField__param } from './Query/nodeField/param_type';
|
5
5
|
import entrypoint_Query__meNameSuccessor from '../__isograph/Query/meNameSuccessor/entrypoint';
|
6
6
|
import entrypoint_Query__meName from '../__isograph/Query/meName/entrypoint';
|
7
7
|
import entrypoint_Query__nodeField from '../__isograph/Query/nodeField/entrypoint';
|