@jant/core 0.3.31 → 0.3.32

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/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -4692,7 +4692,7 @@ const I18nProvider = ({ c, children })=>{
4692
4692
  }
4693
4693
 
4694
4694
  const IS_VITE_DEV = typeof __JANT_DEV__ !== "undefined" && __JANT_DEV__ === true;
4695
- const CORE_VERSION = "0.3.31";
4695
+ const CORE_VERSION = "0.3.32";
4696
4696
 
4697
4697
  const BaseLayout = ({ title, description, lang, c, toast, faviconUrl, faviconVersion, noindex, isAuthenticated = false, children })=>{
4698
4698
  // Read lang from Hono context if available, otherwise use prop or default
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jant/core",
3
- "version": "0.3.31",
3
+ "version": "0.3.32",
4
4
  "description": "A modern, open-source microblogging platform built on Cloudflare Workers",
5
5
  "type": "module",
6
6
  "exports": {
@@ -99,7 +99,7 @@
99
99
  "i18n:build": "pnpm i18n:extract && pnpm i18n:compile",
100
100
  "dev": "pnpm db:migrate:local && vite dev",
101
101
  "dev:debug": "pnpm db:migrate:local && vite dev --port 19019",
102
- "db:migrate:local": "yes | wrangler d1 migrations apply DB --local",
102
+ "db:migrate:local": "echo y | wrangler d1 migrations apply DB --local",
103
103
  "db:migrate:remote": "wrangler d1 migrations apply DB --remote",
104
104
  "test": "vitest run",
105
105
  "test:watch": "vitest",