@iptv/xmltv
Advanced tools
Comparing version 0.1.6 to 1.0.1
@@ -225,3 +225,3 @@ function A(t) { | ||
let e = 0; | ||
const n = "<", i = ">", a = n.charCodeAt(0), s = i.charCodeAt(0), r = "-".charCodeAt(0), o = "/".charCodeAt(0), c = "!".charCodeAt(0), p = "'".charCodeAt(0), C = '"'.charCodeAt(0), y = "[".charCodeAt(0), b = "]".charCodeAt(0), w = "?".charCodeAt(0), N = `\r | ||
const n = "<", i = ">", a = n.charCodeAt(0), s = i.charCodeAt(0), r = 45, o = 47, c = 33, p = 39, C = 34, y = 91, b = 93, w = 63, N = `\r | ||
>/= `, D = ["new", "icon", "previously-shown"]; | ||
@@ -325,3 +325,3 @@ function $(l) { | ||
} | ||
const F = "?".charCodeAt(0), H = [ | ||
const F = 63, H = [ | ||
"credits", | ||
@@ -328,0 +328,0 @@ "date", |
{ | ||
"name": "@iptv/xmltv", | ||
"description": "An extremely fast XMLTV parser and generator for Node and the browser.", | ||
"version": "0.1.6", | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
@@ -21,3 +21,3 @@ "author": { | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"types": "./dist/index.d.cts", | ||
"default": "./dist/xmltv.umd.cjs" | ||
@@ -48,16 +48,16 @@ } | ||
"@changesets/cli": "^2.26.2", | ||
"@trivago/prettier-plugin-sort-imports": "^4.2.0", | ||
"@types/argparse": "^2.0.10", | ||
"@types/node": "^20.5.0", | ||
"@vitest/coverage-v8": "^0.34.4", | ||
"@trivago/prettier-plugin-sort-imports": "^4.3.0", | ||
"@types/argparse": "^2.0.14", | ||
"@types/node": "^20.10.0", | ||
"@vitest/coverage-v8": "^0.34.6", | ||
"argparse": "^2.0.1", | ||
"benny": "^3.7.1", | ||
"epg-parser": "^0.2.0", | ||
"fast-xml-parser": "^4.2.7", | ||
"epg-parser": "^0.2.1", | ||
"fast-xml-parser": "^4.3.2", | ||
"nanobench": "^3.0.0", | ||
"prettier": "^3.0.2", | ||
"typescript": "^5.1.6", | ||
"vite": "^4.4.9", | ||
"vite-plugin-dts": "^3.5.2", | ||
"vitest": "^0.34.2", | ||
"prettier": "^3.1.0", | ||
"typescript": "^5.3.2", | ||
"vite": "^5.0.2", | ||
"vite-plugin-dts": "^3.6.3", | ||
"vitest": "^0.34.6", | ||
"xmltv": "^0.3.0" | ||
@@ -64,0 +64,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
117415
1
1653