Compare commits

..

No commits in common. "e698c0392c2aae7e80685ed90d602cd070af1401" and "08b7ac98e3b22f0e58a8a4796fd7a0767c96f0f2" have entirely different histories.

3 changed files with 6 additions and 15 deletions

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "node-web-i2c",
"version": "1.1.26",
"version": "1.1.23",
"description": "I2C access with Node.js",
"main": "index.js",
"files": [
@ -14,11 +14,11 @@
"license": "MIT",
"dependencies": {
"@types/i2c-bus": "^5.1.0",
"@types/node": "^18.0.0",
"@types/node": "^16.11.12",
"i2c-bus": "^5.2.2"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/node": "^16.11.12",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"eslint": "^8.4.1",

View file

@ -64,16 +64,11 @@
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz"
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
"@types/node@*":
"@types/node@*", "@types/node@^16.11.12":
version "16.11.12"
resolved "https://registry.npmjs.org/@types/node/-/node-16.11.12.tgz"
integrity sha512-+2Iggwg7PxoO5Kyhvsq9VarmPbIelXP070HMImEpbtGCoyWNINQj4wzjbQCXzdHTRXnqufutJb5KAURZANNBAw==
"@types/node@^18.0.0":
version "18.13.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.13.0.tgz#0400d1e6ce87e9d3032c19eb6c58205b0d3f7850"
integrity sha512-gC3TazRzGoOnoKAhUx+Q0t8S9Tzs74z7m0ipwGpSqQrleP14hKxP4/JUeEQcD3W1/aIpnWl8pHowI7WokuZpXg==
"@typescript-eslint/eslint-plugin@^5.6.0":
version "5.6.0"
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.6.0.tgz"
@ -595,7 +590,7 @@ functional-red-black-tree@^1.0.1:
get-stream@^6.0.1:
version "6.0.1"
resolved "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz"
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
glob-parent@^5.1.0: