@radhost/server-service-config 3.6.6 → 3.7.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@radhost/server-service-config",
3
- "version": "3.6.6",
3
+ "version": "3.7.0",
4
4
  "main": "index.js",
5
5
  "scripts": {},
6
6
  "dependencies": {
@@ -10,5 +10,5 @@
10
10
  "access": "public",
11
11
  "registry": "https://registry.npmjs.org/"
12
12
  },
13
- "gitHead": "8b7eeff56e287f9a5b1970c09ab3c4170d44bf07"
13
+ "gitHead": "b212e472b629eb4265f137ea4bc98450726fe1a8"
14
14
  }
@@ -234,6 +234,14 @@ exports.getConstConfig = () => {
234
234
  type: 3,
235
235
  name: 'Apple Podcast',
236
236
  },
237
+ {
238
+ type: 4,
239
+ name: 'Spotify',
240
+ },
241
+ {
242
+ type: 5,
243
+ name: 'Youtube',
244
+ },
237
245
  ],
238
246
  };
239
247
  };