node-web-i2c 1.1.23 → 1.1.26

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.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -24,4 +24,8 @@ main();
24
24
 
25
25
  ## Document
26
26
 
27
- [Web I2C API](http://browserobo.github.io/WebI2C)
27
+ - [TSDoc](http://chirimen.org/node-web-i2c/)
28
+
29
+ ## Reference
30
+
31
+ - [Web I2C API for W3C Draft](http://browserobo.github.io/WebI2C)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-web-i2c",
3
- "version": "1.1.23",
3
+ "version": "1.1.26",
4
4
  "description": "I2C access with Node.js",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -14,11 +14,11 @@
14
14
  "license": "MIT",
15
15
  "dependencies": {
16
16
  "@types/i2c-bus": "^5.1.0",
17
- "@types/node": "^16.11.12",
17
+ "@types/node": "^18.0.0",
18
18
  "i2c-bus": "^5.2.2"
19
19
  },
20
20
  "devDependencies": {
21
- "@types/node": "^16.11.12",
21
+ "@types/node": "^18.0.0",
22
22
  "@typescript-eslint/eslint-plugin": "^5.6.0",
23
23
  "@typescript-eslint/parser": "^5.6.0",
24
24
  "eslint": "^8.4.1",