mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-05-19 19:32:28 +00:00
This commit is contained in:
parent
b32b5035b8
commit
2a4dcb0f24
3 changed files with 7 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ui",
|
"name": "ui",
|
||||||
"version": "6.4.102",
|
"version": "6.4.103",
|
||||||
"license": "BUSL-1.1",
|
"license": "BUSL-1.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "pnpm@9.15.5",
|
"packageManager": "pnpm@9.15.5",
|
||||||
|
|
|
||||||
|
|
@ -185,7 +185,7 @@ importers:
|
||||||
version: 2.1.3
|
version: 2.1.3
|
||||||
native:
|
native:
|
||||||
specifier: github:hayase-app/native
|
specifier: github:hayase-app/native
|
||||||
version: https://codeload.github.com/hayase-app/native/tar.gz/61d27bc30411840846e4e8ec5ea8ce875305e424
|
version: https://codeload.github.com/hayase-app/native/tar.gz/c7307d5f3fe3cefbd71e139b3b6c30eedba9788e
|
||||||
rollup-plugin-license:
|
rollup-plugin-license:
|
||||||
specifier: ^3.6.0
|
specifier: ^3.6.0
|
||||||
version: 3.6.0(picomatch@4.0.2)(rollup@4.40.2)
|
version: 3.6.0(picomatch@4.0.2)(rollup@4.40.2)
|
||||||
|
|
@ -1909,8 +1909,8 @@ packages:
|
||||||
engines: {node: ^18 || >=20}
|
engines: {node: ^18 || >=20}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
native@https://codeload.github.com/hayase-app/native/tar.gz/61d27bc30411840846e4e8ec5ea8ce875305e424:
|
native@https://codeload.github.com/hayase-app/native/tar.gz/c7307d5f3fe3cefbd71e139b3b6c30eedba9788e:
|
||||||
resolution: {tarball: https://codeload.github.com/hayase-app/native/tar.gz/61d27bc30411840846e4e8ec5ea8ce875305e424}
|
resolution: {tarball: https://codeload.github.com/hayase-app/native/tar.gz/c7307d5f3fe3cefbd71e139b3b6c30eedba9788e}
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
|
|
||||||
natural-compare@1.4.0:
|
natural-compare@1.4.0:
|
||||||
|
|
@ -4571,7 +4571,7 @@ snapshots:
|
||||||
|
|
||||||
nanoid@5.1.5: {}
|
nanoid@5.1.5: {}
|
||||||
|
|
||||||
native@https://codeload.github.com/hayase-app/native/tar.gz/61d27bc30411840846e4e8ec5ea8ce875305e424: {}
|
native@https://codeload.github.com/hayase-app/native/tar.gz/c7307d5f3fe3cefbd71e139b3b6c30eedba9788e: {}
|
||||||
|
|
||||||
natural-compare@1.4.0: {}
|
natural-compare@1.4.0: {}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -157,6 +157,7 @@ export default Object.assign<Native, Partial<Native>>({
|
||||||
}),
|
}),
|
||||||
defaultTransparency: () => false,
|
defaultTransparency: () => false,
|
||||||
errors: async () => undefined,
|
errors: async () => undefined,
|
||||||
debug: async () => undefined
|
debug: async () => undefined,
|
||||||
|
profile: async () => undefined
|
||||||
// @ts-expect-error idk
|
// @ts-expect-error idk
|
||||||
}, globalThis.native as Partial<Native>)
|
}, globalThis.native as Partial<Native>)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue