@waline/admin 0.25.1 → 0.25.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/admin.mjs +3 -2
  2. package/package.json +1 -1
package/dist/admin.mjs CHANGED
@@ -12951,7 +12951,8 @@ function X2() {
12951
12951
  email: d,
12952
12952
  url: h,
12953
12953
  password: v,
12954
- recaptchaV3: S
12954
+ recaptchaV3: window.recaptchaV3Key ? S : void 0,
12955
+ turnstile: window.turnstileKey ? S : void 0
12955
12956
  });
12956
12957
  g && g.verify && alert(e("register success! please go to your mailbox to verify it!")), n("/ui/login");
12957
12958
  } catch (S) {
@@ -14041,7 +14042,7 @@ async function Dx() {
14041
14042
  );
14042
14043
  }
14043
14044
  console.log(
14044
- "%c @waline/admin %c v0.25.1 ",
14045
+ "%c @waline/admin %c v0.25.2 ",
14045
14046
  "color: white; background: #0078E7; padding:5px 0;",
14046
14047
  "padding:4px;border:1px solid #0078E7;"
14047
14048
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@waline/admin",
3
- "version": "0.25.1",
3
+ "version": "0.25.2",
4
4
  "description": "management system for waline",
5
5
  "keywords": [
6
6
  "waline",