From a38b0ac078a76a0f12ab647ed56ba59526078050 Mon Sep 17 00:00:00 2001 From: Wilson Lin Date: Mon, 28 Mar 2022 09:50:57 +1100 Subject: [PATCH] Bump html-data --- gen/package.json | 2 +- rust/onepass/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gen/package.json b/gen/package.json index a004f9f..de692d9 100644 --- a/gen/package.json +++ b/gen/package.json @@ -2,7 +2,7 @@ "private": true, "dependencies": { "@types/node": "^16.4.13", - "@wzlin/html-data": "^2021121401.0.0", + "@wzlin/html-data": "^2022032722.0.0", "ts-node": "^10.2.0", "typescript": "^4.3.5" } diff --git a/rust/onepass/src/lib.rs b/rust/onepass/src/lib.rs index 3fd7d03..0341495 100644 --- a/rust/onepass/src/lib.rs +++ b/rust/onepass/src/lib.rs @@ -54,7 +54,7 @@ pub fn in_place(code: &mut [u8], cfg: &Cfg) -> Result { proc.finish() } -/// Minifies a str in-place and returns the new minified length. +/// Minifies a str in-place and returns the new minified str. /// Any original code after the end of the minified code is left intact. /// /// # Arguments