@adonisjs/fold
Advanced tools
Comparing version 6.1.4 to 6.1.5
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const utils_1 = require("@poppinss/utils"); | ||
const path_1 = require("path"); | ||
const Tracer_1 = require("./Tracer"); | ||
const Tracer_1 = __importDefault(require("./Tracer")); | ||
const IoCProxy_1 = require("./IoCProxy"); | ||
@@ -7,0 +10,0 @@ const toString = Function.prototype.toString; |
/// <reference types="@types/node" /> | ||
import * as Emitter from 'events'; | ||
import Emitter from 'events'; | ||
import { TracerContract } from '../Contracts'; | ||
@@ -4,0 +4,0 @@ export declare class Tracer extends Emitter implements TracerContract { |
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const Emitter = require("events"); | ||
class Tracer extends Emitter { | ||
const events_1 = __importDefault(require("events")); | ||
class Tracer extends events_1.default { | ||
constructor() { | ||
@@ -19,3 +22,3 @@ super(...arguments); | ||
exports.Tracer = Tracer; | ||
class NoopTracer extends Emitter { | ||
class NoopTracer extends events_1.default { | ||
in() { } | ||
@@ -22,0 +25,0 @@ out() { } |
{ | ||
"name": "@adonisjs/fold", | ||
"version": "6.1.4", | ||
"version": "6.1.5", | ||
"description": "Dependency manager and ioc container for your next NodeJs application", | ||
@@ -36,3 +36,3 @@ "scripts": { | ||
"devDependencies": { | ||
"@adonisjs/mrm-preset": "^2.0.3", | ||
"@adonisjs/mrm-preset": "^2.1.0", | ||
"@poppinss/dev-utils": "^1.0.0", | ||
@@ -39,0 +39,0 @@ "@types/node": "^12.7.2", |
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
41760
617