Comparing version 2.4.1 to 2.4.2
"use strict"; | ||
var __setFunctionName = (this && this.__setFunctionName) || function (f, name, prefix) { | ||
if (typeof name === "symbol") name = name.description ? "[".concat(name.description, "]") : ""; | ||
return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name }); | ||
}; | ||
var _a, _b, _c, _d; | ||
@@ -29,2 +33,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
}, | ||
__setFunctionName(_a, "GitlyUknownError"), | ||
_a.type = GitlyErrorType.Unknown, | ||
@@ -34,2 +39,3 @@ _a); | ||
}, | ||
__setFunctionName(_b, "GitlyFetchError"), | ||
_b.type = GitlyErrorType.Fetch, | ||
@@ -39,2 +45,3 @@ _b); | ||
}, | ||
__setFunctionName(_c, "GitlyExtractError"), | ||
_c.type = GitlyErrorType.Extract, | ||
@@ -44,3 +51,4 @@ _c); | ||
}, | ||
__setFunctionName(_d, "GitlyDownloadError"), | ||
_d.type = GitlyErrorType.Download, | ||
_d); |
{ | ||
"name": "gitly", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"description": "An API to download and/or extract git repositories", | ||
@@ -17,10 +17,10 @@ "main": "lib/main.js", | ||
"devDependencies": { | ||
"@types/jest": "^29.4.0", | ||
"@types/node": "^18.14.6", | ||
"@types/jest": "^29.5.0", | ||
"@types/node": "^18.15.11", | ||
"@types/shelljs": "^0.8.11", | ||
"@types/tar": "^6.1.4", | ||
"@typescript-eslint/eslint-plugin": "^5.54.1", | ||
"@typescript-eslint/eslint-plugin-tslint": "^5.54.1", | ||
"@typescript-eslint/parser": "^5.54.1", | ||
"eslint": "^8.35.0", | ||
"@typescript-eslint/eslint-plugin": "^5.57.1", | ||
"@typescript-eslint/eslint-plugin-tslint": "^5.57.1", | ||
"@typescript-eslint/parser": "^5.57.1", | ||
"eslint": "^8.37.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
@@ -30,5 +30,5 @@ "eslint-plugin-prefer-arrow": "^1.2.3", | ||
"shelljs": "^0.8.5", | ||
"ts-jest": "^29.0.5", | ||
"ts-jest": "^29.1.0", | ||
"tslib": "^2.5.0", | ||
"typescript": "^4.9.5" | ||
"typescript": "^5.0.3" | ||
}, | ||
@@ -35,0 +35,0 @@ "scripts": { |
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
45171
1021