@accounts/error
Advanced tools
Comparing version 0.10.0 to 0.11.0
"use strict"; | ||
var __extends = (this && this.__extends) || (function () { | ||
var extendStatics = function (d, b) { | ||
extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
}; | ||
return function (d, b) { | ||
extendStatics(d, b); | ||
function __() { this.constructor = d; } | ||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); | ||
}; | ||
})(); | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var tslib_1 = require("tslib"); | ||
var AccountsError = /** @class */ (function (_super) { | ||
__extends(AccountsError, _super); | ||
tslib_1.__extends(AccountsError, _super); | ||
function AccountsError(packageName, functionName, reason) { | ||
@@ -19,0 +7,0 @@ var _this = this; |
{ | ||
"name": "@accounts/error", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "Accounts-js Error", | ||
@@ -48,5 +48,8 @@ "main": "lib/index.js", | ||
"license": "MIT", | ||
"dependencies": { | ||
"tslib": "1.9.3" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "23.3.13", | ||
"@types/node": "10.12.18", | ||
"@types/node": "10.12.21", | ||
"jest": "23.6.0", | ||
@@ -53,0 +56,0 @@ "rimraf": "2.6.3" |
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
3992
1
42
+ Addedtslib@1.9.3
+ Addedtslib@1.9.3(transitive)