@corsair-dev/cli 0.1.3 → 0.1.5

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/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1424,7 +1424,7 @@ async function main() {
1424
1424
  process.exit(1);
1425
1425
  }
1426
1426
  const result = corsair.get_schema(schemaPath);
1427
- console.log(JSON.stringify(result, null, 2));
1427
+ console.log(result);
1428
1428
  return;
1429
1429
  }
1430
1430
  printHelp();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corsair-dev/cli",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "@clack/prompts": "^1.0.0",
24
24
  "c12": "^3.3.3",
25
25
  "zod": "^3.25.76",
26
- "corsair": "0.1.46"
26
+ "corsair": "0.1.49"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/jest": "^29.5.14",