@deboxsoft/module-server
Advanced tools
Comparing version 1.6.2-0 to 1.6.2-1
@@ -30,3 +30,2 @@ 'use strict'; | ||
var nanoid__namespace = /*#__PURE__*/_interopNamespace(nanoid); | ||
var universalBase64__namespace = /*#__PURE__*/_interopNamespace(universalBase64); | ||
@@ -60,3 +59,20 @@ | ||
}); | ||
exports.nanoid = nanoid__namespace; | ||
Object.defineProperty(exports, 'nanoRandom', { | ||
enumerable: true, | ||
get: function () { | ||
return nanoid.random; | ||
} | ||
}); | ||
Object.defineProperty(exports, 'nanoid', { | ||
enumerable: true, | ||
get: function () { | ||
return nanoid.nanoid; | ||
} | ||
}); | ||
Object.defineProperty(exports, 'urlAlphabet', { | ||
enumerable: true, | ||
get: function () { | ||
return nanoid.urlAlphabet; | ||
} | ||
}); | ||
exports.base64 = universalBase64__namespace; | ||
@@ -63,0 +79,0 @@ exports.getLogger = getLogger; |
@@ -5,4 +5,3 @@ import { pagination as pagination$1 } from '@deboxsoft/module-core'; | ||
export { Container, Token } from 'typedi'; | ||
import * as nanoid from 'nanoid'; | ||
export { nanoid }; | ||
export { random as nanoRandom, nanoid, urlAlphabet } from 'nanoid'; | ||
import * as universalBase64 from 'universal-base64'; | ||
@@ -9,0 +8,0 @@ export { universalBase64 as base64 }; |
{ | ||
"name": "@deboxsoft/module-server", | ||
"version": "1.6.2-0", | ||
"version": "1.6.2-1", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -38,3 +38,3 @@ "maintainers": [ | ||
"dependencies": { | ||
"@deboxsoft/module-core": "^1.6.2-0", | ||
"@deboxsoft/module-core": "^1.6.2-1", | ||
"nanoid": "^3.1.20", | ||
@@ -48,6 +48,6 @@ "nconf": "0.11.0", | ||
"@nurdiansyah/rollup": "^1.3.2", | ||
"@sucrase/jest-plugin": "^2.0.0", | ||
"@types/nanoid": "^2.1.0", | ||
"@types/nconf": "^0.10.0", | ||
"@types/node": "^14.14.20" | ||
"@types/node": "^14.14.20", | ||
"ava": "^3.15.0" | ||
}, | ||
@@ -54,0 +54,0 @@ "publishConfig": { |
{ | ||
"extends": "../../tsconfig.base", | ||
"extends": "../../tsconfig.json", | ||
"compilerOptions": { | ||
@@ -4,0 +4,0 @@ "paths": { |
Sorry, the diff of this file is not supported yet
5218
7
97