@team-geospan/struct3d 1.0.0 → 1.0.1

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 +2 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -12,6 +12,8 @@ npm install @team-geospan/struct3d
12
12
 
13
13
  The docs contain a [great example](./docs/src/pages/demo.jsx).
14
14
 
15
+ The demo is [also live on GitHub pages](https://team-geospan.github.io/struct3d/).
16
+
15
17
  ## License
16
18
 
17
19
  Apache 2.0. Availabe in [LICENSE](./LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-geospan/struct3d",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "The 3D Viewer component for StructuresJSON models.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "GEOSPAN Corp and Contributors",
@@ -56,7 +56,7 @@
56
56
  "prop-types": "^15.8.1"
57
57
  },
58
58
  "peerDependencies": {
59
- "react": "^19.0.0",
60
- "react-dom": "^19.0.0"
59
+ "react": "^18 || ^19.0.0",
60
+ "react-dom": "^18 || ^19.0.0"
61
61
  }
62
62
  }