@moltendb-web/core 0.1.0-alpha.11 → 0.1.0-alpha.14
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/dist/moltendb_bg.wasm +0 -0
- package/package.json +1 -1
- package/dist/assets/logo.png +0 -0
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# MoltenDB Web
|
|
2
2
|
|
|
3
3
|
<div align="center">
|
|
4
|
-
<img src="
|
|
4
|
+
<img src="../../assets/logo.png" alt="MoltenDB Logo" width="64"/>
|
|
5
5
|
|
|
6
6
|
### 🌋 The Embedded Database for the Modern Web
|
|
7
7
|
**High-performance Rust engine compiled to WASM. Persistent storage via OPFS.**
|
package/dist/moltendb_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moltendb-web/core",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.14",
|
|
4
4
|
"description": "MoltenDB WASM runtime — the database engine, Web Worker, and main-thread client in one package.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Maximilian Both <maximilian.both27@outlook.com>",
|
package/dist/assets/logo.png
DELETED
|
Binary file
|