@todesktop/client-active-win
Advanced tools
Comparing version 0.10.0 to 0.11.0
@@ -94,3 +94,3 @@ interface Options { | ||
interface Window { | ||
td: { | ||
todesktop: { | ||
activeWin: { | ||
@@ -97,0 +97,0 @@ getActiveWin: GetActiveWin; |
@@ -13,3 +13,3 @@ "use strict"; | ||
exports.getActiveWin = void 0; | ||
const getActiveWin = (options) => __awaiter(void 0, void 0, void 0, function* () { return yield window.td.activeWin.getActiveWin(options); }); | ||
const getActiveWin = (options) => __awaiter(void 0, void 0, void 0, function* () { return yield window.todesktop.activeWin.getActiveWin(options); }); | ||
exports.getActiveWin = getActiveWin; |
{ | ||
"name": "@todesktop/client-active-win", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -94,3 +94,3 @@ interface Options { | ||
interface Window { | ||
td: { | ||
todesktop: { | ||
activeWin: { | ||
@@ -97,0 +97,0 @@ getActiveWin: GetActiveWin; |
import type { getActiveWin as _getActiveWin } from "./generated/plugin"; | ||
export const getActiveWin: typeof _getActiveWin = async (options) => | ||
await window.td.activeWin.getActiveWin(options); | ||
await window.todesktop.activeWin.getActiveWin(options); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6904