Compare commits

..

4 commits

Author SHA1 Message Date
bot
4c01ee971d 1.0.20 2023-02-17 12:00:48 +00:00
renovate[bot]
3b781286f6 chore(deps): update dependency @types/node to v18 2023-02-17 12:00:20 +00:00
bot
23ab589465 1.0.19 2023-02-17 07:06:19 +00:00
Akihiko.KIgure
8476a25184
chore(README): README ドキュメント追加 (#49)
README ドキュメント追加

---------

Co-authored-by: akihiko kigure <akihiko.kigure@lifewood-m1.local>
2023-02-17 16:05:54 +09:00
3 changed files with 11 additions and 7 deletions

View file

@ -28,4 +28,8 @@ main();
## Document ## Document
[Web GPIO API](http://browserobo.github.io/WebGPIO) - [TSDoc](http://chirimen.org/node-web-gpio/)
## Reference
- [Web GPIO API for W3C Draft](http://browserobo.github.io/WebGPIO)

View file

@ -1,6 +1,6 @@
{ {
"name": "node-web-gpio", "name": "node-web-gpio",
"version": "1.0.17", "version": "1.0.20",
"description": "GPIO access with Node.js", "description": "GPIO access with Node.js",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@ -14,7 +14,7 @@
"author": "Kohei Watanabe <kou029w@gmail.com>", "author": "Kohei Watanabe <kou029w@gmail.com>",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@types/node": "^16.11.11", "@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.5.0", "@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0", "@typescript-eslint/parser": "^5.5.0",
"eslint": "^8.4.0", "eslint": "^8.4.0",

View file

@ -57,10 +57,10 @@
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz" resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz"
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ== integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
"@types/node@^16.11.11": "@types/node@^18.0.0":
version "16.11.11" version "18.13.0"
resolved "https://registry.npmjs.org/@types/node/-/node-16.11.11.tgz" resolved "https://registry.yarnpkg.com/@types/node/-/node-18.13.0.tgz#0400d1e6ce87e9d3032c19eb6c58205b0d3f7850"
integrity sha512-KB0sixD67CeecHC33MYn+eYARkqTheIRNuu97y2XMjR7Wu3XibO1vaY6VBV6O/a89SPI81cEUIYT87UqUWlZNw== integrity sha512-gC3TazRzGoOnoKAhUx+Q0t8S9Tzs74z7m0ipwGpSqQrleP14hKxP4/JUeEQcD3W1/aIpnWl8pHowI7WokuZpXg==
"@typescript-eslint/eslint-plugin@^5.5.0": "@typescript-eslint/eslint-plugin@^5.5.0":
version "5.5.0" version "5.5.0"