para-cli 1.17.0 → 1.17.1

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 (3) hide show
  1. package/index.js +0 -1
  2. package/package.json +4 -4
  3. package/para-cli.js +0 -2
package/index.js CHANGED
@@ -25,7 +25,6 @@
25
25
  /* eslint indent: ["error", "tab"] */
26
26
  /* eslint object-curly-spacing: ["error", "always"] */
27
27
 
28
- 'use strict';
29
28
  import { statSync, readFileSync, writeFileSync } from 'fs';
30
29
  import { relative, basename, resolve } from 'path';
31
30
  import { TextEncoder } from 'util';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "para-cli",
3
- "version": "1.17.0",
3
+ "version": "1.17.1",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Command-line tool for Para backend servers",
6
6
  "homepage": "https://paraio.org",
@@ -24,7 +24,7 @@
24
24
  "api"
25
25
  ],
26
26
  "devDependencies": {
27
- "eslint": "^8.4.1"
27
+ "eslint": "^8.6.0"
28
28
  },
29
29
  "repository": "Erudika/para-cli",
30
30
  "dependencies": {
@@ -39,8 +39,8 @@
39
39
  "jsonwebtoken": "^8.5.1",
40
40
  "meow": "^10.0.1",
41
41
  "mime-types": "^2.1.31",
42
- "para-client-js": "^1.37.6",
43
- "resolve": "^1.20.0",
42
+ "para-client-js": "^1.37.8",
43
+ "resolve": "^1.21.0",
44
44
  "striptags": "^3.1.1",
45
45
  "update-notifier": "^5.1.0",
46
46
  "yargs-parser": ">=20.2.7"
package/para-cli.js CHANGED
@@ -21,8 +21,6 @@
21
21
  /* eslint indent: ["error", "tab"] */
22
22
  /* eslint object-curly-spacing: ["error", "always"] */
23
23
 
24
- 'use strict';
25
-
26
24
  import updateNotifier from 'update-notifier';
27
25
  import ParaClient from 'para-client-js';
28
26
  import Conf from 'conf';