@guildadev/toolkit
Advanced tools
Comparing version
17
index.js
@@ -10,4 +10,19 @@ // packages/toolkit/src/index.ts | ||
} from "@guildadev/remove-falsy-keys"; | ||
export * from "@guildadev/get-initials"; | ||
import { | ||
default as default4 | ||
} from "@guildadev/get-initials"; | ||
import { | ||
ArrayMeta, | ||
Attribute, | ||
BaseEntity, | ||
Included, | ||
Meta | ||
} from "@guildadev/jsonapi-to-model"; | ||
export { | ||
ArrayMeta, | ||
Attribute, | ||
BaseEntity, | ||
Included, | ||
Meta, | ||
default4 as getInitials, | ||
default3 as removeFalsyKeys, | ||
@@ -14,0 +29,0 @@ removeFalsyKeysImultable, |
{ | ||
"name": "@guildadev/toolkit", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"private": false, | ||
@@ -15,7 +15,8 @@ "type": "module", | ||
"dependencies": { | ||
"@guildadev/get-initials": "1.0.0", | ||
"@guildadev/jsonapi-to-model": "1.0.0", | ||
"@guildadev/remove-falsy-keys": "1.0.0", | ||
"@guildadev/remove-nil-keys": "1.0.1", | ||
"@guildadev/get-initials": "1.0.0" | ||
"@guildadev/remove-nil-keys": "1.0.1" | ||
}, | ||
"module": "./index.js" | ||
} |
@@ -1,5 +0,6 @@ | ||
export { default as removeNilKeys, removeNilKeysImultable } from '@guildadev/remove-nil-keys'; | ||
export { default as removeFalsyKeys, removeFalsyKeysImultable } from '@guildadev/remove-falsy-keys'; | ||
export type { removeNilKeysProps } from '@guildadev/remove-nil-keys'; | ||
export type { RemoveFalsyKeysProps } from '@guildadev/remove-falsy-keys'; | ||
export * from '@guildadev/get-initials'; | ||
export { default as removeNilKeys, removeNilKeysImultable, } from "@guildadev/remove-nil-keys"; | ||
export { default as removeFalsyKeys, removeFalsyKeysImultable, } from "@guildadev/remove-falsy-keys"; | ||
export type { removeNilKeysProps } from "@guildadev/remove-nil-keys"; | ||
export type { RemoveFalsyKeysProps } from "@guildadev/remove-falsy-keys"; | ||
export { default as getInitials, type getInitialsParam, } from "@guildadev/get-initials"; | ||
export { ArrayMeta, Attribute, BaseEntity, Included, Meta, } from "@guildadev/jsonapi-to-model"; |
Sorry, the diff of this file is not supported yet
4641
16.99%97
38.57%4
33.33%+ Added