@deboxsoft/module-server
Advanced tools
Comparing version 1.5.10 to 1.5.11
@@ -6,5 +6,5 @@ 'use strict'; | ||
var moduleCore = require('@deboxsoft/module-core'); | ||
var typedi = require('typedi'); | ||
var nanoid = require('nanoid'); | ||
var utilsCore = require('@deboxsoft/module-core/utils.cjs'); | ||
var typedi = require('typedi'); | ||
@@ -68,10 +68,2 @@ function _interopNamespace(e) { | ||
}); | ||
Object.keys(typedi).forEach(function (k) { | ||
if (k !== 'default') Object.defineProperty(exports, k, { | ||
enumerable: true, | ||
get: function () { | ||
return typedi[k]; | ||
} | ||
}); | ||
}); | ||
exports.getLogger = getLogger; | ||
@@ -78,0 +70,0 @@ exports.registerLogger = registerLogger; |
import { Logger } from '@deboxsoft/module-core'; | ||
export * from '@deboxsoft/module-core'; | ||
import { debounce, isObject, isPlainObject, isString, pickBy, pull, throttle, Options } from '@deboxsoft/module-core/utils.cjs'; | ||
import { Token } from 'typedi'; | ||
export * from 'typedi'; | ||
import { debounce, isObject, isPlainObject, isString, pickBy, pull, throttle, Options } from '@deboxsoft/module-core/utils.cjs'; | ||
@@ -7,0 +6,0 @@ declare const utils: { |
export * from '@deboxsoft/module-core'; | ||
import { Token, Container } from 'typedi'; | ||
export * from 'typedi'; | ||
import { nanoid } from 'nanoid'; | ||
import * as utilsCore from '@deboxsoft/module-core/utils.cjs'; | ||
import { Token, Container } from 'typedi'; | ||
@@ -7,0 +6,0 @@ function encodeBase64(i) { |
{ | ||
"name": "@deboxsoft/module-server", | ||
"version": "1.5.10", | ||
"version": "1.5.11", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -31,8 +31,8 @@ "maintainers": [ | ||
"dependencies": { | ||
"@deboxsoft/module-core": "^1.5.10", | ||
"@deboxsoft/module-core": "^1.5.8", | ||
"nanoid": "^3.1.20", | ||
"nconf": "0.11.0", | ||
"typedi": "0.8.0" | ||
"nconf": "0.11.0" | ||
}, | ||
"devDependencies": { | ||
"@graphql-tools/schema": "^7.1.2", | ||
"@types/nanoid": "^2.1.0", | ||
@@ -44,3 +44,3 @@ "@types/nconf": "^0.10.0" | ||
}, | ||
"gitHead": "6da19a95681a491e87a414e9f1b067cb51c1a369" | ||
"gitHead": "204d5e2531b2244f7b9ca47030363bd3f44e6faa" | ||
} |
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
3
14565
3
145
- Removedtypedi@0.8.0
- Removedtypedi@0.8.0(transitive)