@sk-web-gui/utils
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -19,4 +19,3 @@ "use strict"; | ||
} | ||
var __DEV__ = process.env.NODE_ENV !== 'production'; | ||
exports.__DEV__ = __DEV__; | ||
var __DEV__ = exports.__DEV__ = process.env.NODE_ENV !== 'production'; | ||
//# sourceMappingURL=assertion.js.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
exports.toSlug = void 0; | ||
var toSlug = function toSlug(str) { | ||
var toSlug = exports.toSlug = function toSlug(str) { | ||
str = str.replace(/^\s+|\s+$/g, ''); // trim | ||
@@ -22,3 +22,2 @@ str = str.toLowerCase(); | ||
}; | ||
exports.toSlug = toSlug; | ||
//# sourceMappingURL=slug.js.map |
@@ -1,4 +0,2 @@ | ||
"use strict"; | ||
exports.__esModule = true; | ||
//# sourceMappingURL=types.js.map |
@@ -1,2 +0,2 @@ | ||
export {}; | ||
//# sourceMappingURL=types.js.map |
{ | ||
"name": "@sk-web-gui/utils", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"sideEffects": false, | ||
@@ -37,3 +37,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@types/color-string": "^1.5.2", | ||
"@types/color-string": "^1.5.3", | ||
"react": "^18.2.0" | ||
@@ -48,3 +48,3 @@ }, | ||
}, | ||
"gitHead": "1960792b9f4468c6d17c5cb1758ed2fbe29c556c" | ||
"gitHead": "c34ffa09211bc344fff14ae3598af36758bbdab8" | ||
} |
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
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
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
71296
619