From 3bd962a6d7f61239c020e2dbbeb7341e5b842dd1 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期二, 21 四月 2026 11:46:41 +0800
Subject: [PATCH] 推送
---
node_modules/@intlify/core-base/dist/core-base.cjs | 10 +++-------
1 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/node_modules/@intlify/core-base/dist/core-base.cjs b/node_modules/@intlify/core-base/dist/core-base.cjs
index 9856f52..21a1b46 100644
--- a/node_modules/@intlify/core-base/dist/core-base.cjs
+++ b/node_modules/@intlify/core-base/dist/core-base.cjs
@@ -1,5 +1,5 @@
/*!
- * core-base v9.14.5
+ * core-base v9.14.4
* (c) 2025 kazuya kawaguchi
* Released under the MIT License.
*/
@@ -718,7 +718,7 @@
* Intlify core-base version
* @internal
*/
-const VERSION = '9.14.5';
+const VERSION = '9.14.4';
const NOT_REOSLVED = -1;
const DEFAULT_LOCALE = 'en-US';
const MISSING_RESOLVE_VALUE = '';
@@ -1251,13 +1251,9 @@
const msgContext = createMessageContext(ctxOptions);
const messaged = evaluateMessage(context, msg, msgContext);
// if use post translation option, proceed it with handler
- let ret = postTranslation
+ const ret = postTranslation
? postTranslation(messaged, key)
: messaged;
- // apply HTML sanitization for security
- if (escapeParameter && shared.isString(ret)) {
- ret = shared.sanitizeTranslatedHtml(ret);
- }
// NOTE: experimental !!
{
// prettier-ignore
--
Gitblit v1.9.3