vibesql-micro 1.0.2 → 1.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibesql-micro",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "PostgreSQL + JSONB + HTTP API in one command. Embedded PostgreSQL 16.1 for edge computing.",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -6,7 +6,7 @@ const fs = require("fs");
6
6
  const path = require("path");
7
7
  const { execSync } = require("child_process");
8
8
 
9
- const VERSION = "1.0.2";
9
+ const VERSION = "1.0.3";
10
10
  const REPO = "PayEz-Net/vibesql-micro";
11
11
  const BIN_DIR = path.join(__dirname, "..", "bin");
12
12