@types/telegram-web-app 9.1.1 → 9.1.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,7 +8,7 @@ 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: Mon, 01 Dec 2025 21:01:57 GMT
11
+ * Last updated: Sun, 15 Feb 2026 10:03:56 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -1197,7 +1197,7 @@ export interface BiometricManager {
1197
1197
  * - face, face-based biometrics,
1198
1198
  * - unknown, biometrics of an unknown type.
1199
1199
  */
1200
- biometricType: "finger" | "face" | "unkown";
1200
+ biometricType: "finger" | "face" | "unknown";
1201
1201
  /**
1202
1202
  * Shows whether permission to use biometrics has been requested.
1203
1203
  */
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/telegram-web-app",
3
- "version": "9.1.1",
3
+ "version": "9.1.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",
@@ -36,6 +36,6 @@
36
36
  "scripts": {},
37
37
  "dependencies": {},
38
38
  "peerDependencies": {},
39
- "typesPublisherContentHash": "c942da54059cdd792567429adafb556da1f1b2be1b66b00c2f2bcfada4b04578",
39
+ "typesPublisherContentHash": "7937223f3a6db775ce379411d14b8bf6f584110c2508a942507c60d05164fecf",
40
40
  "typeScriptVersion": "5.2"
41
41
  }