@stremio-addon/linter
Advanced tools
+4
-3
| { | ||
| "name": "@stremio-addon/linter", | ||
| "version": "0.0.5", | ||
| "version": "1.0.0", | ||
| "description": "Community Stremio Addon SDK validation using stremio-addon-linter", | ||
@@ -36,3 +36,3 @@ "type": "module", | ||
| "dependencies": { | ||
| "@stremio-addon/sdk": "^0.3.0" | ||
| "@stremio-addon/sdk": "^1.0.0" | ||
| }, | ||
@@ -45,4 +45,5 @@ "peerDependencies": { | ||
| "build": "tsc", | ||
| "build:watch": "tsc --watch" | ||
| "build:watch": "tsc --watch", | ||
| "typecheck": "tsc --noEmit" | ||
| } | ||
| } |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
10589
0.31%2
-33.33%+ Added
- Removed
Updated