Comparing version 0.0.8 to 0.0.9
@@ -14,5 +14,5 @@ import { Context, contextsMappings } from "@gramio/contexts"; | ||
handleUpdate(data: TelegramUpdate): Promise<void>; | ||
startPolling(): Promise<null>; | ||
startPolling(): Promise<void>; | ||
startFetchLoop(): Promise<void>; | ||
stopPolling(): void; | ||
} |
@@ -59,3 +59,3 @@ "use strict"; | ||
this.startFetchLoop(); | ||
return null; | ||
return; | ||
} | ||
@@ -62,0 +62,0 @@ async startFetchLoop() { |
{ | ||
"name": "gramio", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "WIP", | ||
@@ -8,4 +8,6 @@ "main": "./dist/index.js", | ||
"scripts": { | ||
"type": "tsc --noEmit", | ||
"lint": "bun check ./src", | ||
"lint:fix": "bun lint --apply" | ||
"lint:fix": "bun lint --apply", | ||
"prepublishOnly": "tsc" | ||
}, | ||
@@ -16,11 +18,10 @@ "author": "kravets", | ||
"@biomejs/biome": "1.5.3", | ||
"@gramio/types": "^7.0.17", | ||
"@types/node": "^20.11.17" | ||
"@gramio/types": "^7.1.0", | ||
"@types/node": "^20.11.19" | ||
}, | ||
"dependencies": { | ||
"@gramio/contexts": "^0.0.1", | ||
"@gramio/contexts": "^0.0.2", | ||
"@gramio/files": "^0.0.3", | ||
"@gramio/format": "^0.0.7", | ||
"@gramio/keyboards": "^0.1.6", | ||
"common-tags": "^1.8.2", | ||
"form-data-encoder": "^4.0.2", | ||
@@ -27,0 +28,0 @@ "inspectable": "^2.1.0", |
@@ -0,1 +1,7 @@ | ||
# GramIO | ||
Work in progress | ||
Currently support Bot API 7.1 | ||
See [Documentation](https://gramio.netlify.app/) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9597
9
8
+ Added@gramio/contexts@0.0.2(transitive)
+ Addedgramio@0.0.8(transitive)
- Removedcommon-tags@^1.8.2
Updated@gramio/contexts@^0.0.2