Comparing version 1.1.5 to 1.1.6
@@ -1,6 +0,5 @@ | ||
import BlizzAPI, { BlizzAPIOptions } from './lib/classes/BlizzAPI'; | ||
export * from '../@types'; | ||
export * from '../@interfaces'; | ||
import BlizzAPI, { BlizzAPIOptions } from './classes/BlizzAPI'; | ||
export * from './types.d'; | ||
export { BlizzAPIOptions }; | ||
export default BlizzAPI; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
} | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
@@ -6,3 +16,4 @@ return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const BlizzAPI_1 = __importDefault(require("./lib/classes/BlizzAPI")); | ||
const BlizzAPI_1 = __importDefault(require("./classes/BlizzAPI")); | ||
__exportStar(require("./types.d"), exports); | ||
exports.default = BlizzAPI_1.default; | ||
@@ -9,0 +20,0 @@ if (module) |
{ | ||
"name": "blizzapi", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Flexible and feature-rich Node.js library for Blizzard Battle.net API", | ||
@@ -45,15 +45,12 @@ "homepage": "https://blizzapi.lukem.net", | ||
"@types/base-64": "0.1.3", | ||
"@types/jest": "25.1.4", | ||
"@types/node": "13.9.0", | ||
"jest": "25.1.0", | ||
"prettier": "1.19.1", | ||
"@types/jest": "25.2.3", | ||
"@types/node": "14.0.1", | ||
"jest": "26.0.1", | ||
"rimraf": "3.0.2", | ||
"ts-jest": "25.2.1", | ||
"tslint": "6.0.0", | ||
"ts-jest": "26.0.0", | ||
"tslint": "6.1.2", | ||
"tslint-config-airbnb": "5.11.2", | ||
"tslint-config-prettier": "1.18.0", | ||
"tslint-eslint-rules": "5.4.0", | ||
"tslint-immutable": "6.0.1", | ||
"tslint-plugin-prettier": "2.1.0", | ||
"typescript": "3.8.3" | ||
"typescript": "3.9.2" | ||
}, | ||
@@ -60,0 +57,0 @@ "keywords": [ |
@@ -6,3 +6,2 @@ <img src="https://raw.githubusercontent.com/lukemnet/blizzapi-docs/master/docs/.vuepress/public/logo.png" alt="BlizzAPI logo" width="200" height="200"> | ||
[![Travis CI Build Status](https://travis-ci.org/lukemnet/blizzapi.svg?branch=master)](https://travis-ci.org/lukemnet/blizzapi) | ||
[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/syfiarwau11435nq/branch/master?svg=true)](https://ci.appveyor.com/project/lwojcik/blizzapi/branch/master) | ||
[![Maintainability](https://api.codeclimate.com/v1/badges/8c2b8e4efe8441ad055f/maintainability)](https://codeclimate.com/github/lukemnet/blizzapi/maintainability) | ||
@@ -9,0 +8,0 @@ [![Test Coverage](https://api.codeclimate.com/v1/badges/8c2b8e4efe8441ad055f/test_coverage)](https://codeclimate.com/github/lukemnet/blizzapi/test_coverage) |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
93932
11
1045
159
56
1