@isograph/react 0.0.0-main-98177d8c → 0.0.0-main-8714cfae

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-98177d8c compile-typescript /Users/runner/work/isograph/isograph/libs/isograph-react
2
+ > @isograph/react@0.0.0-main-8714cfae compile-typescript /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-98177d8c",
3
+ "version": "0.0.0-main-8714cfae",
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-98177d8c",
24
- "@isograph/react-disposable-state": "0.0.0-main-98177d8c",
25
- "@isograph/reference-counted-pointer": "0.0.0-main-98177d8c"
23
+ "@isograph/disposable-types": "0.0.0-main-8714cfae",
24
+ "@isograph/react-disposable-state": "0.0.0-main-8714cfae",
25
+ "@isograph/reference-counted-pointer": "0.0.0-main-8714cfae"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "react": "^18.0.0 || ^19.0.0"