@sebbo2002/node-pyatv 4.3.1 → 4.3.2-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/CHANGELOG.md +2 -0
- package/docs/coverage/cobertura-coverage.xml +3 -3
- package/docs/coverage/device-event.ts.html +1 -1
- package/docs/coverage/device-events.ts.html +1 -1
- package/docs/coverage/device.ts.html +1 -1
- package/docs/coverage/fake-spawn.ts.html +1 -1
- package/docs/coverage/index.html +1 -1
- package/docs/coverage/index.ts.html +1 -1
- package/docs/coverage/instance.ts.html +1 -1
- package/docs/coverage/tools.ts.html +3 -3
- package/docs/coverage/types.ts.html +1 -1
- package/docs/reference/classes/NodePyATVDevice.html +60 -60
- package/docs/reference/classes/NodePyATVDeviceEvent.html +5 -5
- package/docs/reference/classes/default.html +10 -10
- package/docs/reference/enums/NodePyATVDeviceState.html +1 -1
- package/docs/reference/enums/NodePyATVKeys.html +1 -1
- package/docs/reference/enums/NodePyATVListenerState.html +1 -1
- package/docs/reference/enums/NodePyATVMediaType.html +1 -1
- package/docs/reference/enums/NodePyATVPowerState.html +1 -1
- package/docs/reference/enums/NodePyATVProtocol.html +1 -1
- package/docs/reference/enums/NodePyATVRepeatState.html +1 -1
- package/docs/reference/enums/NodePyATVShuffleState.html +1 -1
- package/docs/reference/index.html +1 -1
- package/docs/reference/interfaces/NodePyATVDeviceOptions.html +1 -1
- package/docs/reference/interfaces/NodePyATVFindAndInstanceOptions.html +1 -1
- package/docs/reference/interfaces/NodePyATVFindOptions.html +1 -1
- package/docs/reference/interfaces/NodePyATVGetStateOptions.html +1 -1
- package/docs/reference/interfaces/NodePyATVInstanceOptions.html +1 -1
- package/docs/reference/interfaces/NodePyATVState.html +1 -1
- package/docs/reference/interfaces/NodePyATVVersionResponse.html +1 -1
- package/docs/reference/modules.html +1 -1
- package/docs/tests/assets/app.css +1 -1
- package/docs/tests/assets/app.js +2 -2
- package/docs/tests/assets/app.js.LICENSE.txt +1 -1
- package/docs/tests/index.html +1 -1
- package/docs/tests/mochawesome.json +602 -602
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -5,32 +5,32 @@
|
|
|
5
5
|
"url": "http://github.com/sebbo2002/node-pyatv/issues"
|
|
6
6
|
},
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"semver": "^7.3.
|
|
8
|
+
"semver": "^7.3.7"
|
|
9
9
|
},
|
|
10
10
|
"description": "A lightweight wrapper around pyatv…",
|
|
11
11
|
"devDependencies": {
|
|
12
|
-
"@amanda-mitchell/semantic-release-npm-multiple": "^3.
|
|
12
|
+
"@amanda-mitchell/semantic-release-npm-multiple": "^3.2.0",
|
|
13
13
|
"@qiwi/semantic-release-gh-pages-plugin": "^5.2.0",
|
|
14
14
|
"@semantic-release/changelog": "^6.0.1",
|
|
15
15
|
"@semantic-release/exec": "^6.0.3",
|
|
16
16
|
"@semantic-release/git": "^10.0.1",
|
|
17
17
|
"@types/mocha": "^9.1.0",
|
|
18
|
-
"@types/node": "^17.0.
|
|
18
|
+
"@types/node": "^17.0.23",
|
|
19
19
|
"@types/semver": "^7.3.9",
|
|
20
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
21
|
-
"@typescript-eslint/parser": "^5.
|
|
20
|
+
"@typescript-eslint/eslint-plugin": "^5.17.0",
|
|
21
|
+
"@typescript-eslint/parser": "^5.17.0",
|
|
22
22
|
"eslint": "^8.11.0",
|
|
23
23
|
"eslint-plugin-jsonc": "^2.2.1",
|
|
24
24
|
"license-checker": "^25.0.1",
|
|
25
25
|
"mocha": "^9.2.2",
|
|
26
|
-
"mochawesome": "^7.1.
|
|
26
|
+
"mochawesome": "^7.1.3",
|
|
27
27
|
"nyc": "^15.1.0",
|
|
28
28
|
"semantic-release": "^19.0.2",
|
|
29
29
|
"semantic-release-license": "^1.0.3",
|
|
30
30
|
"source-map-support": "^0.5.21",
|
|
31
31
|
"ts-node": "^10.7.0",
|
|
32
32
|
"typedoc": "^0.22.13",
|
|
33
|
-
"typescript": "^4.6.
|
|
33
|
+
"typescript": "^4.6.3"
|
|
34
34
|
},
|
|
35
35
|
"engines": {
|
|
36
36
|
"node": ">=12.0.0"
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"postinstall": "./check.sh",
|
|
56
56
|
"test": "mocha"
|
|
57
57
|
},
|
|
58
|
-
"version": "4.3.1"
|
|
58
|
+
"version": "4.3.2-develop.1"
|
|
59
59
|
}
|