@fastkit/helpers
Advanced tools
Comparing version 0.13.8 to 0.14.0
@@ -403,2 +403,2 @@ import { RecursiveArray, WritableKeysOf } from '@fastkit/ts-type-utils'; | ||
export { DATE_INPUT_PARSE_RE, DATE_INPUT_PRECISIONS, DateInputPrecision, DateSource, DefaultsScheme, DefaultsSchemeSource, FunctionableValue, IN_DOCUMENT, IN_WINDOW, MERGE_DEFAULTS_INDEX_SIGNATURE_SYMBOL, Mixin, NormalizeFuncType, ParseDateInputResult, arrayRemove, arrayUnique, capitalize, copyBuffer, createIndexSignatureDefaultsScheme, delay, escapeRegExp, flattenRecursiveArray, inNonNullable, isArrayBufferView, isBuffer, isEmpty, isIterableObject, isMap, isNonNullObject, isObject, isObjectEqual, isPlainObject, isPromise, isSet, isString, mapFromObjectArray, mergeDefaults, minIndent, mixin, nilToEmptyString, notEmptyValue, objectFromArray, objectIncludes, omitProperties, parseDateInput, pickProperties, range, removeUndef, resolveFunctionableValue, safeGetTimeByDateSource, stripIndent, toDate, toFloat, toHalfWidth, toInt, toNumber, toSingleSpace, uncapitalize }; | ||
export { DATE_INPUT_PARSE_RE, DATE_INPUT_PRECISIONS, type DateInputPrecision, type DateSource, type DefaultsScheme, type DefaultsSchemeSource, type FunctionableValue, IN_DOCUMENT, IN_WINDOW, MERGE_DEFAULTS_INDEX_SIGNATURE_SYMBOL, type Mixin, type NormalizeFuncType, type ParseDateInputResult, arrayRemove, arrayUnique, capitalize, copyBuffer, createIndexSignatureDefaultsScheme, delay, escapeRegExp, flattenRecursiveArray, inNonNullable, isArrayBufferView, isBuffer, isEmpty, isIterableObject, isMap, isNonNullObject, isObject, isObjectEqual, isPlainObject, isPromise, isSet, isString, mapFromObjectArray, mergeDefaults, minIndent, mixin, nilToEmptyString, notEmptyValue, objectFromArray, objectIncludes, omitProperties, parseDateInput, pickProperties, range, removeUndef, resolveFunctionableValue, safeGetTimeByDateSource, stripIndent, toDate, toFloat, toHalfWidth, toInt, toNumber, toSingleSpace, uncapitalize }; |
{ | ||
"name": "@fastkit/helpers", | ||
"version": "0.13.8", | ||
"version": "0.14.0", | ||
"description": "A small collection of helper implementations for processing primitive values and objects.", | ||
@@ -30,11 +30,2 @@ "keywords": [ | ||
}, | ||
"main": "./dist/helpers.mjs", | ||
"types": "./dist/helpers.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
".": [ | ||
"./dist/helpers.d.ts" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
@@ -44,3 +35,3 @@ "dist" | ||
"dependencies": { | ||
"@fastkit/ts-type-utils": "0.1.2" | ||
"@fastkit/ts-type-utils": "0.2.0" | ||
}, | ||
@@ -47,0 +38,0 @@ "buildOptions": { |
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
65789
6
814
+ Added@fastkit/ts-type-utils@0.2.0(transitive)
- Removed@fastkit/ts-type-utils@0.1.2(transitive)
Updated@fastkit/ts-type-utils@0.2.0