sandymount 0.0.8 → 0.0.10

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/bin/sandymount.js CHANGED
@@ -21,7 +21,7 @@ const __dirname = dirname(__filename);
21
21
  const args = process.argv.slice(2);
22
22
  const command = args[0];
23
23
 
24
- const VERSION = '0.0.8';
24
+ const VERSION = '0.0.10';
25
25
  const DEFAULT_PORT = 5420;
26
26
 
27
27
  function showBanner() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sandymount",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "description": "SAND Stack: Solid + ActivityPub + Nostr + DID — Personal sovereignty in one command",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -33,6 +33,6 @@
33
33
  },
34
34
  "homepage": "https://sandy-mount.com",
35
35
  "dependencies": {
36
- "javascript-solid-server": "^0.0.67"
36
+ "javascript-solid-server": "^0.0.69"
37
37
  }
38
38
  }