@todesktop/client-active-win
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
@@ -10,2 +11,5 @@ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
}; | ||
export const getActiveWin = (options) => __awaiter(void 0, void 0, void 0, function* () { return yield window.td.getActiveWin(options); }); | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getActiveWin = void 0; | ||
const getActiveWin = (options) => __awaiter(void 0, void 0, void 0, function* () { return yield window.td.getActiveWin(options); }); | ||
exports.getActiveWin = getActiveWin; |
{ | ||
"name": "@todesktop/client-active-win", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "rm -f ./dist/* && tsc", | ||
"build": "rm -f ./dist/* && tsc --module commonjs", | ||
"prepublishOnly": "npm run build", | ||
@@ -9,0 +9,0 @@ "release:minor": "npm version minor && npm publish", |
4121
116