plyo-tools
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -6,3 +6,3 @@ 'use strict'; | ||
}); | ||
exports.GoogleDriveInitializedError = exports.FieldsValidationError = exports.FieldValidationError = exports.HttpError = undefined; | ||
exports.AuthError = exports.GoogleDriveInitializedError = exports.FieldsValidationError = exports.FieldValidationError = exports.HttpError = undefined; | ||
@@ -129,2 +129,17 @@ var _getPrototypeOf = require('babel-runtime/core-js/object/get-prototype-of'); | ||
return GoogleDriveInitializedError; | ||
}(CustomError); | ||
}(CustomError); | ||
var AuthError = exports.AuthError = function (_HttpError) { | ||
(0, _inherits3.default)(AuthError, _HttpError); | ||
function AuthError() { | ||
(0, _classCallCheck3.default)(this, AuthError); | ||
var _this6 = (0, _possibleConstructorReturn3.default)(this, (AuthError.__proto__ || (0, _getPrototypeOf2.default)(AuthError)).call(this, 401, 'Access denied')); | ||
_this6.name = 'AuthError'; | ||
return _this6; | ||
} | ||
return AuthError; | ||
}(HttpError); |
{ | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"name": "plyo-tools", | ||
@@ -4,0 +4,0 @@ "repository": "plyo/plyo.tools", |
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
22494
622