@sebbo2002/node-pyatv 7.0.3-develop.2 → 7.0.4-develop.1
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.
- package/README.md +1 -1
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -53,7 +53,7 @@ device.on('update:deviceState', (event: NodePyATVDeviceEvent | Error) => {
|
|
|
53
53
|
## 📑 API Reference
|
|
54
54
|
|
|
55
55
|
The API documentation is automatically generated from the code comments and can be found
|
|
56
|
-
[here](https://sebbo2002.github.io/node-pyatv/main/reference/
|
|
56
|
+
[here](https://sebbo2002.github.io/node-pyatv/main/reference/).
|
|
57
57
|
|
|
58
58
|
|
|
59
59
|
## 📑 Changelog
|
package/package.json
CHANGED
|
@@ -13,25 +13,25 @@
|
|
|
13
13
|
"@semantic-release/changelog": "^6.0.3",
|
|
14
14
|
"@semantic-release/exec": "^6.0.3",
|
|
15
15
|
"@semantic-release/git": "^10.0.1",
|
|
16
|
-
"@semantic-release/npm": "^
|
|
17
|
-
"@types/mocha": "^10.0.
|
|
18
|
-
"@types/node": "^20.
|
|
19
|
-
"@types/semver": "^7.5.
|
|
20
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
21
|
-
"@typescript-eslint/parser": "^6.
|
|
16
|
+
"@semantic-release/npm": "^11.0.0",
|
|
17
|
+
"@types/mocha": "^10.0.2",
|
|
18
|
+
"@types/node": "^20.6.3",
|
|
19
|
+
"@types/semver": "^7.5.3",
|
|
20
|
+
"@typescript-eslint/eslint-plugin": "^6.7.0",
|
|
21
|
+
"@typescript-eslint/parser": "^6.7.0",
|
|
22
22
|
"c8": "^8.0.1",
|
|
23
|
-
"eslint": "^8.
|
|
24
|
-
"eslint-plugin-jsonc": "^2.
|
|
23
|
+
"eslint": "^8.51.0",
|
|
24
|
+
"eslint-plugin-jsonc": "^2.10.0",
|
|
25
25
|
"esm": "^3.2.25",
|
|
26
26
|
"license-checker": "^25.0.1",
|
|
27
27
|
"mocha": "^10.2.0",
|
|
28
28
|
"mochawesome": "^7.1.3",
|
|
29
|
-
"semantic-release": "^
|
|
29
|
+
"semantic-release": "^22.0.5",
|
|
30
30
|
"semantic-release-license": "^1.0.3",
|
|
31
31
|
"source-map-support": "^0.5.21",
|
|
32
32
|
"ts-node": "^10.9.1",
|
|
33
33
|
"tsup": "^7.2.0",
|
|
34
|
-
"typedoc": "^0.25.
|
|
34
|
+
"typedoc": "^0.25.2",
|
|
35
35
|
"typescript": "^5.2.2"
|
|
36
36
|
},
|
|
37
37
|
"engines": {
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"test": "mocha"
|
|
69
69
|
},
|
|
70
70
|
"type": "module",
|
|
71
|
-
"version": "7.0.
|
|
71
|
+
"version": "7.0.4-develop.1"
|
|
72
72
|
}
|