Comparing version 1.0.6 to 1.0.7
'use strict'; | ||
var __extends = (this && this.__extends) || (function () { | ||
var extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
var extendStatics = function (d, b) { | ||
extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
} | ||
return function (d, b) { | ||
@@ -27,4 +30,4 @@ extendStatics(d, b); | ||
while (_) try { | ||
if (f = 1, y && (t = y[op[0] & 2 ? "return" : op[0] ? "throw" : "next"]) && !(t = t.call(y, op[1])).done) return t; | ||
if (y = 0, t) op = [0, t.value]; | ||
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; | ||
if (y = 0, t) op = [op[0] & 2, t.value]; | ||
switch (op[0]) { | ||
@@ -177,3 +180,3 @@ case 0: case 1: t = op; break; | ||
return function () { return __awaiter(_this, void 0, void 0, function () { | ||
var dom, mock, gmp, api, _a; | ||
var _a, dom, mock, gmp, api; | ||
return __generator(this, function (_b) { | ||
@@ -180,0 +183,0 @@ switch (_b.label) { |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"author": "Gustaf Räntilä <g.rantila@gmail.com>", | ||
@@ -33,3 +33,3 @@ "repository": { | ||
"devDependencies": { | ||
"@types/mocha": "2.x", | ||
"@types/mocha": "5.x", | ||
"already": "1.x", | ||
@@ -41,4 +41,4 @@ "chai": "4.x", | ||
"rimraf": "2.x", | ||
"typescript": "2.7.x" | ||
"typescript": "3.x" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2929
139151
23