@vbotma/sdk 3.2.6 → 3.2.8

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/index.js CHANGED
@@ -2287,14 +2287,13 @@ class xs {
2287
2287
  * @see sendFp
2288
2288
  */
2289
2289
  t(this, "send");
2290
- this.isSupported = U("web_app_send_notification", e || "6.0");
2291
2290
  const r = E({
2292
- isVBma: s,
2293
2291
  version: e,
2292
+ isVBma: s,
2294
2293
  requires: "web_app_send_notification",
2295
2294
  returns: "task"
2296
2295
  });
2297
- this.sendFp = r((i) => c.pipe(
2296
+ this.isSupported = U("web_app_send_notification", e), this.sendFp = r((i) => c.pipe(
2298
2297
  u.fromEither(ye("web_app_send_notification", {
2299
2298
  id: As(),
2300
2299
  message: i.message,