inhabit-module-base
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="2.0.1"></a> | ||
## [2.0.1](https://github.com/ArkadiumInc/node-inhabit-module-base/compare/v2.0.0...v2.0.1) (2018-12-14) | ||
### Bug Fixes | ||
* **API:** Export missing IInhabitAPI ([e885687](https://github.com/ArkadiumInc/node-inhabit-module-base/commit/e885687)) | ||
<a name="2.0.0"></a> | ||
@@ -7,0 +17,0 @@ # [2.0.0](https://github.com/ArkadiumInc/node-inhabit-module-base/compare/v1.5.0-alpha.3...v2.0.0) (2018-12-14) |
import { IABTestManager, IEventEmitter, IExtensions, IInhabitAPI, IInhabitModuleEvents, ILogger, IModalPopup, ISemantic } from "../types/IInhabitAPI"; | ||
export interface IInhabitAPI extends IInhabitAPI { | ||
_dependencies: IInhabitAPI; | ||
} | ||
export declare abstract class InhabitFactiveBase<T> implements IInhabitAPI { | ||
@@ -3,0 +6,0 @@ static moduleName: string; |
{ | ||
"name": "inhabit-module-base", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A Base Module class for InHabit.", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -16,2 +16,6 @@ import xtend from "xtend"; | ||
export interface IInhabitAPI extends IInhabitAPI { | ||
_dependencies: IInhabitAPI; | ||
} | ||
export abstract class InhabitFactiveBase<T> implements IInhabitAPI { | ||
@@ -18,0 +22,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
169553
331
0