@thi.ng/sax
Advanced tools
Comparing version 2.1.113 to 2.1.114
# Change Log | ||
- **Last updated**: 2024-03-13T14:04:31Z | ||
- **Last updated**: 2024-03-27T09:53:46Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/sax", | ||
"version": "2.1.113", | ||
"version": "2.1.114", | ||
"description": "Transducer-based, SAX-like, non-validating, speedy & tiny XML parser", | ||
@@ -39,13 +39,13 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.30", | ||
"@thi.ng/strings": "^3.7.27", | ||
"@thi.ng/transducers": "^8.9.15", | ||
"@thi.ng/transducers-fsm": "^2.2.78" | ||
"@thi.ng/api": "^8.9.31", | ||
"@thi.ng/strings": "^3.7.28", | ||
"@thi.ng/transducers": "^8.9.16", | ||
"@thi.ng/transducers-fsm": "^2.2.79" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.42.3", | ||
"esbuild": "^0.20.1", | ||
"@microsoft/api-extractor": "^7.43.0", | ||
"esbuild": "^0.20.2", | ||
"rimraf": "^5.0.5", | ||
"typedoc": "^0.25.12", | ||
"typescript": "^5.4.2" | ||
"typescript": "^5.4.3" | ||
}, | ||
@@ -85,3 +85,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "16686bb40f7bd7a14a5d1304e353a82cb0069a1a\n" | ||
"gitHead": "feb3b24654f2c931cd3c3308c1c0c807ee14d0e4\n" | ||
} |
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
Updated@thi.ng/api@^8.9.31
Updated@thi.ng/strings@^3.7.28
Updated@thi.ng/transducers@^8.9.16