@sinch/cli 0.3.1 → 0.3.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinch/cli",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "description": "Official Sinch CLI - Manage all Sinch products from your terminal",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -10,13 +10,16 @@
10
10
  "start": "tsx src/index.ts",
11
11
  "dev": "tsx watch src/index.ts",
12
12
  "build": "tsc && node scripts/post-build.js",
13
- "build:prod": "tsup src/index.ts --format cjs --dts --clean --minify",
13
+ "build:prod": "tsup",
14
14
  "typecheck": "tsc --noEmit",
15
15
  "test": "jest --config jest.config.js && jest --config tests/e2e/jest.config.js",
16
16
  "test:unit": "jest --config jest.config.js",
17
17
  "test:e2e": "jest --config tests/e2e/jest.config.js",
18
18
  "test:e2e:staging": "jest --config tests/e2e/jest.config.js --env=staging",
19
19
  "prepublishOnly": "npm run build:prod",
20
+ "build:binary": "bun build src/index.ts --compile --minify --outfile dist/sinch-bun.exe",
21
+ "test:smoke": "node scripts/smoke-test.js",
22
+ "setup": "npm run build && npm link && npm run build:binary && node scripts/setup-dev.js",
20
23
  "format": "prettier --write .",
21
24
  "format:check": "prettier --check ."
22
25
  },
@@ -38,29 +41,24 @@
38
41
  "dependencies": {
39
42
  "@inquirer/prompts": "^8.2.0",
40
43
  "@opentelemetry/api": "^1.9.0",
41
- "@opentelemetry/auto-instrumentations-node": "^0.69.0",
42
44
  "@opentelemetry/exporter-trace-otlp-http": "^0.212.0",
43
45
  "@opentelemetry/resources": "^2.5.1",
44
46
  "@opentelemetry/sdk-node": "^0.212.0",
45
47
  "@opentelemetry/semantic-conventions": "^1.39.0",
46
- "@sinch/fax": "^1.0.0",
47
48
  "@sinch/sdk-core": "^1.2.1",
48
49
  "adm-zip": "^0.5.10",
49
50
  "axios": "^1.13.3",
50
51
  "axios-retry": "^4.5.0",
51
52
  "blessed": "^0.1.81",
52
53
  "chalk": "^4.1.2",
53
- "chokidar": "^3.6.0",
54
54
  "cli-spinners": "^2.9.2",
55
55
  "cli-table3": "^0.6.3",
56
56
  "clipboardy": "^5.1.0",
57
57
  "commander": "^14.0.0",
58
- "eventsource": "^4.0.0",
59
58
  "form-data": "^4.0.0",
60
59
  "fs-extra": "^11.3.3",
61
60
  "google-libphonenumber": "^3.2.44",
62
61
  "inquirer": "8.2.7",
63
- "keytar": "^7.9.0",
64
62
  "ora": "^4.1.1"
65
63
  },
66
64
  "devDependencies": {
@@ -70,7 +68,6 @@
70
68
  "@types/google-libphonenumber": "^7.4.30",
71
69
  "@types/inquirer": "^9.0.9",
72
70
  "@types/jest": "^30.0.0",
73
- "@types/keytar": "^4.4.0",
74
71
  "@types/node": "24.10.9",
75
72
  "execa": "^5.1.1",
76
73
  "jest": "^30.0.0",
package/dist/index.d.ts DELETED
@@ -1 +0,0 @@
1
- #!/usr/bin/env node