tap-parser
Advanced tools
Comparing version 17.0.0 to 18.0.0
{ | ||
"name": "tap-parser", | ||
"version": "17.0.0", | ||
"version": "18.0.0", | ||
"description": "parse the test anything protocol", | ||
@@ -22,3 +22,2 @@ "tshy": { | ||
"import": { | ||
"source": "./src/index.ts", | ||
"types": "./dist/esm/index.d.ts", | ||
@@ -28,3 +27,2 @@ "default": "./dist/esm/index.js" | ||
"require": { | ||
"source": "./src/index.ts", | ||
"types": "./dist/commonjs/index.d.ts", | ||
@@ -51,3 +49,3 @@ "default": "./dist/commonjs/index.js" | ||
"events-to-array": "^2.0.3", | ||
"tap-yaml": "3.0.0" | ||
"tap-yaml": "4.0.0" | ||
}, | ||
@@ -70,5 +68,6 @@ "tap": { | ||
}, | ||
"module": "./dist/esm/index.js", | ||
"engines": { | ||
"node": ">= 18.6.0" | ||
"node": "20 || >=22" | ||
} | ||
} |
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
315915
+ Addedtap-yaml@4.0.0(transitive)
+ Addedyaml-types@0.4.0(transitive)
- Removedtap-yaml@3.0.0(transitive)
- Removedyaml-types@0.3.0(transitive)
Updatedtap-yaml@4.0.0