para-cli 1.18.0 → 1.18.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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -63,7 +63,7 @@ export function setup(config) {
63
63
  var pc = new ParaClient(access, secret, { endpoint: endpoint || defaultConfig.endpoint });
64
64
  ping(pc, config);
65
65
  if (access === 'app:para') {
66
- listApps(pc, function () {
66
+ listApps(config, {}, access, function () {
67
67
  // if none, ask to create one
68
68
  rl.question(cyan.bold('Would you like to create a new Para app? [Y/n] '), function (Yn) {
69
69
  Yn = Yn.trim();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "para-cli",
3
- "version": "1.18.0",
3
+ "version": "1.18.3",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Command-line tool for Para backend servers",
6
6
  "homepage": "https://paraio.org",
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "brace-expansion": "^2.0.1",
32
32
  "chalk": "^5.0.0",
33
- "conf": "^10.0.1",
33
+ "conf": "^10.1.0",
34
34
  "exit": "^0.1.2",
35
35
  "figlet": "^1.5.0",
36
36
  "get-stdin": "^9.0.0",