@isograph/react 0.0.0-main-20da0686 → 0.0.0-main-aeb3282e
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-aeb3282e",
|
|
4
4
|
"description": "Use Isograph with React",
|
|
5
5
|
"homepage": "https://isograph.dev",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -16,13 +16,12 @@
|
|
|
16
16
|
"prepack": "pnpm run test && pnpm run compile-libs",
|
|
17
17
|
"tsc": "tsc",
|
|
18
18
|
"tsc-force": "tsc --build --clean && tsc --build --force",
|
|
19
|
-
"iso": "cross-env ../../target/debug/isograph_cli --config ./isograph.config.json"
|
|
20
|
-
"iso-watch": "cross-env ../../target/debug/isograph_cli --config ./isograph.config.json --watch"
|
|
19
|
+
"iso": "cross-env ISO_PRINT_ABSOLUTE_FILEPATH=1 ../../target/debug/isograph_cli --config ./isograph.config.json"
|
|
21
20
|
},
|
|
22
21
|
"dependencies": {
|
|
23
|
-
"@isograph/disposable-types": "0.0.0-main-
|
|
24
|
-
"@isograph/react-disposable-state": "0.0.0-main-
|
|
25
|
-
"@isograph/reference-counted-pointer": "0.0.0-main-
|
|
22
|
+
"@isograph/disposable-types": "0.0.0-main-aeb3282e",
|
|
23
|
+
"@isograph/react-disposable-state": "0.0.0-main-aeb3282e",
|
|
24
|
+
"@isograph/reference-counted-pointer": "0.0.0-main-aeb3282e"
|
|
26
25
|
},
|
|
27
26
|
"peerDependencies": {
|
|
28
27
|
"react": "^18.0.0 || ^19.0.0"
|