node-boot-core
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -6,3 +6,3 @@ import "reflect-metadata"; | ||
} from "express"; | ||
import * as PropertiesReader from "properties-reader"; | ||
import PropertiesReader = require("properties-reader"); | ||
import * as fs from "fs"; | ||
@@ -9,0 +9,0 @@ import { |
import { RequestHandler } from "express"; | ||
import { Controller, ErrorMiddleware, IRouterAndPath, RouterLib } from "../decorators/types"; | ||
import * as PropertiesReader from "properties-reader"; | ||
import PropertiesReader = require("properties-reader"); | ||
export declare function listDirectories(root: any): any; | ||
@@ -5,0 +5,0 @@ export declare const dir: string; |
@@ -13,3 +13,3 @@ import { | ||
import * as path from "path"; | ||
import * as PropertiesReader from "properties-reader"; | ||
import PropertiesReader = require("properties-reader"); | ||
export function listDirectories(root: any): any { | ||
@@ -16,0 +16,0 @@ return fs.readdirSync(root, { withFileTypes: true }).flatMap((file: any) => { |
{ | ||
"name": "node-boot-core", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -13,2 +13,3 @@ { | ||
"removeComments": true, | ||
"esModuleInterop": false, | ||
"strict": true, | ||
@@ -15,0 +16,0 @@ "types": [ |
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
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
158879
151
2867