@stremio-addon/compat
Advanced tools
+4
-3
| { | ||
| "name": "@stremio-addon/compat", | ||
| "version": "0.0.12", | ||
| "version": "0.0.13", | ||
| "description": "Drop-in compatibility package to adopt addons built with the official Stremio Addon SDK", | ||
@@ -56,3 +56,3 @@ "type": "module", | ||
| "@stremio-addon/node-express": "0.1.3", | ||
| "@stremio-addon/sdk": "0.3.3", | ||
| "@stremio-addon/sdk": "0.3.4", | ||
| "@stremio-addon/linter": "0.0.5" | ||
@@ -64,4 +64,5 @@ }, | ||
| "build": "tsc", | ||
| "build:watch": "tsc --watch" | ||
| "build:watch": "tsc --watch", | ||
| "typecheck": "tsc --noEmit" | ||
| } | ||
| } |
23265
0.14%+ Added
- Removed
Updated