@koine/utils 1.0.89 → 1.0.91

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.
package/index.d.ts CHANGED
@@ -113,4 +113,4 @@ export * from "./updateLinkParams";
113
113
  export * from "./updateUrlQueryParams";
114
114
  export * from "./uuid";
115
115
  export * from "./wait";
116
- export * from "type-fest";
116
+ export type { Primitive, Class, Constructor, TypedArray, Observer, ObservableLike, Except, Writable, Merge, MergeDeep, MergeExclusive, RequireAtLeastOne, RequireExactlyOne, RequireAllOrNone, RemoveIndexSignature, PartialDeep, ReadonlyDeep, LiteralUnion, Opaque, InvariantOf, SetOptional, SetRequired, ValueOf, ConditionalKeys, ConditionalPick, ConditionalExcept, UnionToIntersection, LiteralToPrimitive, Stringified, IterableElement, Entry, Exact, Entries, SetReturnType, Simplify, Get, StringKeyOf, Schema, Jsonify, JsonPrimitive, JsonObject, JsonArray, JsonValue, Promisable, AsyncReturnType, Asyncify, Trim, Split, Includes, Join, LastArrayElement, FixedLengthArray, MultidimensionalArray, MultidimensionalReadonlyArray, PositiveInfinity, NegativeInfinity, Finite, Integer, Float, NegativeFloat, Negative, NonNegative, NegativeInteger, NonNegativeInteger, CamelCase, CamelCasedProperties, CamelCasedPropertiesDeep, KebabCase, KebabCasedProperties, KebabCasedPropertiesDeep, PascalCase, PascalCasedProperties, PascalCasedPropertiesDeep, SnakeCase, SnakeCasedProperties, SnakeCasedPropertiesDeep, ScreamingSnakeCase, DelimiterCase, DelimiterCasedProperties, DelimiterCasedPropertiesDeep, PackageJson, TsConfigJson, SetNonNullable, Spread, PartialOnUndefinedDeep, OptionalKeysOf, HasOptionalKeys, RequiredKeysOf, HasRequiredKeys, UnwrapOpaque, EmptyObject, IsEmptyObject, TupleToUnion, OmitIndexSignature, PickIndexSignature, ConditionalPickDeep, } from "type-fest";
package/index.js CHANGED
@@ -115,104 +115,3 @@ export * from "./updateLinkParams";
115
115
  export * from "./updateUrlQueryParams";
116
116
  export * from "./uuid";
117
117
  export * from "./wait";
118
- export * from "type-fest";
119
- // export type {
120
- // Primitive,
121
- // Class,
122
- // Constructor,
123
- // TypedArray,
124
- // Observer,
125
- // ObservableLike,
126
- // Except,
127
- // Writable,
128
- // Merge,
129
- // // MergeDeep,
130
- // MergeExclusive,
131
- // RequireAtLeastOne,
132
- // RequireExactlyOne,
133
- // RequireAllOrNone,
134
- // RemoveIndexSignature,
135
- // PartialDeep,
136
- // ReadonlyDeep,
137
- // LiteralUnion,
138
- // Opaque,
139
- // InvariantOf,
140
- // SetOptional,
141
- // SetRequired,
142
- // ValueOf,
143
- // ConditionalKeys,
144
- // ConditionalPick,
145
- // ConditionalExcept,
146
- // UnionToIntersection,
147
- // LiteralToPrimitive,
148
- // Stringified,
149
- // IterableElement,
150
- // Entry,
151
- // Exact,
152
- // Entries,
153
- // SetReturnType,
154
- // Simplify,
155
- // Get,
156
- // StringKeyOf,
157
- // Schema,
158
- // Jsonify,
159
- // JsonPrimitive,
160
- // JsonObject,
161
- // JsonArray,
162
- // JsonValue,
163
- // Promisable,
164
- // AsyncReturnType,
165
- // Asyncify,
166
- // Trim,
167
- // Split,
168
- // Includes,
169
- // Join,
170
- // LastArrayElement,
171
- // FixedLengthArray,
172
- // MultidimensionalArray,
173
- // MultidimensionalReadonlyArray,
174
- // PositiveInfinity,
175
- // NegativeInfinity,
176
- // Finite,
177
- // Integer,
178
- // Float,
179
- // NegativeFloat,
180
- // Negative,
181
- // NonNegative,
182
- // NegativeInteger,
183
- // NonNegativeInteger,
184
- // CamelCase,
185
- // CamelCasedProperties,
186
- // CamelCasedPropertiesDeep,
187
- // KebabCase,
188
- // KebabCasedProperties,
189
- // KebabCasedPropertiesDeep,
190
- // PascalCase,
191
- // PascalCasedProperties,
192
- // PascalCasedPropertiesDeep,
193
- // SnakeCase,
194
- // SnakeCasedProperties,
195
- // SnakeCasedPropertiesDeep,
196
- // ScreamingSnakeCase,
197
- // DelimiterCase,
198
- // DelimiterCasedProperties,
199
- // DelimiterCasedPropertiesDeep,
200
- // PackageJson,
201
- // TsConfigJson,
202
- // SetNonNullable,
203
- // Spread,
204
- // PartialOnUndefinedDeep,
205
- // OptionalKeysOf,
206
- // HasOptionalKeys,
207
- // RequiredKeysOf,
208
- // HasRequiredKeys,
209
- // UnwrapOpaque ,
210
- // EmptyObject,
211
- // IsEmptyObject,
212
- // TupleToUnion,
213
- // OmitIndexSignature,
214
- // PickIndexSignature,
215
- // ConditionalPickDeep,
216
- // ConditionalSimplify,
217
- // ConditionalSimplifyDeep,
218
- // } from "type-fest";
package/node/index.js CHANGED
@@ -118,104 +118,3 @@ tslib_1.__exportStar(require("./updateLinkParams"), exports);
118
118
  tslib_1.__exportStar(require("./updateUrlQueryParams"), exports);
119
119
  tslib_1.__exportStar(require("./uuid"), exports);
120
120
  tslib_1.__exportStar(require("./wait"), exports);
121
- tslib_1.__exportStar(require("type-fest"), exports);
122
- // export type {
123
- // Primitive,
124
- // Class,
125
- // Constructor,
126
- // TypedArray,
127
- // Observer,
128
- // ObservableLike,
129
- // Except,
130
- // Writable,
131
- // Merge,
132
- // // MergeDeep,
133
- // MergeExclusive,
134
- // RequireAtLeastOne,
135
- // RequireExactlyOne,
136
- // RequireAllOrNone,
137
- // RemoveIndexSignature,
138
- // PartialDeep,
139
- // ReadonlyDeep,
140
- // LiteralUnion,
141
- // Opaque,
142
- // InvariantOf,
143
- // SetOptional,
144
- // SetRequired,
145
- // ValueOf,
146
- // ConditionalKeys,
147
- // ConditionalPick,
148
- // ConditionalExcept,
149
- // UnionToIntersection,
150
- // LiteralToPrimitive,
151
- // Stringified,
152
- // IterableElement,
153
- // Entry,
154
- // Exact,
155
- // Entries,
156
- // SetReturnType,
157
- // Simplify,
158
- // Get,
159
- // StringKeyOf,
160
- // Schema,
161
- // Jsonify,
162
- // JsonPrimitive,
163
- // JsonObject,
164
- // JsonArray,
165
- // JsonValue,
166
- // Promisable,
167
- // AsyncReturnType,
168
- // Asyncify,
169
- // Trim,
170
- // Split,
171
- // Includes,
172
- // Join,
173
- // LastArrayElement,
174
- // FixedLengthArray,
175
- // MultidimensionalArray,
176
- // MultidimensionalReadonlyArray,
177
- // PositiveInfinity,
178
- // NegativeInfinity,
179
- // Finite,
180
- // Integer,
181
- // Float,
182
- // NegativeFloat,
183
- // Negative,
184
- // NonNegative,
185
- // NegativeInteger,
186
- // NonNegativeInteger,
187
- // CamelCase,
188
- // CamelCasedProperties,
189
- // CamelCasedPropertiesDeep,
190
- // KebabCase,
191
- // KebabCasedProperties,
192
- // KebabCasedPropertiesDeep,
193
- // PascalCase,
194
- // PascalCasedProperties,
195
- // PascalCasedPropertiesDeep,
196
- // SnakeCase,
197
- // SnakeCasedProperties,
198
- // SnakeCasedPropertiesDeep,
199
- // ScreamingSnakeCase,
200
- // DelimiterCase,
201
- // DelimiterCasedProperties,
202
- // DelimiterCasedPropertiesDeep,
203
- // PackageJson,
204
- // TsConfigJson,
205
- // SetNonNullable,
206
- // Spread,
207
- // PartialOnUndefinedDeep,
208
- // OptionalKeysOf,
209
- // HasOptionalKeys,
210
- // RequiredKeysOf,
211
- // HasRequiredKeys,
212
- // UnwrapOpaque ,
213
- // EmptyObject,
214
- // IsEmptyObject,
215
- // TupleToUnion,
216
- // OmitIndexSignature,
217
- // PickIndexSignature,
218
- // ConditionalPickDeep,
219
- // ConditionalSimplify,
220
- // ConditionalSimplifyDeep,
221
- // } from "type-fest";
package/package.json CHANGED
@@ -5,11 +5,10 @@
5
5
  "typings": "./index.d.ts",
6
6
  "dependencies": {
7
7
  "ts-debounce": "^4.0.0",
8
- "type-fest": "^3.1.0",
9
8
  "tslib": "^2.4.0"
10
9
  },
11
10
  "peerDependencies": {},
12
- "version": "1.0.89",
11
+ "version": "1.0.91",
13
12
  "module": "./index.js",
14
13
  "types": "./index.d.ts"
15
14
  }