Comparing version 3.3.0 to 3.3.1
@@ -101,2 +101,3 @@ "use strict"; | ||
if (featuredResults.includes(id)) { | ||
featuredResults = featuredResults.filter(function (x) { return x !== id; }); | ||
return null; | ||
@@ -103,0 +104,0 @@ } |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var index_1 = require("./index"); | ||
var log = function (promise) { | ||
@@ -23,3 +24,7 @@ return promise | ||
// log(HLTV.getTeamRanking()) | ||
// log(HLTV.getResults({ eventIds: [1617] })) | ||
log(index_1.HLTV.getResults({ | ||
teamIds: [9215], | ||
startDate: '2021-01-01', | ||
endDate: '2021-12-31' | ||
})); | ||
// log(HLTV.getNews()) |
{ | ||
"name": "hltv", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "The unofficial HLTV Node.js API", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
270572
4933