boundlessdb 0.1.0 → 0.1.1

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,12 @@ A **DCB-inspired** event store library for TypeScript.
4
4
 
5
5
  > *BoundlessDB* — because consistency boundaries should be dynamic, not fixed.
6
6
 
7
+ ## Installation
8
+
9
+ ```bash
10
+ npm install boundlessdb
11
+ ```
12
+
7
13
  ## 🎉 Try it Live!
8
14
 
9
15
  **[Interactive Browser Demo](https://boundlessdb.dev/demo.html)** — No installation required!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "boundlessdb",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "license": "MIT",
5
5
  "description": "A DCB-inspired event store library for TypeScript — with support for SQLite, PostgreSQL, in-memory",
6
6
  "author": "Sebastian Bortz",