Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@switchbot/openapi-cli

Package Overview
Dependencies
Maintainers
4
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@switchbot/openapi-cli - npm Package Compare versions

Comparing version
3.3.0
to
3.3.1
+1
-1
dist/policy/schema/v0.2.json

@@ -13,3 +13,3 @@ {

"const": "0.2",
"description": "Policy schema version. Will migrate 0.1 -> 0.2 in place via `switchbot policy migrate`."
"description": "Policy schema version. This CLI only rewrites between schema versions it still supports; legacy v0.1 files require an older CLI for migration."
},

@@ -16,0 +16,0 @@

{
"name": "@switchbot/openapi-cli",
"version": "3.3.0",
"version": "3.3.1",
"description": "SwitchBot smart home CLI — control devices, run scenes, stream real-time events, and integrate AI agents via MCP. Full API v1.1 coverage.",

@@ -51,2 +51,3 @@ "keywords": [

"test:coverage": "vitest run --coverage",
"test:release-smoke:manual": "npm test -- tests/commands/policy.test.ts tests/commands/devices.test.ts tests/commands/explain.test.ts tests/commands/doctor.test.ts tests/commands/mcp.test.ts tests/commands/health-check.test.ts tests/commands/quota.test.ts tests/commands/status-sync.test.ts tests/status-sync/smoke.test.ts tests/commands/watch.test.ts tests/commands/events.test.ts tests/devices/catalog-fidelity.test.ts tests/commands/schema.test.ts tests/commands/auth.test.ts tests/commands/config.test.ts tests/commands/scenes.test.ts tests/commands/batch.test.ts tests/commands/history.test.ts tests/commands/expand.test.ts tests/commands/webhook.test.ts tests/commands/daemon.test.ts tests/commands/upgrade-check.test.ts tests/commands/install.test.ts tests/commands/uninstall.test.ts tests/commands/rules.test.ts tests/commands/plan.test.ts",
"verify:pre-commit": "npm run build && npm test -- tests/version.test.ts",

@@ -53,0 +54,0 @@ "verify:pre-push": "npm run build && npm test -- tests/version.test.ts && npm run smoke:pack-install",

@@ -897,3 +897,3 @@ # @switchbot/openapi-cli

{
"current": "3.3.0",
"current": "3.3.1",
"latest": "4.0.0",

@@ -900,0 +900,0 @@ "upToDate": false,

Sorry, the diff of this file is too big to display