@koine/utils 2.0.0-beta.189 → 2.0.0-beta.190

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -153,11 +153,11 @@ export { uid } from "./uid";
153
153
  export { updateLinkParams } from "./updateLinkParams";
154
154
  export { updateUrlQueryParams } from "./updateUrlQueryParams";
155
155
  export { uppercase } from "./uppercase";
156
- export { urlSearchParamsSerializer, type UrlSearchParamSerializer } from "./urlSearchParamsSerializer";
156
+ export { urlSearchParamsSerializer, type UrlSearchParamSerializer, } from "./urlSearchParamsSerializer";
157
157
  export { uuid } from "./uuid";
158
158
  export { uuidNumeric } from "./uuidNumeric";
159
159
  export { wait } from "./wait";
160
- export type { AnythingFalsy, FlatObjectFirstLevel, KeysStartsWith, KeysTailsStartsWith, KeysOfValue, NonNullableObjectDeep, NullableObjectDeep, OmitNever, PickStartsWith, PickStartsWithTails, RequiredNonNullableObjectDeep, RequiredObjectDeep, Reverse, TestType, OverloadsToTuple } from "./types";
160
+ export type { AnythingFalsy, FlatObjectFirstLevel, KeysStartsWith, KeysTailsStartsWith, KeysOfValue, NonNullableObjectDeep, NullableObjectDeep, OmitNever, PickStartsWith, PickStartsWithTails, RequiredNonNullableObjectDeep, RequiredObjectDeep, Reverse, TestType, OverloadsToTuple, } from "./types";
161
161
  /**
162
162
  * These types should not be documented by using [`excludeExternals` TypeDoc flag](https://typedoc.org/options/input/#excludeexternals)
163
163
  */
package/package.json CHANGED
@@ -1021,5 +1021,5 @@
1021
1021
  "module": "./index.esm.js",
1022
1022
  "main": "./index.cjs.js",
1023
1023
  "types": "./index.esm.d.ts",
1024
- "version": "2.0.0-beta.189"
1024
+ "version": "2.0.0-beta.190"
1025
1025
  }