diff --git a/package.json b/package.json index 153c715..ac0c2f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "computercraft-ts", - "version": "1.0.3", + "version": "1.0.4", "description": "", "license": "ISC", "author": "", diff --git a/types/index.d.ts b/types/index.d.ts index b23432e..8c117d6 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -183,7 +183,7 @@ declare global { const CHANNEL_REPEAT = 65533; const MAX_ID_CHANNEL = 65500; - type RednetData = number | boolean | string | Object; + type RednetData = number | boolean | string | any; /** * Opens a modem with the given peripheral name, allowing it to send and receive messages over rednet.