@gramio/types
Advanced tools
Comparing version 7.0.3 to 7.0.4
{ | ||
"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 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
379144
98
1