@knockdata/objectexplorer 0.3.14 → 0.3.15
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.
- package/README.md +1 -1
- package/app/assets/WorkerParser.js +116 -116
- package/app/assets/index.css +1 -1
- package/app/assets/index.js +61 -61
- package/app/assets/search-worker.js +2 -2
- package/package.json +4 -1
- package/server/WebServer.mjs +218 -218
- package/app/assets/ffmpeg-core.js +0 -16
- package/app/assets/ffmpeg-core.wasm +0 -0
package/README.md
CHANGED
|
@@ -62,6 +62,7 @@ arguments are optional:
|
|
|
62
62
|
npx @knockdata/objectexplorer ~/data port=9421
|
|
63
63
|
```
|
|
64
64
|
|
|
65
|
+
|
|
65
66
|
<details>
|
|
66
67
|
<summary>Windows: "npx.ps1 cannot be loaded because running scripts is disabled on this system"</summary>
|
|
67
68
|
|
|
@@ -188,7 +189,6 @@ inside a bucket is still just a table.
|
|
|
188
189
|
- [objectexplorer.com](https://objectexplorer.com) — screenshots and the full tour
|
|
189
190
|
- [@knockdata/objectexplorer](https://www.npmjs.com/package/@knockdata/objectexplorer) — the npm package behind `npx`
|
|
190
191
|
- [Releases](https://github.com/knockdata/objectexplorer/releases) — every version, every platform
|
|
191
|
-
|
|
192
192
|
Under the hood it is a single native binary: no Electron, no Chromium, just the OS webview (WebKit
|
|
193
193
|
on macOS and Linux, WebView2 on Windows) pointed at the HTTP server running inside the same
|
|
194
194
|
executable.
|