@d-fischer/shared-utils
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -6,2 +6,3 @@ export { default as NonEnumerable } from './decorators/NonEnumerable'; | ||
export { default as entriesToObject } from './functions/object/entriesToObject'; | ||
export { default as forEachObjectEntry } from './functions/object/forEachObjectEntry'; | ||
export { default as indexBy } from './functions/object/indexBy'; | ||
@@ -8,0 +9,0 @@ export { default as mapObject } from './functions/object/mapObject'; |
@@ -6,2 +6,3 @@ export { default as NonEnumerable } from './decorators/NonEnumerable'; | ||
export { default as entriesToObject } from './functions/object/entriesToObject'; | ||
export { default as forEachObjectEntry } from './functions/object/forEachObjectEntry'; | ||
export { default as indexBy } from './functions/object/indexBy'; | ||
@@ -8,0 +9,0 @@ export { default as mapObject } from './functions/object/mapObject'; |
@@ -13,2 +13,4 @@ "use strict"; | ||
exports.entriesToObject = entriesToObject_1.default; | ||
var forEachObjectEntry_1 = require("./functions/object/forEachObjectEntry"); | ||
exports.forEachObjectEntry = forEachObjectEntry_1.default; | ||
var indexBy_1 = require("./functions/object/indexBy"); | ||
@@ -15,0 +17,0 @@ exports.indexBy = indexBy_1.default; |
{ | ||
"name": "@d-fischer/shared-utils", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
30570
87
371