@isograph/react 0.0.0-main-b5263898 → 0.0.0-main-fe674856

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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +3 -3
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # `@isograph/react`
2
+
3
+ This package exposes the Isograph runtime for use with regular apps.
4
+
5
+ Please see the [quickstart](../../docs-website/docs/quickstart.md) and the [demos](../../demos/), as this package will change significantly going forward.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isograph/react",
3
- "version": "0.0.0-main-b5263898",
3
+ "version": "0.0.0-main-fe674856",
4
4
  "description": "Use Isograph with React",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -15,8 +15,8 @@
15
15
  "prepack": "yarn run test && yarn run compile"
16
16
  },
17
17
  "dependencies": {
18
- "@isograph/disposable-types": "0.0.0-main-b5263898",
19
- "@isograph/react-disposable-state": "0.0.0-main-b5263898",
18
+ "@isograph/disposable-types": "0.0.0-main-fe674856",
19
+ "@isograph/react-disposable-state": "0.0.0-main-fe674856",
20
20
  "react": "^18.2.0"
21
21
  },
22
22
  "devDependencies": {