@stremio-addon/node-express
Advanced tools
+4
-3
| { | ||
| "name": "@stremio-addon/node-express", | ||
| "version": "0.1.3", | ||
| "version": "1.0.0", | ||
| "description": "Node runtime with Express.js for the Community Stremio Addon SDK", | ||
@@ -34,3 +34,3 @@ "type": "module", | ||
| "dependencies": { | ||
| "@stremio-addon/sdk": "^0.3.0" | ||
| "@stremio-addon/sdk": "^1.0.0" | ||
| }, | ||
@@ -40,4 +40,5 @@ "scripts": { | ||
| "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.
Found 1 instance in 1 package
7942
0.42%2
-33.33%+ Added
- Removed
Updated