Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gramio/types

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gramio/types - npm Package Compare versions

Comparing version 7.0.3 to 7.0.4

out/index.d.ts

20

package.json
{
"name": "@gramio/types",
"version": "7.0.3",
"version": "7.0.4",
"homepage": "https://github.com/gramiojs/types",
"readme": "https://github.com/gramiojs/types",
"description": "Code-generated Telegram Bot API types",
"description": "Code-generated and Auto-published Telegram Bot API types",
"author": "kravets",

@@ -16,14 +16,16 @@ "license": "ISC",

"code-generated",
"auto-published",
"cicd",
"api"
],
"main": "./types/index.js",
"types": "./types/index.d.ts",
"main": "./out/index.js",
"types": "./out/index.d.ts",
"exports": {
".": {
"types": "./types/index.d.ts",
"default": "./types/index.js"
"types": "./out/index.d.ts",
"default": "./out/index.js"
},
"./*": {
"types": "./types/*.d.ts",
"default": "./types/index.js"
"types": "./out/*.d.ts",
"default": "./out/index.js"
}

@@ -43,4 +45,4 @@ },

"files": [
"types"
"out"
]
}

@@ -1,2 +0,2 @@

# Code-generated Telegram Bot API types
# Code-generated and Auto-published Telegram Bot API types

@@ -58,4 +58,9 @@ ### Versioning

## Generate types
### Auto-update package
This library is updated automatically to the latest version of the Telegram Bot Api in case of changes thanks to CI CD!
If the github action failed, there are no changes in the bot api
## Generate types manually
Prerequire - [`rust`](https://www.rust-lang.org/)

@@ -78,3 +83,3 @@

```bash
cargo run --package gh-pages-generator --bin gh-pages-generator -- dev
cd tg-bot-api && cargo run --package gh-pages-generator --bin gh-pages-generator -- dev && cd ..
```

@@ -81,0 +86,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc