@deboxsoft/module-core
Advanced tools
Comparing version 1.5.4 to 1.5.6
{ | ||
"name": "@deboxsoft/module-core", | ||
"version": "1.5.4", | ||
"version": "1.5.6", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -36,4 +36,3 @@ "maintainers": [ | ||
"devDependencies": { | ||
"@types/nanoid": "^2.1.0", | ||
"graceful-fs": "^4.2.4" | ||
"@types/nanoid": "^2.1.0" | ||
}, | ||
@@ -51,3 +50,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "416bd9a2eac900df146a8487ecf518c134010ec8" | ||
"gitHead": "3236c9d25957887c5866c9ff12ebf9328af3caec" | ||
} |
@@ -5,2 +5,3 @@ 'use strict'; | ||
var changeCase = require('change-case'); | ||
var nanoid = require('nanoid'); | ||
@@ -92,2 +93,10 @@ | ||
Object.keys(changeCase).forEach(function (k) { | ||
if (k !== 'default') Object.defineProperty(exports, k, { | ||
enumerable: true, | ||
get: function () { | ||
return changeCase[k]; | ||
} | ||
}); | ||
}); | ||
exports.clamp = clamp; | ||
@@ -94,0 +103,0 @@ exports.debounce = debounce; |
@@ -0,1 +1,3 @@ | ||
export * from 'change-case'; | ||
declare const generateId: (size?: number) => string; | ||
@@ -2,0 +4,0 @@ |
@@ -0,1 +1,2 @@ | ||
export * from 'change-case'; | ||
import { nanoid } from 'nanoid'; | ||
@@ -2,0 +3,0 @@ |
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
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
1
408
245473