diff --git a/package.json b/package.json index 90eac46..24f632f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5eae652..60bd340 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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: {} diff --git a/src/lib/modules/native.ts b/src/lib/modules/native.ts index dce893d..1802f2d 100644 --- a/src/lib/modules/native.ts +++ b/src/lib/modules/native.ts @@ -157,6 +157,7 @@ export default Object.assign>({ }), defaultTransparency: () => false, errors: async () => undefined, - debug: async () => undefined + debug: async () => undefined, + profile: async () => undefined // @ts-expect-error idk }, globalThis.native as Partial)