iobroker.foobar2000 2.1.0-alpha.0 → 2.2.0
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/.github/dependabot.yml +2 -2
- package/.github/workflows/test-and-release.yml +3 -3
- package/LICENSE +1 -1
- package/README.md +6 -2
- package/io-package.json +37 -7
- package/package.json +23 -23
package/.github/dependabot.yml
CHANGED
|
@@ -3,7 +3,7 @@ updates:
|
|
|
3
3
|
- package-ecosystem: npm
|
|
4
4
|
directory: "/"
|
|
5
5
|
schedule:
|
|
6
|
-
interval:
|
|
6
|
+
interval: monthly
|
|
7
7
|
time: "04:00"
|
|
8
8
|
timezone: Europe/Berlin
|
|
9
9
|
open-pull-requests-limit: 15
|
|
@@ -12,7 +12,7 @@ updates:
|
|
|
12
12
|
- package-ecosystem: github-actions
|
|
13
13
|
directory: "/"
|
|
14
14
|
schedule:
|
|
15
|
-
interval:
|
|
15
|
+
interval: monthly
|
|
16
16
|
time: "04:00"
|
|
17
17
|
timezone: Europe/Berlin
|
|
18
18
|
open-pull-requests-limit: 15
|
|
@@ -28,7 +28,7 @@ jobs:
|
|
|
28
28
|
steps:
|
|
29
29
|
- uses: ioBroker/testing-action-check@v1
|
|
30
30
|
with:
|
|
31
|
-
node-version: '
|
|
31
|
+
node-version: '20.x'
|
|
32
32
|
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
|
|
33
33
|
# install-command: 'npm install'
|
|
34
34
|
lint: true
|
|
@@ -40,7 +40,7 @@ jobs:
|
|
|
40
40
|
runs-on: ${{ matrix.os }}
|
|
41
41
|
strategy:
|
|
42
42
|
matrix:
|
|
43
|
-
node-version: [
|
|
43
|
+
node-version: [18.x, 20.x]
|
|
44
44
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
|
45
45
|
|
|
46
46
|
steps:
|
|
@@ -74,7 +74,7 @@ jobs:
|
|
|
74
74
|
steps:
|
|
75
75
|
- uses: ioBroker/testing-action-deploy@v1
|
|
76
76
|
with:
|
|
77
|
-
node-version: '
|
|
77
|
+
node-version: '20.x'
|
|
78
78
|
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
|
|
79
79
|
# install-command: 'npm install'
|
|
80
80
|
npm-token: ${{ secrets.NPM_TOKEN }}
|
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2023 iobroker-community-adapters <
|
|
3
|
+
Copyright (c) 2023-2024 iobroker-community-adapters <iobroker-community-adapters@gmx.de>
|
|
4
4
|
Copyright (c) 2021 instalator <vvvalt@mail.ru>
|
|
5
5
|
|
|
6
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
package/README.md
CHANGED
|
@@ -41,7 +41,11 @@ To display the cover as a link to a file, in the file ```c:\Users\{USER}\AppData
|
|
|
41
41
|
Placeholder for the next version (at the beginning of the line):
|
|
42
42
|
### **WORK IN PROGRESS**
|
|
43
43
|
-->
|
|
44
|
-
### 2.
|
|
44
|
+
### 2.2.0 (2024-04-17)
|
|
45
|
+
* (mcm1957) Adapter requires node.js 18 and js-controller >= 5 now
|
|
46
|
+
* (mcm1957) Dependencies have been updated
|
|
47
|
+
|
|
48
|
+
### 2.1.0 (2023-11-07)
|
|
45
49
|
* (mcm1957) Adapter requires nodejs16 or newer now.
|
|
46
50
|
* (mcm1957) Adapter has been moved to iobroker-community-adapters organization.
|
|
47
51
|
* (mcm1957) Dependencies have been updated.
|
|
@@ -81,7 +85,7 @@ To display the cover as a link to a file, in the file ```c:\Users\{USER}\AppData
|
|
|
81
85
|
## License
|
|
82
86
|
The MIT License (MIT)
|
|
83
87
|
|
|
84
|
-
Copyright (c) 2023 iobroker-community-adapters <
|
|
88
|
+
Copyright (c) 2023-2024 iobroker-community-adapters <iobroker-community-adapters@gmx.de>
|
|
85
89
|
Copyright (c) 2021 instalator <vvvalt@mail.ru>
|
|
86
90
|
|
|
87
91
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "foobar2000",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.2.0",
|
|
5
5
|
"news": {
|
|
6
|
+
"2.2.0": {
|
|
7
|
+
"en": "Adapter requires node.js 18 and js-controller >= 5 now\nDependencies have been updated",
|
|
8
|
+
"de": "Adapter benötigt node.js 18 und js-controller >= 5 jetzt\nAbhängigkeiten wurden aktualisiert",
|
|
9
|
+
"ru": "Адаптер требует node.js 18 и js-controller >= 5 сейчас\nЗависимость обновлена",
|
|
10
|
+
"pt": "Adapter requer node.js 18 e js-controller >= 5 agora\nAs dependências foram atualizadas",
|
|
11
|
+
"nl": "Adapter vereist node.js 18 en js-controller Nu 5\nAfhankelijkheden zijn bijgewerkt",
|
|
12
|
+
"fr": "Adaptateur nécessite node.js 18 et js-controller >= 5 maintenant\nLes dépendances ont été actualisées",
|
|
13
|
+
"it": "Adattatore richiede node.js 18 e js-controller >= 5 ora\nLe dipendenze sono state aggiornate",
|
|
14
|
+
"es": "Adaptador requiere node.js 18 y js-controller √= 5 ahora\nSe han actualizado las dependencias",
|
|
15
|
+
"pl": "Adapter wymaga node.js 18 i sterownika js- > = 5 teraz\nZaktualizowano zależności",
|
|
16
|
+
"uk": "Адаптер вимагає node.js 18 і js-controller >= 5 тепер\nЗалежність було оновлено",
|
|
17
|
+
"zh-cn": "适配器需要节点.js 18和js控制器 QQ 现在5号\n依赖关系已更新"
|
|
18
|
+
},
|
|
19
|
+
"2.1.0": {
|
|
20
|
+
"en": "Adapter requires nodejs16 or newer now.\nAdapter has been moved to iobroker-community-adapters organization.\nDependencies have been updated.",
|
|
21
|
+
"de": "Adapter benötigt jetzt nodejs16 oder neuer.\nAdapter wurde auf iobroker-community-Adapter Organisation verschoben.\nAbhängigkeiten wurden aktualisiert.",
|
|
22
|
+
"ru": "Адаптер требует nodejs16 или новее теперь.\nАдаптер переехал в организацию iobroker-community-adapters.\nОбновлены зависимости.",
|
|
23
|
+
"pt": "Adaptador requer nodejs16 ou mais recente agora.\nAdapter foi movido para iobroker-community-adapters organização.\nAs dependências foram atualizadas.",
|
|
24
|
+
"nl": "Adapter vereist nodejs16 of Newer nu.\nAdapter is verplaatst naar iobroker-community-papters organisatie.\nAfhankelijkheid is geüpdateerd.",
|
|
25
|
+
"fr": "Adaptateur nécessite nodejs16 ou plus récent maintenant.\nL'adaptateur a été déplacé à l'organisation iobroker-community-adapters.\nLes dépendances ont été mises à jour.",
|
|
26
|
+
"it": "Adattatore richiede nodejs16 o più nuovo ora.\nL'adattatore è stato trasferito all'organizzazione iobroker-community-adapters.\nLe dipendenze sono state aggiornate.",
|
|
27
|
+
"es": "Adaptador requiere nodejs16 o nuevo ahora.\nEl adaptador ha sido trasladado a la organización de ibroker-community-adapters.\nSe han actualizado las dependencias.",
|
|
28
|
+
"pl": "Adapter wymaga węzłów 16 lub nowszych.\nAdapter przeniesiono do organizacji iobroker-community-adapter.\nW zależności zostały zaktualizowane.",
|
|
29
|
+
"uk": "Адаптер вимагає nodejs16 або новіший зараз.\nПереміщено перехід на організацію iobroker-community-adapters.\nОновлено залежність.",
|
|
30
|
+
"zh-cn": "道歉要求现在不再出现。.\n现已移到加勒比妓院。.\n情况已经更新。."
|
|
31
|
+
},
|
|
6
32
|
"2.1.0-alpha.0": {
|
|
7
33
|
"en": "Adapter requires nodejs16 or newer now.\nAdapter has been moved to iobroker-community-adapters organization.\nDependencies have been updated.",
|
|
8
34
|
"de": "Adapter benötigt jetzt nodejs16 oder neuer.\nAdapter wurde auf iobroker-community-Adapter Organisation verschoben.\nAbhängigkeiten wurden aktualisiert.",
|
|
@@ -87,28 +113,32 @@
|
|
|
87
113
|
"foobar2000",
|
|
88
114
|
"player"
|
|
89
115
|
],
|
|
90
|
-
"
|
|
116
|
+
"licenseInformation": {
|
|
117
|
+
"license": "MIT",
|
|
118
|
+
"type": "free"
|
|
119
|
+
},
|
|
91
120
|
"platform": "Javascript/Node.js",
|
|
92
121
|
"main": "foobar2000.js",
|
|
93
122
|
"icon": "foobar2000.png",
|
|
94
123
|
"enabled": false,
|
|
95
|
-
"extIcon": "https://raw.githubusercontent.com/iobroker-community-adapters/
|
|
96
|
-
"readme": "https://github.com/iobroker-community-adapters/
|
|
124
|
+
"extIcon": "https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.foobar2000/master/admin/foobar2000.png",
|
|
125
|
+
"readme": "https://github.com/iobroker-community-adapters/ioBroker.foobar2000/blob/master/README.md",
|
|
97
126
|
"loglevel": "info",
|
|
127
|
+
"tier": 2,
|
|
98
128
|
"mode": "daemon",
|
|
99
129
|
"type": "multimedia",
|
|
100
130
|
"compact": true,
|
|
101
131
|
"connectionType": "local",
|
|
102
|
-
"dataSource": "
|
|
132
|
+
"dataSource": "poll",
|
|
103
133
|
"materialize": true,
|
|
104
134
|
"dependencies": [
|
|
105
135
|
{
|
|
106
|
-
"js-controller": ">=
|
|
136
|
+
"js-controller": ">=5.0.19"
|
|
107
137
|
}
|
|
108
138
|
],
|
|
109
139
|
"globalDependencies": [
|
|
110
140
|
{
|
|
111
|
-
"admin": ">=
|
|
141
|
+
"admin": ">=6.13.16"
|
|
112
142
|
}
|
|
113
143
|
]
|
|
114
144
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.foobar2000",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"description": "ioBroker Foobar2000 player adapter",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "instalator",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"email": "mcm57@gmx.at"
|
|
17
17
|
}
|
|
18
18
|
],
|
|
19
|
-
"homepage": "https://github.com/iobroker-community-adapters/
|
|
19
|
+
"homepage": "https://github.com/iobroker-community-adapters/ioBroker.foobar2000",
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"keywords": [
|
|
22
22
|
"ioBroker",
|
|
@@ -29,37 +29,37 @@
|
|
|
29
29
|
"url": "https://github.com/iobroker-community-adapters/ioBroker.foobar2000.git"
|
|
30
30
|
},
|
|
31
31
|
"engines": {
|
|
32
|
-
"node": ">=
|
|
32
|
+
"node": ">=18"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@iobroker/adapter-core": "^3.0
|
|
35
|
+
"@iobroker/adapter-core": "^3.1.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@alcalzone/release-script": "^3.
|
|
39
|
-
"@alcalzone/release-script-plugin-iobroker": "^3.
|
|
40
|
-
"@alcalzone/release-script-plugin-license": "^3.
|
|
41
|
-
"@alcalzone/release-script-plugin-manual-review": "^3.
|
|
42
|
-
"@iobroker/adapter-dev": "^1.
|
|
43
|
-
"@iobroker/testing": "^4.1.
|
|
44
|
-
"@tsconfig/node14": "^14.1.
|
|
45
|
-
"@types/chai": "^4.3.
|
|
38
|
+
"@alcalzone/release-script": "^3.7.0",
|
|
39
|
+
"@alcalzone/release-script-plugin-iobroker": "^3.7.0",
|
|
40
|
+
"@alcalzone/release-script-plugin-license": "^3.7.0",
|
|
41
|
+
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
|
|
42
|
+
"@iobroker/adapter-dev": "^1.3.0",
|
|
43
|
+
"@iobroker/testing": "^4.1.3",
|
|
44
|
+
"@tsconfig/node14": "^14.1.2",
|
|
45
|
+
"@types/chai": "^4.3.11",
|
|
46
46
|
"@types/chai-as-promised": "^7.1.6",
|
|
47
|
-
"@types/mocha": "^10.0.
|
|
48
|
-
"@types/node": "^20.
|
|
49
|
-
"@types/proxyquire": "^1.3.
|
|
50
|
-
"@types/sinon": "^17.0.
|
|
51
|
-
"@types/sinon-chai": "^3.2.
|
|
52
|
-
"chai": "^4.
|
|
47
|
+
"@types/mocha": "^10.0.6",
|
|
48
|
+
"@types/node": "^20.12.7",
|
|
49
|
+
"@types/proxyquire": "^1.3.31",
|
|
50
|
+
"@types/sinon": "^17.0.3",
|
|
51
|
+
"@types/sinon-chai": "^3.2.12",
|
|
52
|
+
"chai": "^4.4.1",
|
|
53
53
|
"chai-as-promised": "^7.1.1",
|
|
54
|
-
"eslint": "^8.
|
|
54
|
+
"eslint": "^8.57.0",
|
|
55
55
|
"eslint-config-prettier": "^8.9.0",
|
|
56
56
|
"eslint-plugin-prettier": "^4.2.1",
|
|
57
|
-
"mocha": "^10.
|
|
58
|
-
"prettier": "^3.
|
|
57
|
+
"mocha": "^10.4.0",
|
|
58
|
+
"prettier": "^3.2.5",
|
|
59
59
|
"proxyquire": "^2.1.3",
|
|
60
60
|
"sinon": "^17.0.1",
|
|
61
61
|
"sinon-chai": "^3.7.0",
|
|
62
|
-
"typescript": "~5.
|
|
62
|
+
"typescript": "~5.4.5"
|
|
63
63
|
},
|
|
64
64
|
"main": "foobar2000.js",
|
|
65
65
|
"scripts": {
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"release": "release-script"
|
|
74
74
|
},
|
|
75
75
|
"bugs": {
|
|
76
|
-
"url": "https://github.com/iobroker-community-adapters/
|
|
76
|
+
"url": "https://github.com/iobroker-community-adapters/ioBroker.foobar2000/issues"
|
|
77
77
|
},
|
|
78
78
|
"readmeFilename": "README.md"
|
|
79
79
|
}
|