homebridge-tuya-plus 3.14.0-dev.6 → 3.14.0-dev.8

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.
@@ -395,20 +395,12 @@ jobs:
395
395
  if (PUBLISH_RESULT === 'success') {
396
396
  const sha = (HEAD_SHA || '').slice(0, 7);
397
397
  const body = [
398
- `🚀 Published this PR to npm for testing — built from \`${sha}\`.`,
398
+ `🚀 Published **\`${TAG}\`** for testing — commit \`${sha}\`.`,
399
399
  ``,
400
- `**Install this exact build:**`,
401
- '```sh',
402
- `npm install -g homebridge-tuya-plus@${VERSION}`,
403
- '```',
404
- `**…or follow this PR's tag** (always points at this PR's newest \`/publish\` build):`,
405
400
  '```sh',
406
401
  `npm install -g homebridge-tuya-plus@${TAG}`,
407
402
  '```',
408
- ``,
409
- `In the Homebridge UI you can also paste \`${VERSION}\` into the plugin's “Install Alternate Version” field.`,
410
- ``,
411
- `> ℹ️ Prerelease for testing only — **not** tagged \`latest\` or \`dev\`, so it won't reach normal installs.`,
403
+ `Exact version: \`${VERSION}\``,
412
404
  ].join('\n');
413
405
  await github.rest.issues.createComment({ owner, repo, issue_number, body });
414
406
  await github.rest.reactions.createForIssueComment({ owner, repo, comment_id, content: 'rocket' });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homebridge-tuya-plus",
3
- "version": "3.14.0-dev.6",
3
+ "version": "3.14.0-dev.8",
4
4
  "description": "A community-maintained Homebridge plugin for controlling Tuya devices locally over LAN. Includes new features, fixes, and updated device support.",
5
5
  "main": "index.js",
6
6
  "scripts": {