@candorsystems/candor-cli 0.3.66 → 0.3.67-darwin-arm64

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.
package/README.md CHANGED
@@ -12,4 +12,4 @@ candor version
12
12
  candor setup
13
13
  ```
14
14
 
15
- Version: 0.3.66
15
+ Version: 0.3.67
package/bin/candor CHANGED
Binary file
Binary file
package/package.json CHANGED
@@ -1,16 +1,7 @@
1
1
  {
2
2
  "name": "@candorsystems/candor-cli",
3
- "version": "0.3.66",
4
- "description": "Candor CLI launcher for the candor command.",
5
- "keywords": [
6
- "finance",
7
- "personal-finance",
8
- "budgeting",
9
- "money-management",
10
- "financial-planning",
11
- "ai-agent",
12
- "cli"
13
- ],
3
+ "version": "0.3.67-darwin-arm64",
4
+ "description": "Candor CLI binary for darwin-arm64.",
14
5
  "license": "UNLICENSED",
15
6
  "homepage": "https://candor.money",
16
7
  "repository": {
@@ -18,23 +9,16 @@
18
9
  "url": "git+https://github.com/candorsystems/candor.git",
19
10
  "directory": "apps/cli"
20
11
  },
21
- "bin": {
22
- "candor": "bin/candor"
23
- },
12
+ "os": [
13
+ "darwin"
14
+ ],
15
+ "cpu": [
16
+ "arm64"
17
+ ],
24
18
  "files": [
25
19
  "bin",
26
20
  "README.md"
27
21
  ],
28
- "optionalDependencies": {
29
- "@candorsystems/candor-cli-darwin-arm64": "npm:@candorsystems/candor-cli@0.3.66-darwin-arm64",
30
- "@candorsystems/candor-cli-darwin-x64": "npm:@candorsystems/candor-cli@0.3.66-darwin-x64",
31
- "@candorsystems/candor-cli-linux-arm64": "npm:@candorsystems/candor-cli@0.3.66-linux-arm64",
32
- "@candorsystems/candor-cli-linux-x64": "npm:@candorsystems/candor-cli@0.3.66-linux-x64",
33
- "@candorsystems/candor-cli-win32-x64": "npm:@candorsystems/candor-cli@0.3.66-win32-x64"
34
- },
35
- "engines": {
36
- "node": ">=20"
37
- },
38
22
  "publishConfig": {
39
23
  "access": "public"
40
24
  }