@clickzetta/cz-cli 0.3.80 → 0.3.83

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/bin/platform.js +0 -2
  2. package/package.json +4 -6
package/bin/platform.js CHANGED
@@ -10,8 +10,6 @@ const zlib = require("zlib");
10
10
  const SUPPORTED_PACKAGES = new Set([
11
11
  "darwin-arm64",
12
12
  "darwin-x64",
13
- "linux-arm64",
14
- "linux-x64",
15
13
  "win32-x64",
16
14
  ]);
17
15
  const DEFAULT_FALLBACK_ROOT = path.join(__dirname, "fallback");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickzetta/cz-cli",
3
- "version": "0.3.80",
3
+ "version": "0.3.83",
4
4
  "description": "AI-Agent-friendly CLI for ClickZetta Lakehouse",
5
5
  "bin": {
6
6
  "cz-cli": "bin/run.js",
@@ -13,11 +13,9 @@
13
13
  "bin/"
14
14
  ],
15
15
  "optionalDependencies": {
16
- "@clickzetta/cz-cli-darwin-arm64": "0.3.80",
17
- "@clickzetta/cz-cli-darwin-x64": "0.3.80",
18
- "@clickzetta/cz-cli-linux-arm64": "0.3.80",
19
- "@clickzetta/cz-cli-linux-x64": "0.3.80",
20
- "@clickzetta/cz-cli-win32-x64": "0.3.80"
16
+ "@clickzetta/cz-cli-darwin-arm64": "0.3.83",
17
+ "@clickzetta/cz-cli-darwin-x64": "0.3.83",
18
+ "@clickzetta/cz-cli-win32-x64": "0.3.83"
21
19
  },
22
20
  "license": "MIT",
23
21
  "repository": {