Rebuild after TypeScript version bump

This commit is contained in:
Edoardo Pirovano 2021-07-27 17:59:59 +01:00
parent 60bee34764
commit d9849b8ca1
No known key found for this signature in database
GPG key ID: 047556B5D93FFE28
84 changed files with 611 additions and 159 deletions

1
lib/repository.js generated
View file

@ -1,5 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.parseRepositoryNwo = void 0;
function parseRepositoryNwo(input) {
const parts = input.split("/");
if (parts.length !== 2) {