feat: add profile command
Some checks failed
Check / check (push) Has been cancelled

This commit is contained in:
ThaUnknown 2025-08-02 00:19:01 +02:00
parent b32b5035b8
commit 2a4dcb0f24
No known key found for this signature in database
3 changed files with 7 additions and 6 deletions

View file

@ -1,6 +1,6 @@
{
"name": "ui",
"version": "6.4.102",
"version": "6.4.103",
"license": "BUSL-1.1",
"private": true,
"packageManager": "pnpm@9.15.5",

View file

@ -185,7 +185,7 @@ importers:
version: 2.1.3
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:
specifier: ^3.6.0
version: 3.6.0(picomatch@4.0.2)(rollup@4.40.2)
@ -1909,8 +1909,8 @@ packages:
engines: {node: ^18 || >=20}
hasBin: true
native@https://codeload.github.com/hayase-app/native/tar.gz/61d27bc30411840846e4e8ec5ea8ce875305e424:
resolution: {tarball: 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/c7307d5f3fe3cefbd71e139b3b6c30eedba9788e}
version: 1.0.0
natural-compare@1.4.0:
@ -4571,7 +4571,7 @@ snapshots:
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: {}

View file

@ -157,6 +157,7 @@ export default Object.assign<Native, Partial<Native>>({
}),
defaultTransparency: () => false,
errors: async () => undefined,
debug: async () => undefined
debug: async () => undefined,
profile: async () => undefined
// @ts-expect-error idk
}, globalThis.native as Partial<Native>)