@rerun-io/web-viewer-react 0.17.0-alpha.2 → 0.17.0-alpha.6

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 +1 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -35,7 +35,7 @@ export default function App() {
35
35
  ```
36
36
 
37
37
  The `rrd` in the snippet above should be a URL pointing to either:
38
- - A hosted `.rrd` file, such as <https://app.rerun.io/version/0.17.0-alpha.2/examples/dna.rrd>
38
+ - A hosted `.rrd` file, such as <https://app.rerun.io/version/0.17.0-alpha.6/examples/dna.rrd>
39
39
  - A WebSocket connection to the SDK opened via the [`serve`](https://www.rerun.io/docs/reference/sdk-operating-modes#serve) API
40
40
 
41
41
  If `rrd` is not set, the Viewer will display the same welcome screen as <https://app.rerun.io>.
@@ -43,9 +43,3 @@ If `rrd` is not set, the Viewer will display the same welcome screen as <https:/
43
43
  ℹ️ Note:
44
44
  This package only targets recent versions of browsers.
45
45
  If your target browser does not support Wasm imports or top-level await, you may need to install additional plugins for your bundler.
46
-
47
- ## Development
48
-
49
- ```
50
- $ npm run build
51
- ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rerun-io/web-viewer-react",
3
- "version": "0.17.0-alpha.2",
3
+ "version": "0.17.0-alpha.6",
4
4
  "description": "Embed the Rerun web viewer in your React app",
5
5
  "licenses": [
6
6
  {
@@ -39,7 +39,7 @@
39
39
  "tsconfig.json"
40
40
  ],
41
41
  "dependencies": {
42
- "@rerun-io/web-viewer": "0.17.0-alpha.2",
42
+ "@rerun-io/web-viewer": "0.17.0-alpha.6",
43
43
  "@types/react": "^18.2.33",
44
44
  "react": "^18.2.0"
45
45
  },