stremio-official-addons 1.5.2 → 1.5.4

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/LICENSE.md CHANGED
@@ -1,26 +1,26 @@
1
- The MIT License (MIT)
2
- =====================
3
-
4
- Copyright © 2019 SmartCode OOD
5
-
6
- Permission is hereby granted, free of charge, to any person
7
- obtaining a copy of this software and associated documentation
8
- files (the “Software”), to deal in the Software without
9
- restriction, including without limitation the rights to use,
10
- copy, modify, merge, publish, distribute, sublicense, and/or sell
11
- copies of the Software, and to permit persons to whom the
12
- Software is furnished to do so, subject to the following
13
- conditions:
14
-
15
- The above copyright notice and this permission notice shall be
16
- included in all copies or substantial portions of the Software.
17
-
18
- THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
19
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
20
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
22
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
23
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
24
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
25
- OTHER DEALINGS IN THE SOFTWARE.
26
-
1
+ The MIT License (MIT)
2
+ =====================
3
+
4
+ Copyright © 2019 SmartCode OOD
5
+
6
+ Permission is hereby granted, free of charge, to any person
7
+ obtaining a copy of this software and associated documentation
8
+ files (the “Software”), to deal in the Software without
9
+ restriction, including without limitation the rights to use,
10
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ copies of the Software, and to permit persons to whom the
12
+ Software is furnished to do so, subject to the following
13
+ conditions:
14
+
15
+ The above copyright notice and this permission notice shall be
16
+ included in all copies or substantial portions of the Software.
17
+
18
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
19
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
20
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
22
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
23
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
24
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
25
+ OTHER DEALINGS IN THE SOFTWARE.
26
+
package/README.md CHANGED
@@ -1,27 +1,27 @@
1
- # stremio-official-addons
2
-
3
- All the stremio official add-ons, in `AddonCollection.load()` format
4
-
5
- The `index.js` file is meant to be generated from the output of `AddonCollection.save()`
6
-
7
-
8
- ## Update
9
-
10
- To re-generate `index.json` you can do `scripts/gen.js > index.json`
11
-
12
-
13
- ## Changing the official add-ons
14
-
15
- To change what's contained in this module, you have to change `scripts/gen.js`
16
-
17
- Besides changing this module, you have to update all it's dependant packages, most notably:
18
-
19
- * stremio-api-workers: this is the **most important one**, since it will affect `addonsofficialcollection.json` and therefore the addonCollection API, and therefore all running apps should respect it
20
-
21
- * stremio: the desktop/web app
22
-
23
- * stremio-rn: the react native app
24
-
25
- * stremio-web: the new desktop/web app
26
-
27
- * stremio-api-legacy-shim: this one does not *depend on* this module, and does not include it, but it contains a separate list of official add-ons in `addons/official.js` that is respected by all apps using the legacy endpoints
1
+ # stremio-official-addons
2
+
3
+ All the stremio official add-ons, in `AddonCollection.load()` format
4
+
5
+ The `index.js` file is meant to be generated from the output of `AddonCollection.save()`
6
+
7
+
8
+ ## Update
9
+
10
+ To re-generate `index.json` you can do `scripts/gen.js > index.json`
11
+
12
+
13
+ ## Changing the official add-ons
14
+
15
+ To change what's contained in this module, you have to change `scripts/gen.js`
16
+
17
+ Besides changing this module, you have to update all it's dependant packages, most notably:
18
+
19
+ * stremio-api-workers: this is the **most important one**, since it will affect `addonsofficialcollection.json` and therefore the addonCollection API, and therefore all running apps should respect it
20
+
21
+ * stremio: the desktop/web app
22
+
23
+ * stremio-rn: the react native app
24
+
25
+ * stremio-web: the new desktop/web app
26
+
27
+ * stremio-api-legacy-shim: this one does not *depend on* this module, and does not include it, but it contains a separate list of official add-ons in `addons/official.js` that is respected by all apps using the legacy endpoints
package/index.js CHANGED
@@ -1 +1 @@
1
- module.exports = require('./index.json')
1
+ module.exports = require('./index.json')