@homebridge-plugins/homebridge-eufy-security 4.6.0-beta.19 → 4.6.0-beta.20

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/.claude/CLAUDE.md CHANGED
@@ -57,7 +57,8 @@ Entry point `src/index.ts` registers `EufySecurityPlatform` with Homebridge. The
57
57
  - Node.js 20, 22, or 24 required
58
58
  - Homebridge >=1.9.0 or ^2.0.0-beta
59
59
  - Uses `ffmpeg-for-homebridge` for video transcoding
60
- - `src/version.ts` is auto-generated at prebuild time -- do not edit manually.
60
+ - `src/version.ts` is auto-generated at prebuild time -- do not edit manually
61
+ - `prepublishOnly` runs lint + build automatically before `npm publish`
61
62
  - For local development, `eufy-security-client` can be pointed to a local path (e.g. `"../eufy-security-client"`)
62
63
 
63
64
  ## Git Workflow
@@ -94,6 +95,7 @@ gh pr create --base beta-*.*.* --title "<concise title>" --body-file /tmp/pr-bod
94
95
  - Describe the **spirit** of the change, not the code diff
95
96
  - Concise description of the problem and fix
96
97
  - PR body is **not** the release note -- keep it focused on the code change for reviewers
98
+ - No Co-Authored-By
97
99
 
98
100
  ### Release notes
99
101
 
@@ -101,7 +103,9 @@ gh pr create --base beta-*.*.* --title "<concise title>" --body-file /tmp/pr-bod
101
103
  - **Audience is end users** -- focus on what matters to them: new devices, behaviour changes, removed settings, required actions
102
104
  - **Concise, bullet-driven** -- no markdown tables, no verbose paragraphs. Short section intros (1-2 sentences max) followed by bullet lists
103
105
  - **No internal milestones** -- don't mention "first GA since X" or beta iteration counts
104
- - **Structure for a branch** (e.g., `4.4.x`), not a single version
106
+ - **Structure for a branch** (e.g., `4.4.x`), not a single version:
107
+ - Individual `## v4.4.x` entries at the top with version-specific changes
108
+ - A shared `## What's in 4.4.x` section below covering the full branch
105
109
  - **Required actions front and center** -- if users need to change config or upgrade Node.js, say so early and clearly
106
110
  - **Tone**: direct, no filler, no emojis
107
111
 
@@ -129,7 +133,7 @@ When updating the `eufy-security-client` version in `package.json`:
129
133
 
130
134
  ## Diagnostic Triage
131
135
 
132
- For issue triage using diagnostics archives, see the full triage prompt at `.github/prompts/diag-triage.prompt.md`. Key points:
136
+ For issue triage using diagnostics archives, see the full triage prompt at `.github/prompts/diag-triage.prompt.md`. For adding new device types, use the `new-device-support` skill. Key points:
133
137
 
134
138
  - Diagnostics archives are encrypted (RSA-4096 + AES-256-GCM); decrypt with `node scripts/decrypt-diagnostics.mjs <file>.tar.gz.enc`
135
139
  - Always check archive completeness before analysis -- missing runtime logs means the plugin wasn't running
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const LIB_VERSION = "4.6.0-beta.19";
1
+ export const LIB_VERSION = "4.6.0-beta.20";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "Homebridge Eufy Security",
3
3
  "name": "@homebridge-plugins/homebridge-eufy-security",
4
- "version": "4.6.0-beta.19",
4
+ "version": "4.6.0-beta.20",
5
5
  "description": "Control Eufy Security from homebridge.",
6
6
  "type": "module",
7
7
  "license": "Apache-2.0",