@rerun-io/web-viewer-react
Advanced tools
Comparing version 0.13.0-alpha.4 to 0.13.0-alpha.11
declare module '@rerun-io/web-viewer-react' { | ||
import type { default as React } from 'react'; | ||
/** | ||
@@ -26,3 +27,2 @@ * Wrapper for `WebViewer` from the `@rerun-io/web-viewer`. | ||
} | ||
export type React = typeof React; | ||
export type Props = { | ||
@@ -29,0 +29,0 @@ /** |
import React, { createRef } from "react"; | ||
import * as rerun from "@rerun-io/web-viewer"; | ||
/** @typedef {import("react")} React */ | ||
/** | ||
@@ -7,0 +5,0 @@ * @typedef Props |
{ | ||
"name": "@rerun-io/web-viewer-react", | ||
"version": "0.13.0-alpha.4", | ||
"version": "0.13.0-alpha.11", | ||
"description": "Embed the Rerun web viewer in your React app", | ||
"private": false, | ||
"licenses": [ | ||
{ | ||
"type": "MIT" | ||
}, | ||
{ | ||
"type": "Apache-2.0" | ||
} | ||
], | ||
"scripts": { | ||
@@ -21,2 +28,3 @@ "build:types": "dts-buddy", | ||
"homepage": "https://rerun.io", | ||
"type": "module", | ||
"exports": { | ||
@@ -36,3 +44,3 @@ ".": { | ||
"dependencies": { | ||
"@rerun-io/web-viewer": "0.13.0-alpha.4", | ||
"@rerun-io/web-viewer": "0.13.0-alpha.11", | ||
"@types/react": "^18.2.33", | ||
@@ -39,0 +47,0 @@ "react": "^18.2.0" |
@@ -38,3 +38,3 @@ # Rerun Web Viewer | ||
The `rrd` in the snippet above should be a URL pointing to either: | ||
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.13.0-alpha.4/examples/dna.rrd> | ||
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.13.0-alpha.11/examples/dna.rrd> | ||
- A WebSocket connection to the SDK opened via the [`serve`](https://www.rerun.io/docs/reference/sdk-operating-modes#serve) API | ||
@@ -41,0 +41,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6898
Yes
1
135
+ Added@rerun-io/web-viewer@0.13.0-alpha.11(transitive)
- Removed@rerun-io/web-viewer@0.13.0-alpha.4(transitive)