Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
end-of-life
Browse files Browse the repository at this point in the history
  • Loading branch information
RaresAil committed Oct 20, 2024
1 parent 868bd72 commit 51bf3fd
Show file tree
Hide file tree
Showing 5 changed files with 542 additions and 422 deletions.
3 changes: 0 additions & 3 deletions .github/FUNDING.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files.eol": "\n",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.rulers": [140],
"eslint.enable": true,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Homebridge TP-Link Tapo

[![Discord](https://img.shields.io/discord/942035865658613790.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/CAvGGvRGB3)
## This plugin has been archived and it will no longer receive updates

[![Build and Lint](https://github.com/RaresAil/homebridge-tp-link-tapo/actions/workflows/build.yml/badge.svg)](https://github.com/RaresAil/homebridge-tp-link-tapo/actions/workflows/build.yml)
[![CodeQL](https://github.com/RaresAil/homebridge-tp-link-tapo/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/RaresAil/homebridge-tp-link-tapo/actions/workflows/codeql-analysis.yml)
Expand Down
32 changes: 15 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@
"private": false,
"displayName": "TPLink Tapo",
"name": "homebridge-tp-link-tapo",
"version": "4.1.1",
"version": "4.1.2",
"description": "A platform to implement the tp-link tapo device and Adaptive Lighting for light bulbs",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/RaresAil/homebridge-tp-link-tapo.git"
},
"funding": {
"url": "https://revolut.me/nicolanuyi",
"type": "individual"
},
"bugs": {
"url": "https://github.com/RaresAil/homebridge-tp-link-tapo/issues"
},
Expand Down Expand Up @@ -43,23 +39,25 @@
"smart"
],
"dependencies": {
"async-lock": "^1.4.0",
"axios": "^1.5.0"
"async-lock": "^1.4.1",
"axios": "^1.7.7"
},
"resolutions": {
"semver": "^7.5.2",
"dns-packet": "^5.4.0"
"dns-packet": "^5.4.0",
"braces": "^3.0.3",
"micromatch": "^4.0.8"
},
"devDependencies": {
"@types/async-lock": "^1.4.0",
"@types/node": "^20.6.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@types/async-lock": "^1.4.2",
"@types/node": "^22.7.7",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"eslint": "^8.49.0",
"homebridge": "^1.6.1",
"nodemon": "^3.0.1",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"homebridge": "^1.8.4",
"nodemon": "^3.1.7",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit 51bf3fd

Please sign in to comment.