@tgify/types 9.2.0 → 9.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -108,4 +108,4 @@ This project is written for Deno and built for Node. Running `npm prepare` runs
108
108
 
109
109
  ## Where do the types come from
110
110
 
111
- They're handwritten. [Typegram](https://github.com/KnorpelSenf/typegram) was started by [@KnorpelSenf](https://github.com/KnorpelSenf), who eventually used it as a starting point for grammY's [types](https://github.com/grammyjs/types) package. `@tgify/types` started as a fork of Typegram, specialised for Tgify. It is now independently maintained and updated from the Bot API directly.
111
+ They're handwritten. [Typegram](https://github.com/KnorpelSenf/typegram) was started by [@KnorpelSenf](https://github.com/KnorpelSenf), who eventually used it as a starting point for grammY's [types](https://github.com/grammyjs/types) package. `@tgify/types` started as a fork of @telegraf/types, specialised for Tgify. It is now independently maintained and updated from the Bot API directly.
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@tgify/types",
3
3
  "private": false,
4
- "version": "9.2.0",
4
+ "version": "9.2.2",
5
5
  "description": "Type declarations for the Telegram API",
6
6
  "main": "index.js",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git+https://github.com/tgify/types.git"
9
+ "url": "git+https://github.com/IATNAOD/tgify-types.git"
10
10
  },
11
11
  "keywords": [
12
12
  "telegram",
@@ -23,9 +23,9 @@
23
23
  "types": "index.d.ts",
24
24
  "license": "MIT",
25
25
  "bugs": {
26
- "url": "https://github.com/tgify/types/issues"
26
+ "url": "https://github.com/IATNAOD/tgify-types/issues"
27
27
  },
28
- "homepage": "https://github.com/tgify/types#readme",
28
+ "homepage": "https://github.com/IATNAOD/tgify-types#readme",
29
29
  "files": [
30
30
  "*.d.ts",
31
31
  "index.js"