@types/telegram-web-app 6.9.1 → 6.9.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.
@@ -8,9 +8,8 @@ This package contains type definitions for telegram-web-app (https://telegram.or
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/telegram-web-app.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 27 Sep 2023 20:35:06 GMT
11
+ * Last updated: Wed, 18 Oct 2023 11:45:06 GMT
12
12
  * Dependencies: none
13
- * Global values: `Telegram`
14
13
 
15
14
  # Credits
16
15
  These definitions were written by [KnorpelSenf](https://github.com/KnorpelSenf), [MKRhere](https://github.com/MKRhere), and [deptyped](https://github.com/deptyped).
@@ -1,10 +1,3 @@
1
- // Type definitions for non-npm package telegram-web-app 6.9
2
- // Project: https://telegram.org/js/telegram-web-app.js
3
- // Definitions by: KnorpelSenf <https://github.com/KnorpelSenf>
4
- // MKRhere <https://github.com/MKRhere>
5
- // deptyped <https://github.com/deptyped>
6
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
7
-
8
1
  declare var Telegram: Telegram;
9
2
 
10
3
  type Color = string | false;
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@types/telegram-web-app",
3
- "version": "6.9.1",
3
+ "version": "6.9.2",
4
4
  "description": "TypeScript definitions for telegram-web-app",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/telegram-web-app",
6
6
  "license": "MIT",
7
7
  "contributors": [
8
8
  {
9
9
  "name": "KnorpelSenf",
10
- "url": "https://github.com/KnorpelSenf",
11
- "githubUsername": "KnorpelSenf"
10
+ "githubUsername": "KnorpelSenf",
11
+ "url": "https://github.com/KnorpelSenf"
12
12
  },
13
13
  {
14
14
  "name": "MKRhere",
15
- "url": "https://github.com/MKRhere",
16
- "githubUsername": "MKRhere"
15
+ "githubUsername": "MKRhere",
16
+ "url": "https://github.com/MKRhere"
17
17
  },
18
18
  {
19
19
  "name": "deptyped",
20
- "url": "https://github.com/deptyped",
21
- "githubUsername": "deptyped"
20
+ "githubUsername": "deptyped",
21
+ "url": "https://github.com/deptyped"
22
22
  }
23
23
  ],
24
24
  "main": "",
@@ -30,6 +30,7 @@
30
30
  },
31
31
  "scripts": {},
32
32
  "dependencies": {},
33
- "typesPublisherContentHash": "67938d52e1a927d86e06017fc2dc4f2f6ea2de9687d39499f507a66459d8f059",
34
- "typeScriptVersion": "4.5"
33
+ "typesPublisherContentHash": "25b2b56b11187ec72ca3fa8108771402627c68a695f775eaeed8e82b04e8785d",
34
+ "typeScriptVersion": "4.5",
35
+ "nonNpm": true
35
36
  }