From 9bce51f651aad297ef9eb6df832bfdaf1de05d84 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期三, 22 四月 2026 14:27:54 +0800
Subject: [PATCH] 青岛推送

---
 node_modules/.bin/baseline-browser-mapping.ps1 |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/node_modules/.bin/baseline-browser-mapping.ps1 b/node_modules/.bin/baseline-browser-mapping.ps1
index e241c1d..049fe74 100644
--- a/node_modules/.bin/baseline-browser-mapping.ps1
+++ b/node_modules/.bin/baseline-browser-mapping.ps1
@@ -11,17 +11,17 @@
 if (Test-Path "$basedir/node$exe") {
   # Support pipeline input
   if ($MyInvocation.ExpectingInput) {
-    $input | & "$basedir/node$exe"  "$basedir/../baseline-browser-mapping/dist/cli.js" $args
+    $input | & "$basedir/node$exe"  "$basedir/../baseline-browser-mapping/dist/cli.cjs" $args
   } else {
-    & "$basedir/node$exe"  "$basedir/../baseline-browser-mapping/dist/cli.js" $args
+    & "$basedir/node$exe"  "$basedir/../baseline-browser-mapping/dist/cli.cjs" $args
   }
   $ret=$LASTEXITCODE
 } else {
   # Support pipeline input
   if ($MyInvocation.ExpectingInput) {
-    $input | & "node$exe"  "$basedir/../baseline-browser-mapping/dist/cli.js" $args
+    $input | & "node$exe"  "$basedir/../baseline-browser-mapping/dist/cli.cjs" $args
   } else {
-    & "node$exe"  "$basedir/../baseline-browser-mapping/dist/cli.js" $args
+    & "node$exe"  "$basedir/../baseline-browser-mapping/dist/cli.cjs" $args
   }
   $ret=$LASTEXITCODE
 }

--
Gitblit v1.9.3