-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[W034] @iobroker/adapter-core 3.2.2 specified. 3.2.3 is recommended. …
…Please consider updating dependencies
- Loading branch information
Klaus Weber
committed
Jan 20, 2025
1 parent
0fa8d56
commit e9f168e
Showing
2 changed files
with
95 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,91 +1,91 @@ | ||
{ | ||
"name": "iobroker.ta-blnet", | ||
"version": "1.0.36", | ||
"description": "An ioBroker adapter for reading inputs and outputs of the climate controller from Technische Alternative using BL-NET.", | ||
"author": { | ||
"name": "Klaus Weber", | ||
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/weberk/ioBroker.ta-blnet", | ||
"license": "MIT", | ||
"keywords": [ | ||
"ioBroker", | ||
"BL-NET", | ||
"UVR1611", | ||
"UVR16x2", | ||
"solar", | ||
"BUSO", | ||
"Technische", | ||
"Alternative" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/weberk/ioBroker.ta-blnet.git" | ||
}, | ||
"engines": { | ||
"node": ">= 18" | ||
}, | ||
"dependencies": { | ||
"@google-cloud/translate": "^8.5.0", | ||
"@iobroker/adapter-core": "^3.2.2", | ||
"google-gax": "^4.4.1", | ||
"protobufjs": "^7.4.0" | ||
}, | ||
"resolutions": { | ||
"protobufjs": "^7.4.0" | ||
}, | ||
"devDependencies": { | ||
"@alcalzone/release-script": "^3.8.0", | ||
"@alcalzone/release-script-plugin-iobroker": "^3.7.2", | ||
"@alcalzone/release-script-plugin-license": "^3.7.0", | ||
"@alcalzone/release-script-plugin-manual-review": "^3.7.0", | ||
"@iobroker/eslint-config": "^1.0.0", | ||
"@iobroker/testing": "^5.0.0", | ||
"@iobroker/adapter-dev": "^1.3.0", | ||
"@tsconfig/node20": "^20.1.4", | ||
"@types/chai": "^4.3.20", | ||
"@types/chai-as-promised": "^8.0.1", | ||
"@types/mocha": "^10.0.9", | ||
"@types/node": "^22.10.3", | ||
"@types/proxyquire": "^1.3.31", | ||
"@types/sinon": "^17.0.3", | ||
"@types/sinon-chai": "^3.2.12", | ||
"chai": "^4.5.0", | ||
"chai-as-promised": "^8.0.1", | ||
"eslint": "^9.17.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"mocha": "^11.0.1", | ||
"proxyquire": "^2.1.3", | ||
"sinon": "^19.0.2", | ||
"sinon-chai": "^3.7.0", | ||
"typescript": "~5.7.2" | ||
}, | ||
"main": "main.js", | ||
"files": [ | ||
"admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}", | ||
"admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}", | ||
"admin/build/", | ||
"lib/", | ||
"www/", | ||
"io-package.json", | ||
"LICENSE", | ||
"main.js" | ||
], | ||
"scripts": { | ||
"test:js": "mocha --config test/mocharc.custom.json \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"", | ||
"test:package": "mocha test/package --exit", | ||
"test:integration": "mocha test/integration --exit", | ||
"test": "npm run test:js && npm run test:package", | ||
"check": "tsc --noEmit -p tsconfig.check.json", | ||
"lint": "eslint -c eslint.config.mjs .", | ||
"translate": "translate-adapter", | ||
"release": "release-script patch --yes", | ||
"release-minor": "release-script minor --yes", | ||
"release-major": "release-script major --yes" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/weberk/ioBroker.ta-blnet/issues" | ||
}, | ||
"readmeFilename": "README.md" | ||
"name": "iobroker.ta-blnet", | ||
"version": "1.0.36", | ||
"description": "An ioBroker adapter for reading inputs and outputs of the climate controller from Technische Alternative using BL-NET.", | ||
"author": { | ||
"name": "Klaus Weber", | ||
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/weberk/ioBroker.ta-blnet", | ||
"license": "MIT", | ||
"keywords": [ | ||
"ioBroker", | ||
"BL-NET", | ||
"UVR1611", | ||
"UVR16x2", | ||
"solar", | ||
"BUSO", | ||
"Technische", | ||
"Alternative" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/weberk/ioBroker.ta-blnet.git" | ||
}, | ||
"engines": { | ||
"node": ">= 18" | ||
}, | ||
"dependencies": { | ||
"@google-cloud/translate": "^8.5.0", | ||
"@iobroker/adapter-core": "^3.2.3", | ||
"google-gax": "^4.4.1", | ||
"protobufjs": "^7.4.0" | ||
}, | ||
"resolutions": { | ||
"protobufjs": "^7.4.0" | ||
}, | ||
"devDependencies": { | ||
"@alcalzone/release-script": "^3.8.0", | ||
"@alcalzone/release-script-plugin-iobroker": "^3.7.2", | ||
"@alcalzone/release-script-plugin-license": "^3.7.0", | ||
"@alcalzone/release-script-plugin-manual-review": "^3.7.0", | ||
"@iobroker/eslint-config": "^1.0.0", | ||
"@iobroker/testing": "^5.0.0", | ||
"@iobroker/adapter-dev": "^1.3.0", | ||
"@tsconfig/node20": "^20.1.4", | ||
"@types/chai": "^4.3.20", | ||
"@types/chai-as-promised": "^8.0.1", | ||
"@types/mocha": "^10.0.9", | ||
"@types/node": "^22.10.3", | ||
"@types/proxyquire": "^1.3.31", | ||
"@types/sinon": "^17.0.3", | ||
"@types/sinon-chai": "^3.2.12", | ||
"chai": "^4.5.0", | ||
"chai-as-promised": "^8.0.1", | ||
"eslint": "^9.17.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"mocha": "^11.0.1", | ||
"proxyquire": "^2.1.3", | ||
"sinon": "^19.0.2", | ||
"sinon-chai": "^3.7.0", | ||
"typescript": "~5.7.2" | ||
}, | ||
"main": "main.js", | ||
"files": [ | ||
"admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}", | ||
"admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}", | ||
"admin/build/", | ||
"lib/", | ||
"www/", | ||
"io-package.json", | ||
"LICENSE", | ||
"main.js" | ||
], | ||
"scripts": { | ||
"test:js": "mocha --config test/mocharc.custom.json \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"", | ||
"test:package": "mocha test/package --exit", | ||
"test:integration": "mocha test/integration --exit", | ||
"test": "npm run test:js && npm run test:package", | ||
"check": "tsc --noEmit -p tsconfig.check.json", | ||
"lint": "eslint -c eslint.config.mjs .", | ||
"translate": "translate-adapter", | ||
"release": "release-script patch --yes", | ||
"release-minor": "release-script minor --yes", | ||
"release-major": "release-script major --yes" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/weberk/ioBroker.ta-blnet/issues" | ||
}, | ||
"readmeFilename": "README.md" | ||
} |