para-cli 1.24.1 → 1.24.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/index.js +0 -1
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -146,7 +146,6 @@ export function createAll(input, config, flags = {}) {
146
146
  }
147
147
 
148
148
  id = i === 0 && flags.id ? flags.id : json.url || filePath;
149
- console.log(green('✔'), 'Creating', yellow(id));
150
149
  var textEncoded = encoder.encode(json.text);
151
150
  //batchSize += textEncoded.length;
152
151
  if (textEncoded.length > MAX_FILE_SIZE) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "para-cli",
3
- "version": "1.24.1",
3
+ "version": "1.24.2",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Command-line tool for Para backend servers",
6
6
  "homepage": "https://paraio.org",
@@ -27,7 +27,7 @@
27
27
  ],
28
28
  "devDependencies": {
29
29
  "@biomejs/biome": "^2.4.12",
30
- "eslint": "^10.2.0",
30
+ "eslint": "^10.2.1",
31
31
  "release-it": "^20.0.0"
32
32
  },
33
33
  "repository": {
@@ -35,8 +35,8 @@
35
35
  "url": "git+https://github.com/Erudika/para-cli.git"
36
36
  },
37
37
  "dependencies": {
38
- "@inquirer/input": "^5.0.11",
39
- "@inquirer/password": "^5.0.11",
38
+ "@inquirer/input": "^5.0.12",
39
+ "@inquirer/password": "^5.0.12",
40
40
  "brace-expansion": "^5.0.5",
41
41
  "chalk": "^5.6.2",
42
42
  "conf": "^15.1.0",