@iptv/xmltv
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "@iptv/xmltv", | ||
"description": "An extremely fast XMLTV parser and generator for Node and the browser.", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"license": "MIT", | ||
@@ -59,2 +59,5 @@ "author": { | ||
}, | ||
"volta": { | ||
"node": "20.3.1" | ||
}, | ||
"scripts": { | ||
@@ -61,0 +64,0 @@ "dev": "vite", |
@@ -716,3 +716,3 @@ <div align="center"> | ||
You'll need to be able to run the tests and benchmarks. To do so, you will need to run the `./create-xml.sh` script in the `tests/fixtures` directory to generate the necessary fixture files. | ||
You'll need to be able to run the tests and benchmarks. To do so, you will need to run the `./create-fixtures.sh` script in the `tests/fixtures` directory to generate the necessary fixture files. | ||
@@ -719,0 +719,0 @@ To be accepted your PR must pass all tests and not negatively impact the benchmarks. Some commands to help you: |
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
90654