@axium/server 0.6.1 → 0.6.2

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/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -198,7 +198,7 @@ program
198
198
  if (!plugin.statusText)
199
199
  continue;
200
200
  console.log(styleText('bold', plugin.name + ':'));
201
- console.log(plugin.statusText());
201
+ console.log(await plugin.statusText());
202
202
  }
203
203
  });
204
204
  program
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axium/server",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "author": "James Prevett <axium@jamespre.dev> (https://jamespre.dev)",
5
5
  "funding": {
6
6
  "type": "individual",