systemview 1.7.4 → 1.7.5

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.
@@ -1,5 +1,5 @@
1
1
  const fs = require("fs");
2
- const LOCAL_STORAGE = "./api/connections.txt";
2
+ const LOCAL_STORAGE = "./connections.txt";
3
3
 
4
4
  module.exports = function ConnectedServices() {
5
5
  this.clearStorage = () => fs.writeFileSync(LOCAL_STORAGE, "[]", "utf8");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "systemview",
3
3
  "description": "A documentation and testing suite for SystemLynx",
4
- "version": "1.7.4",
4
+ "version": "1.7.5",
5
5
  "license": "UNLICENSED",
6
6
  "bin": {
7
7
  "systemview": "cli/index.js"