@globalbrain/sefirot 4.30.0 → 4.30.1

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.
@@ -26,7 +26,7 @@ export function useSetupLang(): (user?: HasLang | null) => void {
26
26
  }
27
27
 
28
28
  export function provideLang(lang: Lang) {
29
- getCurrentInstance()?.appContext.app.provide(SefirotLangKey, lang)
29
+ getCurrentInstance()!.appContext.app._context.provides[SefirotLangKey] = lang
30
30
  }
31
31
 
32
32
  export function useLang(): Lang {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@globalbrain/sefirot",
3
3
  "type": "module",
4
- "version": "4.30.0",
4
+ "version": "4.30.1",
5
5
  "packageManager": "pnpm@9.15.4",
6
6
  "description": "Vue Components for Global Brain Design System.",
7
7
  "author": "Kia Ishii <ka.ishii@globalbrains.com>",