@iptv/xmltv
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "@iptv/xmltv", | ||
"description": "An extremely fast XMLTV parser and generator for Node and the browser.", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"license": "MIT", | ||
@@ -16,4 +16,10 @@ "author": { | ||
".": { | ||
"import": "./dist/xmltv.js", | ||
"require": "./dist/xmltv.umd.cjs" | ||
"import": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/xmltv.js" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/xmltv.umd.cjs" | ||
} | ||
} | ||
@@ -45,3 +51,3 @@ }, | ||
"@types/node": "^20.5.0", | ||
"@vitest/coverage-c8": "^0.29.8", | ||
"@vitest/coverage-v8": "^0.34.4", | ||
"argparse": "^2.0.1", | ||
@@ -48,0 +54,0 @@ "benny": "^3.7.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
92134