Skip to content

Commit 04783f5

Browse files
authored
Update uint8-to-base64, remove type stub (#34844)
The module now ships type definitions so remove our type stub. Ref: WebReflection/uint8-to-base64#4
1 parent dbd9c69 commit 04783f5

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"toastify-js": "1.12.0",
5454
"tributejs": "5.1.3",
5555
"typescript": "5.8.3",
56-
"uint8-to-base64": "0.2.0",
56+
"uint8-to-base64": "0.2.1",
5757
"vanilla-colorful": "0.7.2",
5858
"vue": "3.5.16",
5959
"vue-bar-graph": "2.2.0",

web_src/js/globals.d.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ declare module 'htmx.org/dist/htmx.esm.js' {
2525
export default value;
2626
}
2727

28-
declare module 'uint8-to-base64' {
29-
export function encode(arrayBuffer: Uint8Array): string;
30-
export function decode(base64str: string): Uint8Array;
31-
}
32-
3328
declare module 'swagger-ui-dist/swagger-ui-es-bundle.js' {
3429
const value = await import('swagger-ui-dist');
3530
export default value.SwaggerUIBundle;

0 commit comments

Comments
 (0)