@lokalise/node-core
Advanced tools
Comparing version 9.17.0 to 9.17.1
@@ -10,3 +10,3 @@ export { sendPut, sendPutBinary, sendDelete, sendPatch, sendGet, sendPost, sendPostBinary, httpClient, buildClient, type RequestOptions, type Response, type HttpRequestContext, type ResponseSchema, JSON_HEADERS, } from './src/http/httpClient'; | ||
export { type EnvValueValidator, type EnvValueTransformer, type AppConfig, type RedisConfig, } from './src/config/configTypes'; | ||
export { type Either, success, failure, isSuccess, isFailure } from './src/errors/either'; | ||
export { type Either, type DefiniteEither, success, failure, isSuccess, isFailure, } from './src/errors/either'; | ||
export { chunk, callChunked, removeFalsy, removeNullish } from './src/utils/arrayUtils'; | ||
@@ -13,0 +13,0 @@ export { groupBy, groupByPath, groupByUnique, pick, pickWithoutUndefined, copyWithoutUndefined, copyWithoutEmpty, isEmptyObject, convertDateFieldsToIsoString, deepClone, } from './src/utils/objectUtils'; |
{ | ||
"name": "@lokalise/node-core", | ||
"version": "9.17.0", | ||
"version": "9.17.1", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Lokalise", |
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
125964