silgi 0.8.2 → 0.8.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.
@@ -1,4 +1,4 @@
1
- const version = "0.8.2";
1
+ const version = "0.8.3";
2
2
  const packageJson = {
3
3
  version: version};
4
4
 
@@ -1544,7 +1544,7 @@ async function commands(silgi) {
1544
1544
  filename: "cli.json",
1545
1545
  where: ".silgi",
1546
1546
  write: true,
1547
- getContents: () => Object.keys(commands2).length > 1 ? JSON.stringify(commands2, null, 2) : "{}"
1547
+ getContents: () => JSON.stringify(commands2, null, 2)
1548
1548
  });
1549
1549
  }
1550
1550
 
@@ -1,3 +1,3 @@
1
- const version = "0.8.2";
1
+ const version = "0.8.3";
2
2
 
3
3
  export { version };
@@ -1,3 +1,3 @@
1
- const version = "0.8.2";
1
+ const version = "0.8.3";
2
2
 
3
3
  export { version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.8.2",
4
+ "version": "0.8.3",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {