@rerun-io/web-viewer
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@rerun-io/web-viewer", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Embed the Rerun web viewer in your app", | ||
@@ -9,3 +9,3 @@ "private": false, | ||
"build:types": "dts-buddy", | ||
"build": "node build:wasm && build:types", | ||
"build": "npm run build:wasm && npm run build:types", | ||
"prepublishOnly": "dts-buddy" | ||
@@ -12,0 +12,0 @@ }, |
@@ -29,1 +29,11 @@ # Rerun Web Viewer | ||
``` | ||
âšī¸ Note: | ||
This package only targets recent browsers. | ||
Your environment must support importing `.wasm` files as ES modules. | ||
## Development | ||
``` | ||
npm run build | ||
``` |
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
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
16389140
39