@apexacc/cli 1.4.0 → 1.4.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 (2) hide show
  1. package/apex.cjs +0 -4
  2. package/package.json +1 -1
package/apex.cjs CHANGED
@@ -6,10 +6,6 @@ const https = require('https')
6
6
  const os = require('os')
7
7
 
8
8
 
9
- if (process.platform === 'linux') {
10
- console.error('Apex Copilot is not supported on Linux. Please use macOS or Windows.');
11
- process.exit(1);
12
- }
13
9
 
14
10
 
15
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexacc/cli",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Apex Copilot CLI — Due diligence toolkit for founders",
5
5
  "author": {
6
6
  "name": "Apex Accelerator",