fixing bugs

This commit is contained in:
Martin Karkowski 2022-01-17 19:23:00 +01:00
parent fce545d2c4
commit 8085bf037a
4 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
1.0.7
1.0.9

View File

@ -20,6 +20,10 @@ import { NopeDispatcher } from "./nopeDispatcher";
/**
* Function to extract a Singleton Dispatcher
* @param options The provided options for the Dispatcher
*
* ```typescript
*
* ```
*/
export function getDispatcher(
options: INopeDispatcherOptions,

View File

@ -7,10 +7,10 @@
*/
import { injectable } from "inversify";
import { NopePackageLoader } from "nope_browser/dist/lib/loader/index.browser";
import { resolve } from "path";
import "reflect-metadata";
import { IPackageDescription } from "../types/nope/nopePackage.interface";
import { NopePackageLoader } from "./nopePackageLoader";
/**
* Helper Class to Build an inversify Container.

View File

@ -1,6 +1,6 @@
{
"name": "nope",
"version": "1.0.7",
"version": "1.0.9",
"description": "NoPE Runtime for Nodejs. For Browser-Support please use nope-browser",
"files": [
"dist-nodejs/**/*",