@vbotma/sdk 3.3.8 → 4.0.0
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.
- package/dist/dts/init.d.ts +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.iife.js.map +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
package/dist/dts/init.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ export interface InitOptions {
|
|
|
26
26
|
* VBot Mini Apps version supported by the VBot client.
|
|
27
27
|
* @default Will be calculated based on the launch parameters' vbWebAppVersion field.
|
|
28
28
|
*/
|
|
29
|
-
version?: Version
|
|
29
|
+
version?: Version;
|
|
30
30
|
}
|
|
31
31
|
/**
|
|
32
32
|
* Initializes the SDK allowing it to properly handle events, sent from the native VBot
|