@isograph/react 0.0.0-main-137ca49c → 0.0.0-main-0cfd72fa

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