@plures/unum 0.2.2 → 0.2.3

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 +3 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,17 +1,14 @@
1
1
  # unum
2
2
 
3
- A modern Svelte binding library for [PluresDB](https://github.com/plures/pluresdb) with full Svelte 5 compatibility.
4
-
5
- PluresDB is published to npm as `pluresdb` and is also available as a Deno package. It provides a modern, graph-based database with real-time synchronization capabilities, inspired by and compatible with Gun.js. Version 1.3.0 includes Node.js N-API bindings for enhanced performance.
3
+ Svelte bindings for [PluresDB](https://github.com/plures/pluresdb) - a graph-based database with real-time synchronization.
6
4
 
7
5
  ## Features
8
6
 
9
7
  - **Svelte 4 & 5 Compatible**: Works with both store-based and runes-based reactivity
10
- - **Type-Safe**: Full TypeScript support with proper types
11
- - **Action-Based**: Modern Svelte actions for DOM binding
8
+ - **Type-Safe**: Full TypeScript support
9
+ - **Action-Based**: Svelte actions for DOM binding
12
10
  - **Store-Based**: Writable store implementation for reactive data
13
11
  - **Collection Support**: Easy handling of PluresDB collections
14
- - **PluresDB v1.3.0**: Supports latest PluresDB with Node.js N-API bindings and better-sqlite3 compatibility
15
12
 
16
13
  ## Installation
17
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plures/unum",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Modern Svelte bindings for PluresDB (pluresdb npm package) with Svelte 4 and 5 compatibility",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",