libraries.io
Advanced tools
Comparing version 2.2.8 to 2.2.9
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.2.9](https://github.com/ffflorian/api-clients/tree/master/packages/libraries.io/compare/libraries.io@2.2.8...libraries.io@2.2.9) (2020-05-24) | ||
**Note:** Version bump only for package libraries.io | ||
## [2.2.8](https://github.com/ffflorian/api-clients/tree/master/packages/libraries.io/compare/libraries.io@2.2.7...libraries.io@2.2.8) (2020-05-13) | ||
@@ -8,0 +16,0 @@ |
@@ -11,3 +11,3 @@ "use strict"; | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
} | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -14,0 +14,0 @@ __exportStar(require("./GitHubRepositoryAPI"), exports); |
@@ -11,3 +11,3 @@ "use strict"; | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
} | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -14,0 +14,0 @@ __exportStar(require("./GitHub/"), exports); |
@@ -121,2 +121,3 @@ "use strict"; | ||
const endpoint = Endpoints_1.Endpoint.Project.search(); | ||
// eslint-disable-next-line id-length | ||
const { data } = yield this.apiClient.get(endpoint, { data: Object.assign(Object.assign({}, options), { q: query }) }); | ||
@@ -123,0 +124,0 @@ return data; |
@@ -11,3 +11,3 @@ "use strict"; | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
} | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -14,0 +14,0 @@ __exportStar(require("./LibrariesIO"), exports); |
@@ -11,3 +11,3 @@ "use strict"; | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
} | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -14,0 +14,0 @@ __exportStar(require("./API"), exports); |
@@ -31,8 +31,2 @@ export declare type SortType = 'contributions_count' | 'created_at' | 'dependent_repos_count' | 'dependents_count' | 'latest_release_published_at' | 'rank' | 'stars'; | ||
export declare type HttpMethod = 'delete' | 'get' | 'post' | 'put'; | ||
export declare enum HttpStatus { | ||
FORBIDDEN = 403, | ||
NO_CONTENT = 204, | ||
NOT_FOUND = 404, | ||
TOO_MANY_REQUESTS = 429 | ||
} | ||
export declare type PlatformType = 'alcatraz' | 'atom' | 'bower' | 'cargo' | 'carthage' | 'clojars' | 'cocoapods' | 'cpan' | 'cran' | 'dub' | 'elm' | 'emacs' | 'go' | 'hackage' | 'haxelib' | 'hex' | 'homebrew' | 'inqlude' | 'julia' | 'maven' | 'meteor' | 'nimble' | 'npm' | 'nuget' | 'packagist' | 'platformio' | 'pub' | 'puppet' | 'purescript' | 'pypi' | 'racket' | 'rubygems' | 'sublime' | 'swiftpm' | 'wordpress'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.HttpStatus = void 0; | ||
var HttpStatus; | ||
(function (HttpStatus) { | ||
HttpStatus[HttpStatus["FORBIDDEN"] = 403] = "FORBIDDEN"; | ||
HttpStatus[HttpStatus["NO_CONTENT"] = 204] = "NO_CONTENT"; | ||
HttpStatus[HttpStatus["NOT_FOUND"] = 404] = "NOT_FOUND"; | ||
HttpStatus[HttpStatus["TOO_MANY_REQUESTS"] = 429] = "TOO_MANY_REQUESTS"; | ||
})(HttpStatus = exports.HttpStatus || (exports.HttpStatus = {})); | ||
//# sourceMappingURL=Options.js.map |
@@ -9,8 +9,8 @@ { | ||
"@types/jasmine": "3.5.10", | ||
"@types/node": "~12", | ||
"@types/node": "~14", | ||
"jasmine": "3.5.0", | ||
"rimraf": "3.0.2", | ||
"ts-node": "8.10.1", | ||
"typedoc": "0.17.6", | ||
"typescript": "3.9.2" | ||
"typedoc": "0.17.7", | ||
"typescript": "3.9.3" | ||
}, | ||
@@ -40,4 +40,4 @@ "engines": { | ||
}, | ||
"version": "2.2.8", | ||
"gitHead": "83ef1874135de311bd7647b235788f12e37de459" | ||
"version": "2.2.9", | ||
"gitHead": "fd557b1639ead6cb872ec829657a6701fc2fc752" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
111238
1159