diff --git a/package.json b/package.json index a0e2a8f..0e89f68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "computercraft-ts", - "version": "1.0.5", + "version": "1.0.6", "description": "", "license": "ISC", "author": "", diff --git a/types/index.d.ts b/types/index.d.ts index b1a7c38..62d96cf 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -1104,7 +1104,7 @@ declare global { */ function find( peripheralType: string, - filter?: (name: string, wrapped: any) => boolean, + filter?: (name: string, wrapped?: any) => boolean, ): [string, any][]; /**