@naturalcycles/js-lib 14.276.0 → 15.0.0

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 (353) hide show
  1. package/cfg/frontend/tsconfig.json +3 -3
  2. package/dist/abort.js +1 -4
  3. package/dist/array/array.util.d.ts +1 -1
  4. package/dist/array/array.util.js +47 -88
  5. package/dist/array/range.d.ts +2 -2
  6. package/dist/array/range.js +7 -12
  7. package/dist/bot.js +6 -10
  8. package/dist/browser/adminService.d.ts +1 -1
  9. package/dist/browser/adminService.js +10 -14
  10. package/dist/browser/analytics.util.js +10 -15
  11. package/dist/browser/i18n/fetchTranslationLoader.d.ts +3 -3
  12. package/dist/browser/i18n/fetchTranslationLoader.js +1 -5
  13. package/dist/browser/i18n/translation.service.d.ts +1 -1
  14. package/dist/browser/i18n/translation.service.js +5 -10
  15. package/dist/browser/imageFitter.js +1 -5
  16. package/dist/browser/script.util.js +8 -12
  17. package/dist/browser/topbar.js +7 -10
  18. package/dist/datetime/dateInterval.d.ts +2 -2
  19. package/dist/datetime/dateInterval.js +7 -11
  20. package/dist/datetime/localDate.d.ts +3 -3
  21. package/dist/datetime/localDate.js +40 -44
  22. package/dist/datetime/localTime.d.ts +3 -3
  23. package/dist/datetime/localTime.js +36 -40
  24. package/dist/datetime/timeInterval.d.ts +2 -2
  25. package/dist/datetime/timeInterval.js +6 -10
  26. package/dist/datetime/wallTime.d.ts +3 -3
  27. package/dist/datetime/wallTime.js +5 -9
  28. package/dist/decorators/asyncMemo.decorator.d.ts +3 -3
  29. package/dist/decorators/asyncMemo.decorator.js +12 -17
  30. package/dist/decorators/createPromiseDecorator.js +3 -6
  31. package/dist/decorators/debounce.d.ts +1 -1
  32. package/dist/decorators/debounce.decorator.d.ts +1 -1
  33. package/dist/decorators/debounce.decorator.js +5 -9
  34. package/dist/decorators/debounce.js +2 -6
  35. package/dist/decorators/decorator.util.d.ts +1 -1
  36. package/dist/decorators/decorator.util.js +3 -8
  37. package/dist/decorators/logMethod.decorator.d.ts +1 -1
  38. package/dist/decorators/logMethod.decorator.js +11 -14
  39. package/dist/decorators/memo.decorator.d.ts +3 -3
  40. package/dist/decorators/memo.decorator.js +11 -16
  41. package/dist/decorators/memo.util.d.ts +2 -2
  42. package/dist/decorators/memo.util.js +11 -17
  43. package/dist/decorators/memoFn.d.ts +3 -3
  44. package/dist/decorators/memoFn.js +3 -6
  45. package/dist/decorators/memoFnAsync.d.ts +3 -3
  46. package/dist/decorators/memoFnAsync.js +5 -8
  47. package/dist/decorators/memoSimple.decorator.d.ts +1 -1
  48. package/dist/decorators/memoSimple.decorator.js +6 -10
  49. package/dist/decorators/retry.decorator.d.ts +1 -1
  50. package/dist/decorators/retry.decorator.js +3 -6
  51. package/dist/decorators/swarmSafe.decorator.js +3 -7
  52. package/dist/decorators/timeout.decorator.d.ts +1 -1
  53. package/dist/decorators/timeout.decorator.js +7 -10
  54. package/dist/define.d.ts +1 -1
  55. package/dist/define.js +11 -19
  56. package/dist/deviceIdService.js +7 -11
  57. package/dist/enum.util.d.ts +1 -1
  58. package/dist/enum.util.js +20 -42
  59. package/dist/env/buildInfo.d.ts +1 -1
  60. package/dist/env/buildInfo.js +3 -6
  61. package/dist/env.js +2 -6
  62. package/dist/error/assert.d.ts +3 -3
  63. package/dist/error/assert.js +30 -44
  64. package/dist/error/error.model.d.ts +2 -2
  65. package/dist/error/error.model.js +1 -2
  66. package/dist/error/error.util.d.ts +1 -1
  67. package/dist/error/error.util.js +25 -44
  68. package/dist/error/errorMode.js +2 -5
  69. package/dist/error/try.d.ts +2 -2
  70. package/dist/error/try.js +15 -23
  71. package/dist/error/tryCatch.d.ts +2 -2
  72. package/dist/error/tryCatch.js +6 -11
  73. package/dist/form.util.d.ts +1 -1
  74. package/dist/form.util.js +2 -6
  75. package/dist/http/fetcher.d.ts +3 -3
  76. package/dist/http/fetcher.js +48 -53
  77. package/dist/http/fetcher.model.d.ts +5 -5
  78. package/dist/http/fetcher.model.js +1 -2
  79. package/dist/http/http.model.js +1 -4
  80. package/dist/index.d.ts +96 -96
  81. package/dist/index.js +96 -99
  82. package/dist/is.util.d.ts +2 -2
  83. package/dist/is.util.js +12 -27
  84. package/dist/iter/asyncIterable2.d.ts +3 -3
  85. package/dist/iter/asyncIterable2.js +8 -12
  86. package/dist/iter/iterable2.d.ts +2 -2
  87. package/dist/iter/iterable2.js +8 -12
  88. package/dist/json-schema/from-data/generateJsonSchemaFromData.d.ts +1 -1
  89. package/dist/json-schema/from-data/generateJsonSchemaFromData.js +4 -7
  90. package/dist/json-schema/jsonSchema.cnst.d.ts +1 -1
  91. package/dist/json-schema/jsonSchema.cnst.js +1 -4
  92. package/dist/json-schema/jsonSchema.model.d.ts +1 -1
  93. package/dist/json-schema/jsonSchema.model.js +1 -2
  94. package/dist/json-schema/jsonSchema.util.d.ts +2 -2
  95. package/dist/json-schema/jsonSchema.util.js +5 -8
  96. package/dist/json-schema/jsonSchemaBuilder.d.ts +2 -2
  97. package/dist/json-schema/jsonSchemaBuilder.js +16 -25
  98. package/dist/json-schema/jsonSchemas.d.ts +2 -2
  99. package/dist/json-schema/jsonSchemas.js +5 -8
  100. package/dist/log/commonLogger.js +14 -21
  101. package/dist/math/accumulatingAverage.js +1 -5
  102. package/dist/math/math.util.js +11 -19
  103. package/dist/math/sma.js +1 -5
  104. package/dist/math/stack.util.js +11 -16
  105. package/dist/nanoid.js +2 -6
  106. package/dist/number/createDeterministicRandom.js +1 -4
  107. package/dist/number/number.util.d.ts +1 -1
  108. package/dist/number/number.util.js +9 -20
  109. package/dist/object/deepEquals.js +3 -8
  110. package/dist/object/map2.js +1 -5
  111. package/dist/object/object.util.d.ts +2 -2
  112. package/dist/object/object.util.js +40 -70
  113. package/dist/object/set2.js +1 -5
  114. package/dist/object/sortObject.d.ts +1 -1
  115. package/dist/object/sortObject.js +1 -4
  116. package/dist/object/sortObjectDeep.js +1 -4
  117. package/dist/polyfill.js +1 -4
  118. package/dist/promise/abortable.d.ts +1 -1
  119. package/dist/promise/abortable.js +2 -7
  120. package/dist/promise/pDefer.js +1 -4
  121. package/dist/promise/pDelay.d.ts +2 -2
  122. package/dist/promise/pDelay.js +4 -8
  123. package/dist/promise/pFilter.d.ts +1 -1
  124. package/dist/promise/pFilter.js +1 -4
  125. package/dist/promise/pHang.js +1 -4
  126. package/dist/promise/pMap.d.ts +2 -2
  127. package/dist/promise/pMap.js +17 -20
  128. package/dist/promise/pProps.js +1 -4
  129. package/dist/promise/pQueue.d.ts +2 -2
  130. package/dist/promise/pQueue.js +7 -11
  131. package/dist/promise/pRetry.d.ts +1 -1
  132. package/dist/promise/pRetry.js +8 -12
  133. package/dist/promise/pState.js +1 -4
  134. package/dist/promise/pTimeout.d.ts +3 -3
  135. package/dist/promise/pTimeout.js +7 -11
  136. package/dist/semver.d.ts +1 -1
  137. package/dist/semver.js +13 -18
  138. package/dist/string/case.js +9 -14
  139. package/dist/string/escape.js +2 -6
  140. package/dist/string/hash.util.d.ts +1 -1
  141. package/dist/string/hash.util.js +4 -10
  142. package/dist/string/json.util.d.ts +1 -1
  143. package/dist/string/json.util.js +5 -10
  144. package/dist/string/leven.js +1 -4
  145. package/dist/string/lodash/unicodeWords.js +1 -4
  146. package/dist/string/lodash/words.js +3 -6
  147. package/dist/string/pupa.d.ts +1 -1
  148. package/dist/string/pupa.js +4 -9
  149. package/dist/string/readingTime.d.ts +1 -1
  150. package/dist/string/readingTime.js +1 -4
  151. package/dist/string/regex.js +1 -4
  152. package/dist/string/safeJsonStringify.d.ts +1 -1
  153. package/dist/string/safeJsonStringify.js +1 -4
  154. package/dist/string/slugify.js +1 -4
  155. package/dist/string/string.util.js +15 -32
  156. package/dist/string/stringify.d.ts +1 -1
  157. package/dist/string/stringify.js +10 -14
  158. package/dist/string/url.util.d.ts +1 -1
  159. package/dist/string/url.util.js +2 -6
  160. package/dist/time/time.util.d.ts +1 -1
  161. package/dist/time/time.util.js +3 -8
  162. package/dist/typeFest.js +1 -2
  163. package/dist/types.d.ts +7 -3
  164. package/dist/types.js +21 -23
  165. package/dist/unit/size.util.js +5 -12
  166. package/dist/web.d.ts +1 -1
  167. package/dist/web.js +1 -5
  168. package/dist/zod/index.d.ts +2 -2
  169. package/dist/zod/index.js +4 -10
  170. package/dist/zod/zod.shared.schemas.js +36 -39
  171. package/dist/zod/zod.util.js +7 -14
  172. package/package.json +7 -8
  173. package/src/array/array.util.ts +3 -3
  174. package/src/array/range.ts +2 -2
  175. package/src/bot.ts +1 -1
  176. package/src/browser/adminService.ts +4 -4
  177. package/src/browser/analytics.util.ts +1 -1
  178. package/src/browser/i18n/fetchTranslationLoader.ts +3 -3
  179. package/src/browser/i18n/translation.service.ts +2 -2
  180. package/src/browser/script.util.ts +2 -2
  181. package/src/datetime/dateInterval.ts +3 -3
  182. package/src/datetime/localDate.ts +5 -5
  183. package/src/datetime/localTime.ts +6 -6
  184. package/src/datetime/timeInterval.ts +3 -3
  185. package/src/datetime/wallTime.ts +4 -4
  186. package/src/decorators/asyncMemo.decorator.ts +7 -7
  187. package/src/decorators/createPromiseDecorator.ts +1 -1
  188. package/src/decorators/debounce.decorator.ts +2 -2
  189. package/src/decorators/debounce.ts +1 -1
  190. package/src/decorators/decorator.util.ts +1 -1
  191. package/src/decorators/logMethod.decorator.ts +4 -4
  192. package/src/decorators/memo.decorator.ts +7 -7
  193. package/src/decorators/memo.util.ts +4 -4
  194. package/src/decorators/memoFn.ts +4 -4
  195. package/src/decorators/memoFnAsync.ts +5 -5
  196. package/src/decorators/memoSimple.decorator.ts +4 -4
  197. package/src/decorators/retry.decorator.ts +2 -2
  198. package/src/decorators/swarmSafe.decorator.ts +2 -2
  199. package/src/decorators/timeout.decorator.ts +4 -4
  200. package/src/define.ts +3 -3
  201. package/src/deviceIdService.ts +3 -3
  202. package/src/enum.util.ts +1 -1
  203. package/src/env/buildInfo.ts +2 -2
  204. package/src/error/assert.ts +7 -7
  205. package/src/error/error.model.ts +2 -2
  206. package/src/error/error.util.ts +5 -5
  207. package/src/error/try.ts +5 -5
  208. package/src/error/tryCatch.ts +3 -3
  209. package/src/form.util.ts +1 -1
  210. package/src/http/fetcher.model.ts +5 -5
  211. package/src/http/fetcher.ts +20 -15
  212. package/src/index.ts +96 -96
  213. package/src/is.util.ts +2 -2
  214. package/src/iter/asyncIterable2.ts +3 -3
  215. package/src/iter/iterable2.ts +2 -2
  216. package/src/json-schema/from-data/generateJsonSchemaFromData.ts +2 -2
  217. package/src/json-schema/jsonSchema.cnst.ts +1 -1
  218. package/src/json-schema/jsonSchema.model.ts +1 -1
  219. package/src/json-schema/jsonSchema.util.ts +4 -4
  220. package/src/json-schema/jsonSchemaBuilder.ts +5 -5
  221. package/src/json-schema/jsonSchemas.ts +2 -2
  222. package/src/math/math.util.ts +2 -2
  223. package/src/math/stack.util.ts +1 -1
  224. package/src/number/number.util.ts +1 -1
  225. package/src/object/object.util.ts +3 -3
  226. package/src/object/sortObject.ts +1 -1
  227. package/src/promise/abortable.ts +1 -1
  228. package/src/promise/pDelay.ts +3 -3
  229. package/src/promise/pFilter.ts +1 -1
  230. package/src/promise/pMap.ts +2 -2
  231. package/src/promise/pQueue.ts +4 -4
  232. package/src/promise/pRetry.ts +2 -2
  233. package/src/promise/pTimeout.ts +4 -4
  234. package/src/semver.ts +3 -3
  235. package/src/string/case.ts +2 -2
  236. package/src/string/hash.util.ts +1 -1
  237. package/src/string/json.util.ts +2 -2
  238. package/src/string/lodash/words.ts +1 -1
  239. package/src/string/pupa.ts +2 -2
  240. package/src/string/readingTime.ts +1 -1
  241. package/src/string/safeJsonStringify.ts +1 -1
  242. package/src/string/stringify.ts +4 -4
  243. package/src/string/url.util.ts +1 -1
  244. package/src/time/time.util.ts +1 -1
  245. package/src/types.ts +15 -3
  246. package/src/web.ts +1 -1
  247. package/src/zod/index.ts +2 -2
  248. package/src/zod/zod.util.ts +1 -1
  249. package/dist-esm/abort.js +0 -12
  250. package/dist-esm/array/array.util.js +0 -458
  251. package/dist-esm/array/range.js +0 -34
  252. package/dist-esm/bot.js +0 -130
  253. package/dist-esm/browser/adminService.js +0 -94
  254. package/dist-esm/browser/analytics.util.js +0 -54
  255. package/dist-esm/browser/i18n/fetchTranslationLoader.js +0 -13
  256. package/dist-esm/browser/i18n/translation.service.js +0 -56
  257. package/dist-esm/browser/imageFitter.js +0 -65
  258. package/dist-esm/browser/script.util.js +0 -46
  259. package/dist-esm/browser/topbar.js +0 -135
  260. package/dist-esm/datetime/dateInterval.js +0 -80
  261. package/dist-esm/datetime/localDate.js +0 -719
  262. package/dist-esm/datetime/localTime.js +0 -996
  263. package/dist-esm/datetime/timeInterval.js +0 -88
  264. package/dist-esm/datetime/wallTime.js +0 -70
  265. package/dist-esm/decorators/asyncMemo.decorator.js +0 -111
  266. package/dist-esm/decorators/createPromiseDecorator.js +0 -82
  267. package/dist-esm/decorators/debounce.decorator.js +0 -17
  268. package/dist-esm/decorators/debounce.js +0 -114
  269. package/dist-esm/decorators/decorator.util.js +0 -31
  270. package/dist-esm/decorators/logMethod.decorator.js +0 -85
  271. package/dist-esm/decorators/memo.decorator.js +0 -80
  272. package/dist-esm/decorators/memo.util.js +0 -97
  273. package/dist-esm/decorators/memoFn.js +0 -29
  274. package/dist-esm/decorators/memoFnAsync.js +0 -35
  275. package/dist-esm/decorators/memoSimple.decorator.js +0 -55
  276. package/dist-esm/decorators/retry.decorator.js +0 -9
  277. package/dist-esm/decorators/swarmSafe.decorator.js +0 -38
  278. package/dist-esm/decorators/timeout.decorator.js +0 -19
  279. package/dist-esm/define.js +0 -109
  280. package/dist-esm/deviceIdService.js +0 -105
  281. package/dist-esm/enum.util.js +0 -157
  282. package/dist-esm/env/buildInfo.js +0 -19
  283. package/dist-esm/env.js +0 -19
  284. package/dist-esm/error/assert.js +0 -122
  285. package/dist-esm/error/error.model.js +0 -1
  286. package/dist-esm/error/error.util.js +0 -337
  287. package/dist-esm/error/errorMode.js +0 -20
  288. package/dist-esm/error/try.js +0 -105
  289. package/dist-esm/error/tryCatch.js +0 -41
  290. package/dist-esm/form.util.js +0 -16
  291. package/dist-esm/http/fetcher.js +0 -704
  292. package/dist-esm/http/fetcher.model.js +0 -3
  293. package/dist-esm/http/http.model.js +0 -1
  294. package/dist-esm/index.js +0 -96
  295. package/dist-esm/is.util.js +0 -70
  296. package/dist-esm/iter/asyncIterable2.js +0 -103
  297. package/dist-esm/iter/iterable2.js +0 -87
  298. package/dist-esm/json-schema/from-data/generateJsonSchemaFromData.js +0 -86
  299. package/dist-esm/json-schema/jsonSchema.cnst.js +0 -38
  300. package/dist-esm/json-schema/jsonSchema.model.js +0 -1
  301. package/dist-esm/json-schema/jsonSchema.util.js +0 -27
  302. package/dist-esm/json-schema/jsonSchemaBuilder.js +0 -352
  303. package/dist-esm/json-schema/jsonSchemas.js +0 -6
  304. package/dist-esm/log/commonLogger.js +0 -78
  305. package/dist-esm/math/accumulatingAverage.js +0 -32
  306. package/dist-esm/math/math.util.js +0 -85
  307. package/dist-esm/math/sma.js +0 -43
  308. package/dist-esm/math/stack.util.js +0 -82
  309. package/dist-esm/nanoid.js +0 -57
  310. package/dist-esm/number/createDeterministicRandom.js +0 -18
  311. package/dist-esm/number/number.util.js +0 -109
  312. package/dist-esm/object/deepEquals.js +0 -170
  313. package/dist-esm/object/map2.js +0 -21
  314. package/dist-esm/object/object.util.js +0 -435
  315. package/dist-esm/object/set2.js +0 -15
  316. package/dist-esm/object/sortObject.js +0 -21
  317. package/dist-esm/object/sortObjectDeep.js +0 -17
  318. package/dist-esm/polyfill.js +0 -6
  319. package/dist-esm/promise/abortable.js +0 -31
  320. package/dist-esm/promise/pDefer.js +0 -17
  321. package/dist-esm/promise/pDelay.js +0 -37
  322. package/dist-esm/promise/pFilter.js +0 -5
  323. package/dist-esm/promise/pHang.js +0 -6
  324. package/dist-esm/promise/pMap.js +0 -174
  325. package/dist-esm/promise/pProps.js +0 -20
  326. package/dist-esm/promise/pQueue.js +0 -101
  327. package/dist-esm/promise/pRetry.js +0 -64
  328. package/dist-esm/promise/pState.js +0 -14
  329. package/dist-esm/promise/pTimeout.js +0 -64
  330. package/dist-esm/semver.js +0 -149
  331. package/dist-esm/string/case.js +0 -24
  332. package/dist-esm/string/escape.js +0 -49
  333. package/dist-esm/string/hash.util.js +0 -67
  334. package/dist-esm/string/json.util.js +0 -46
  335. package/dist-esm/string/leven.js +0 -77
  336. package/dist-esm/string/lodash/unicodeWords.js +0 -68
  337. package/dist-esm/string/lodash/words.js +0 -31
  338. package/dist-esm/string/pupa.js +0 -54
  339. package/dist-esm/string/readingTime.js +0 -102
  340. package/dist-esm/string/regex.js +0 -6
  341. package/dist-esm/string/safeJsonStringify.js +0 -39
  342. package/dist-esm/string/slugify.js +0 -66
  343. package/dist-esm/string/string.util.js +0 -99
  344. package/dist-esm/string/stringify.js +0 -133
  345. package/dist-esm/string/url.util.js +0 -42
  346. package/dist-esm/time/time.util.js +0 -61
  347. package/dist-esm/typeFest.js +0 -2
  348. package/dist-esm/types.js +0 -59
  349. package/dist-esm/unit/size.util.js +0 -43
  350. package/dist-esm/web.js +0 -40
  351. package/dist-esm/zod/index.js +0 -4
  352. package/dist-esm/zod/zod.shared.schemas.js +0 -92
  353. package/dist-esm/zod/zod.util.js +0 -52
@@ -1,5 +1,5 @@
1
- import type { HttpMethod, HttpStatusCode } from '../http/http.model'
2
- import type { NumberOfMilliseconds } from '../types'
1
+ import type { HttpMethod, HttpStatusCode } from '../http/http.model.js'
2
+ import type { NumberOfMilliseconds } from '../types.js'
3
3
 
4
4
  /**
5
5
  * Extendable payload object to transfer custom additional data with AppError.
@@ -1,3 +1,4 @@
1
+ import { isServerSide } from '../env.js'
1
2
  import type {
2
3
  BackendErrorResponseObject,
3
4
  Class,
@@ -5,11 +6,10 @@ import type {
5
6
  ErrorLike,
6
7
  ErrorObject,
7
8
  HttpRequestErrorData,
8
- } from '..'
9
- import { isServerSide } from '../env'
10
- import { _jsonParseIfPossible } from '../string/json.util'
11
- import { _truncate, _truncateMiddle } from '../string/string.util'
12
- import { _stringify } from '../string/stringify'
9
+ } from '../index.js'
10
+ import { _jsonParseIfPossible } from '../string/json.util.js'
11
+ import { _truncate, _truncateMiddle } from '../string/string.util.js'
12
+ import { _stringify } from '../string/stringify.js'
13
13
 
14
14
  /**
15
15
  * Useful to ensure that error in `catch (err) { ... }`
package/src/error/try.ts CHANGED
@@ -1,8 +1,8 @@
1
- import { _stringify } from '../string/stringify'
2
- import type { Class } from '../typeFest'
3
- import type { AnyFunction, ErrorDataTuple } from '../types'
4
- import { _assertErrorClassOrRethrow } from './assert'
5
- import { UnexpectedPassError } from './error.util'
1
+ import { _stringify } from '../string/stringify.js'
2
+ import type { Class } from '../typeFest.js'
3
+ import type { AnyFunction, ErrorDataTuple } from '../types.js'
4
+ import { _assertErrorClassOrRethrow } from './assert.js'
5
+ import { UnexpectedPassError } from './error.util.js'
6
6
 
7
7
  /**
8
8
  * Calls a function, returns a Tuple of [error, value].
@@ -1,6 +1,6 @@
1
- import type { CommonLogger, UnixTimestampMillis } from '../index'
2
- import { _anyToError, _since } from '../index'
3
- import type { AnyFunction } from '../types'
1
+ import type { CommonLogger, UnixTimestampMillis } from '../index.js'
2
+ import { _anyToError, _since } from '../index.js'
3
+ import type { AnyFunction } from '../types.js'
4
4
 
5
5
  export interface TryCatchOptions {
6
6
  /**
package/src/form.util.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { AnyObject } from './types'
1
+ import type { AnyObject } from './types.js'
2
2
 
3
3
  /**
4
4
  * Convert any object to FormData.
@@ -1,11 +1,11 @@
1
1
  /// <reference lib="es2022" preserve="true" />
2
2
  /// <reference lib="dom" preserve="true" />
3
3
 
4
- import type { ErrorData } from '../error/error.model'
5
- import type { CommonLogger } from '../log/commonLogger'
6
- import type { Promisable } from '../typeFest'
7
- import type { AnyObject, NumberOfMilliseconds, Reviver, UnixTimestampMillis } from '../types'
8
- import type { HttpMethod, HttpStatusFamily } from './http.model'
4
+ import type { ErrorData } from '../error/error.model.js'
5
+ import type { CommonLogger } from '../log/commonLogger.js'
6
+ import type { Promisable } from '../typeFest.js'
7
+ import type { AnyObject, NumberOfMilliseconds, Reviver, UnixTimestampMillis } from '../types.js'
8
+ import type { HttpMethod, HttpStatusFamily } from './http.model.js'
9
9
 
10
10
  export interface FetcherNormalizedCfg
11
11
  extends Required<FetcherCfg>,
@@ -2,9 +2,9 @@
2
2
  /// <reference lib="dom" preserve="true" />
3
3
  /// <reference lib="dom.iterable" preserve="true" />
4
4
 
5
- import { isServerSide } from '../env'
6
- import { _assertErrorClassOrRethrow, _assertIsError } from '../error/assert'
7
- import type { ErrorLike, ErrorObject } from '../error/error.model'
5
+ import { isServerSide } from '../env.js'
6
+ import { _assertErrorClassOrRethrow, _assertIsError } from '../error/assert.js'
7
+ import type { ErrorLike, ErrorObject } from '../error/error.model.js'
8
8
  import {
9
9
  _anyToError,
10
10
  _anyToErrorObject,
@@ -13,8 +13,8 @@ import {
13
13
  HttpRequestError,
14
14
  TimeoutError,
15
15
  UnexpectedPassError,
16
- } from '../error/error.util'
17
- import { _clamp } from '../number/number.util'
16
+ } from '../error/error.util.js'
17
+ import { _clamp } from '../number/number.util.js'
18
18
  import {
19
19
  _filterFalsyValues,
20
20
  _filterNullishValues,
@@ -23,13 +23,18 @@ import {
23
23
  _merge,
24
24
  _omit,
25
25
  _pick,
26
- } from '../object/object.util'
27
- import { pDelay } from '../promise/pDelay'
28
- import { pTimeout } from '../promise/pTimeout'
29
- import { _jsonParse, _jsonParseIfPossible } from '../string/json.util'
30
- import { _stringify } from '../string/stringify'
31
- import { _ms, _since } from '../time/time.util'
32
- import type { AnyObject, ErrorDataTuple, NumberOfMilliseconds, UnixTimestampMillis } from '../types'
26
+ } from '../object/object.util.js'
27
+ import { pDelay } from '../promise/pDelay.js'
28
+ import { pTimeout } from '../promise/pTimeout.js'
29
+ import { _jsonParse, _jsonParseIfPossible } from '../string/json.util.js'
30
+ import { _stringify } from '../string/stringify.js'
31
+ import { _ms, _since } from '../time/time.util.js'
32
+ import type {
33
+ AnyObject,
34
+ ErrorDataTuple,
35
+ NumberOfMilliseconds,
36
+ UnixTimestampMillis,
37
+ } from '../types.js'
33
38
  import type {
34
39
  FetcherAfterResponseHook,
35
40
  FetcherBeforeRequestHook,
@@ -45,9 +50,9 @@ import type {
45
50
  FetcherRetryOptions,
46
51
  GraphQLResponse,
47
52
  RequestInitNormalized,
48
- } from './fetcher.model'
49
- import type { HttpStatusFamily } from './http.model'
50
- import { HTTP_METHODS } from './http.model'
53
+ } from './fetcher.model.js'
54
+ import type { HttpStatusFamily } from './http.model.js'
55
+ import { HTTP_METHODS } from './http.model.js'
51
56
 
52
57
  const acceptByResponseType: Record<FetcherResponseType, string> = {
53
58
  text: 'text/plain',
package/src/index.ts CHANGED
@@ -1,96 +1,96 @@
1
- export * from './abort'
2
- export * from './array/array.util'
3
- export * from './array/range'
4
- export * from './bot'
5
- export * from './browser/adminService'
6
- export * from './browser/analytics.util'
7
- export * from './browser/i18n/fetchTranslationLoader'
8
- export * from './browser/i18n/translation.service'
9
- export * from './browser/imageFitter'
10
- export * from './browser/script.util'
11
- export * from './browser/topbar'
12
- export * from './datetime/dateInterval'
13
- export * from './datetime/localDate'
14
- export * from './datetime/localTime'
15
- export * from './datetime/timeInterval'
16
- export * from './datetime/wallTime'
17
- export * from './decorators/asyncMemo.decorator'
18
- export * from './decorators/createPromiseDecorator'
19
- export * from './decorators/debounce'
20
- export * from './decorators/debounce.decorator'
21
- export * from './decorators/decorator.util'
22
- export * from './decorators/logMethod.decorator'
23
- export * from './decorators/memo.decorator'
24
- export * from './decorators/memo.util'
25
- export * from './decorators/memoFn'
26
- export * from './decorators/memoFnAsync'
27
- export * from './decorators/retry.decorator'
28
- export * from './decorators/timeout.decorator'
29
- export * from './define'
30
- export * from './deviceIdService'
31
- export * from './enum.util'
32
- export * from './env'
33
- export * from './env/buildInfo'
34
- export * from './error/assert'
35
- export * from './error/error.model'
36
- export * from './error/error.util'
37
- export * from './error/errorMode'
38
- export * from './error/try'
39
- export * from './error/tryCatch'
40
- export * from './form.util'
41
- export * from './http/fetcher'
42
- export * from './http/fetcher.model'
43
- export * from './http/http.model'
44
- export * from './is.util'
45
- export * from './iter/asyncIterable2'
46
- export * from './iter/iterable2'
47
- export * from './json-schema/from-data/generateJsonSchemaFromData'
48
- export * from './json-schema/jsonSchema.cnst'
49
- export * from './json-schema/jsonSchema.model'
50
- export * from './json-schema/jsonSchema.util'
51
- export * from './json-schema/jsonSchemaBuilder'
52
- export * from './log/commonLogger'
53
- export * from './math/accumulatingAverage'
54
- export * from './math/math.util'
55
- export * from './math/sma'
56
- export * from './math/stack.util'
57
- export * from './nanoid'
58
- export * from './number/createDeterministicRandom'
59
- export * from './number/number.util'
60
- export * from './object/deepEquals'
61
- export * from './object/map2'
62
- export * from './object/object.util'
63
- export * from './object/set2'
64
- export * from './object/sortObject'
65
- export * from './object/sortObjectDeep'
66
- export * from './polyfill'
67
- export * from './promise/abortable'
68
- export * from './promise/pDefer'
69
- export * from './promise/pDelay'
70
- export * from './promise/pFilter'
71
- export * from './promise/pHang'
72
- export * from './promise/pMap'
73
- export * from './promise/pProps'
74
- export * from './promise/pQueue'
75
- export * from './promise/pRetry'
76
- export * from './promise/pState'
77
- export * from './promise/pTimeout'
78
- export * from './semver'
79
- export * from './string/case'
80
- export * from './string/escape'
81
- export * from './string/hash.util'
82
- export * from './string/json.util'
83
- export * from './string/leven'
84
- export * from './string/pupa'
85
- export * from './string/readingTime'
86
- export * from './string/regex'
87
- export * from './string/safeJsonStringify'
88
- export * from './string/slugify'
89
- export * from './string/string.util'
90
- export * from './string/stringify'
91
- export * from './string/url.util'
92
- export * from './time/time.util'
93
- export * from './typeFest'
94
- export * from './types'
95
- export * from './unit/size.util'
96
- export * from './web'
1
+ export * from './abort.js'
2
+ export * from './array/array.util.js'
3
+ export * from './array/range.js'
4
+ export * from './bot.js'
5
+ export * from './browser/adminService.js'
6
+ export * from './browser/analytics.util.js'
7
+ export * from './browser/i18n/fetchTranslationLoader.js'
8
+ export * from './browser/i18n/translation.service.js'
9
+ export * from './browser/imageFitter.js'
10
+ export * from './browser/script.util.js'
11
+ export * from './browser/topbar.js'
12
+ export * from './datetime/dateInterval.js'
13
+ export * from './datetime/localDate.js'
14
+ export * from './datetime/localTime.js'
15
+ export * from './datetime/timeInterval.js'
16
+ export * from './datetime/wallTime.js'
17
+ export * from './decorators/asyncMemo.decorator.js'
18
+ export * from './decorators/createPromiseDecorator.js'
19
+ export * from './decorators/debounce.decorator.js'
20
+ export * from './decorators/debounce.js'
21
+ export * from './decorators/decorator.util.js'
22
+ export * from './decorators/logMethod.decorator.js'
23
+ export * from './decorators/memo.decorator.js'
24
+ export * from './decorators/memo.util.js'
25
+ export * from './decorators/memoFn.js'
26
+ export * from './decorators/memoFnAsync.js'
27
+ export * from './decorators/retry.decorator.js'
28
+ export * from './decorators/timeout.decorator.js'
29
+ export * from './define.js'
30
+ export * from './deviceIdService.js'
31
+ export * from './enum.util.js'
32
+ export * from './env.js'
33
+ export * from './env/buildInfo.js'
34
+ export * from './error/assert.js'
35
+ export * from './error/error.model.js'
36
+ export * from './error/error.util.js'
37
+ export * from './error/errorMode.js'
38
+ export * from './error/try.js'
39
+ export * from './error/tryCatch.js'
40
+ export * from './form.util.js'
41
+ export * from './http/fetcher.js'
42
+ export * from './http/fetcher.model.js'
43
+ export * from './http/http.model.js'
44
+ export * from './is.util.js'
45
+ export * from './iter/asyncIterable2.js'
46
+ export * from './iter/iterable2.js'
47
+ export * from './json-schema/from-data/generateJsonSchemaFromData.js'
48
+ export * from './json-schema/jsonSchema.cnst.js'
49
+ export * from './json-schema/jsonSchema.model.js'
50
+ export * from './json-schema/jsonSchema.util.js'
51
+ export * from './json-schema/jsonSchemaBuilder.js'
52
+ export * from './log/commonLogger.js'
53
+ export * from './math/accumulatingAverage.js'
54
+ export * from './math/math.util.js'
55
+ export * from './math/sma.js'
56
+ export * from './math/stack.util.js'
57
+ export * from './nanoid.js'
58
+ export * from './number/createDeterministicRandom.js'
59
+ export * from './number/number.util.js'
60
+ export * from './object/deepEquals.js'
61
+ export * from './object/map2.js'
62
+ export * from './object/object.util.js'
63
+ export * from './object/set2.js'
64
+ export * from './object/sortObject.js'
65
+ export * from './object/sortObjectDeep.js'
66
+ export * from './polyfill.js'
67
+ export * from './promise/abortable.js'
68
+ export * from './promise/pDefer.js'
69
+ export * from './promise/pDelay.js'
70
+ export * from './promise/pFilter.js'
71
+ export * from './promise/pHang.js'
72
+ export * from './promise/pMap.js'
73
+ export * from './promise/pProps.js'
74
+ export * from './promise/pQueue.js'
75
+ export * from './promise/pRetry.js'
76
+ export * from './promise/pState.js'
77
+ export * from './promise/pTimeout.js'
78
+ export * from './semver.js'
79
+ export * from './string/case.js'
80
+ export * from './string/escape.js'
81
+ export * from './string/hash.util.js'
82
+ export * from './string/json.util.js'
83
+ export * from './string/leven.js'
84
+ export * from './string/pupa.js'
85
+ export * from './string/readingTime.js'
86
+ export * from './string/regex.js'
87
+ export * from './string/safeJsonStringify.js'
88
+ export * from './string/slugify.js'
89
+ export * from './string/string.util.js'
90
+ export * from './string/stringify.js'
91
+ export * from './string/url.util.js'
92
+ export * from './time/time.util.js'
93
+ export * from './typeFest.js'
94
+ export * from './types.js'
95
+ export * from './unit/size.util.js'
96
+ export * from './web.js'
package/src/is.util.ts CHANGED
@@ -1,5 +1,5 @@
1
- import type { Primitive } from './typeFest'
2
- import type { AnyObject, FalsyValue, NullishValue } from './types'
1
+ import type { Primitive } from './typeFest.js'
2
+ import type { AnyObject, FalsyValue, NullishValue } from './types.js'
3
3
 
4
4
  type Nullish<T> = T extends NullishValue ? T : never
5
5
  type Truthy<T> = T extends FalsyValue ? never : T
@@ -1,6 +1,6 @@
1
- import type { Promisable } from '../typeFest'
2
- import type { AbortableAsyncMapper, AbortableAsyncPredicate } from '../types'
3
- import { END, SKIP } from '../types'
1
+ import type { Promisable } from '../typeFest.js'
2
+ import type { AbortableAsyncMapper, AbortableAsyncPredicate } from '../types.js'
3
+ import { END, SKIP } from '../types.js'
4
4
 
5
5
  /**
6
6
  * Similar to Iterable2, but for AsyncIterable.
@@ -1,5 +1,5 @@
1
- import type { AbortableMapper, AbortablePredicate } from '../types'
2
- import { END, SKIP } from '../types'
1
+ import type { AbortableMapper, AbortablePredicate } from '../types.js'
2
+ import { END, SKIP } from '../types.js'
3
3
 
4
4
  /**
5
5
  * Iterable2 is a wrapper around Iterable that implements "Iterator Helpers proposal":
@@ -9,8 +9,8 @@ import type {
9
9
  JsonSchemaOneOf,
10
10
  JsonSchemaString,
11
11
  StringMap,
12
- } from '../..'
13
- import { _stringMapEntries, _uniq } from '../..'
12
+ } from '../../index.js'
13
+ import { _stringMapEntries, _uniq } from '../../index.js'
14
14
 
15
15
  type PrimitiveType = 'undefined' | 'null' | 'boolean' | 'string' | 'number'
16
16
  type Type = PrimitiveType | 'array' | 'object'
@@ -4,7 +4,7 @@ import type {
4
4
  JsonSchemaNumber,
5
5
  JsonSchemaObject,
6
6
  JsonSchemaString,
7
- } from './jsonSchema.model'
7
+ } from './jsonSchema.model.js'
8
8
 
9
9
  export const JSON_SCHEMA_ORDER: (
10
10
  | keyof JsonSchema
@@ -1,4 +1,4 @@
1
- import type { AnyObject, StringMap } from '../types'
1
+ import type { AnyObject, StringMap } from '../types.js'
2
2
 
3
3
  export type JsonSchema<T = unknown> =
4
4
  | JsonSchemaAny<T>
@@ -1,7 +1,7 @@
1
- import type { AnyObject } from '../index'
2
- import { _uniq } from '../index'
3
- import { _filterNullishValues } from '../object/object.util'
4
- import type { JsonSchemaObject } from './jsonSchema.model'
1
+ import type { AnyObject } from '../index.js'
2
+ import { _uniq } from '../index.js'
3
+ import { _filterNullishValues } from '../object/object.util.js'
4
+ import type { JsonSchemaObject } from './jsonSchema.model.js'
5
5
 
6
6
  /**
7
7
  * Merges s2 into s1 (mutates s1) and returns s1.
@@ -1,4 +1,4 @@
1
- import { _uniq } from '../array/array.util'
1
+ import { _uniq } from '../array/array.util.js'
2
2
  import type {
3
3
  AnyObject,
4
4
  BaseDBEntity,
@@ -6,9 +6,9 @@ import type {
6
6
  JsonSchemaArray,
7
7
  JsonSchemaOneOf,
8
8
  JsonSchemaTuple,
9
- } from '../index'
10
- import { _deepCopy, _sortObject, mergeJsonSchemaObjects } from '../index'
11
- import { JSON_SCHEMA_ORDER } from './jsonSchema.cnst'
9
+ } from '../index.js'
10
+ import { _deepCopy, _sortObject, mergeJsonSchemaObjects } from '../index.js'
11
+ import { JSON_SCHEMA_ORDER } from './jsonSchema.cnst.js'
12
12
  import type {
13
13
  JsonSchema,
14
14
  JsonSchemaAny,
@@ -20,7 +20,7 @@ import type {
20
20
  JsonSchemaObject,
21
21
  JsonSchemaRef,
22
22
  JsonSchemaString,
23
- } from './jsonSchema.model'
23
+ } from './jsonSchema.model.js'
24
24
 
25
25
  /* eslint-disable id-blacklist, @typescript-eslint/explicit-module-boundary-types */
26
26
 
@@ -1,5 +1,5 @@
1
- import type { BaseDBEntity } from '../types'
2
- import { jsonSchema } from './jsonSchemaBuilder'
1
+ import type { BaseDBEntity } from '../types.js'
2
+ import { jsonSchema } from './jsonSchemaBuilder.js'
3
3
 
4
4
  export const baseDBEntityJsonSchema = jsonSchema.object<BaseDBEntity>({
5
5
  id: jsonSchema.string(),
@@ -1,5 +1,5 @@
1
- import { _assert } from '../error/assert'
2
- import { _sortNumbers } from '../number/number.util'
1
+ import { _assert } from '../error/assert.js'
2
+ import { _sortNumbers } from '../number/number.util.js'
3
3
 
4
4
  /**
5
5
  * @returns Average of the array of numbers
@@ -1,4 +1,4 @@
1
- import { _average, _percentile, _percentiles, _range } from '../index'
1
+ import { _average, _percentile, _percentiles, _range } from '../index.js'
2
2
 
3
3
  /**
4
4
  * Implements a "round-robin" Stack ("first-in last-out" aka FILO) with a limited size.
@@ -1,4 +1,4 @@
1
- import type { Inclusiveness, SortDirection } from '../types'
1
+ import type { Inclusiveness, SortDirection } from '../types.js'
2
2
 
3
3
  export function _randomInt(minIncl: number, maxIncl: number): number {
4
4
  return Math.floor(Math.random() * (maxIncl - minIncl + 1) + minIncl)
@@ -1,4 +1,4 @@
1
- import { _isEmpty, _isObject } from '../is.util'
1
+ import { _isEmpty, _isObject } from '../is.util.js'
2
2
  import type {
3
3
  AnyObject,
4
4
  KeyValueTuple,
@@ -6,8 +6,8 @@ import type {
6
6
  ObjectPredicate,
7
7
  Reviver,
8
8
  ValueOf,
9
- } from '../types'
10
- import { _objectEntries, SKIP } from '../types'
9
+ } from '../types.js'
10
+ import { _objectEntries, SKIP } from '../types.js'
11
11
 
12
12
  /**
13
13
  * Returns clone of `obj` with only `props` preserved.
@@ -1,4 +1,4 @@
1
- import type { AnyObject } from '../index'
1
+ import type { AnyObject } from '../index.js'
2
2
 
3
3
  /**
4
4
  * Returns new object with keys sorder in the given order.
@@ -1,4 +1,4 @@
1
- import type { AnyFunction } from '../types'
1
+ import type { AnyFunction } from '../types.js'
2
2
 
3
3
  /**
4
4
  * Similar to AbortController and AbortSignal.
@@ -1,6 +1,6 @@
1
- import type { NumberOfMilliseconds, PromisableFunction } from '../types'
2
- import type { DeferredPromise } from './pDefer'
3
- import { pDefer } from './pDefer'
1
+ import type { NumberOfMilliseconds, PromisableFunction } from '../types.js'
2
+ import type { DeferredPromise } from './pDefer.js'
3
+ import { pDefer } from './pDefer.js'
4
4
 
5
5
  /**
6
6
  * Promisified version of setTimeout.
@@ -1,4 +1,4 @@
1
- import type { AsyncPredicate } from '../types'
1
+ import type { AsyncPredicate } from '../types.js'
2
2
 
3
3
  export async function pFilter<T>(iterable: Iterable<T>, filterFn: AsyncPredicate<T>): Promise<T[]> {
4
4
  const items = [...iterable]
@@ -1,5 +1,5 @@
1
- import type { AbortableAsyncMapper, CommonLogger } from '..'
2
- import { END, ErrorMode, SKIP } from '..'
1
+ import type { AbortableAsyncMapper, CommonLogger } from '../index.js'
2
+ import { END, ErrorMode, SKIP } from '../index.js'
3
3
 
4
4
  export interface PMapOptions {
5
5
  /**
@@ -1,7 +1,7 @@
1
- import { ErrorMode } from '../error/errorMode'
2
- import type { CommonLogger } from '../log/commonLogger'
3
- import type { DeferredPromise } from './pDefer'
4
- import { pDefer } from './pDefer'
1
+ import { ErrorMode } from '../error/errorMode.js'
2
+ import type { CommonLogger } from '../log/commonLogger.js'
3
+ import type { DeferredPromise } from './pDefer.js'
4
+ import { pDefer } from './pDefer.js'
5
5
 
6
6
  export interface PQueueCfg {
7
7
  concurrency: number
@@ -1,5 +1,5 @@
1
- import type { AnyFunction, CommonLogger, ErrorData, UnixTimestampMillis } from '..'
2
- import { _errorDataAppend, _since, pDelay, pTimeout } from '..'
1
+ import type { AnyFunction, CommonLogger, ErrorData, UnixTimestampMillis } from '../index.js'
2
+ import { _errorDataAppend, _since, pDelay, pTimeout } from '../index.js'
3
3
 
4
4
  export interface PRetryOptions {
5
5
  /**
@@ -1,7 +1,7 @@
1
- import type { ErrorData } from '../error/error.model'
2
- import { _errorDataAppend, TimeoutError } from '../error/error.util'
3
- import type { AnyAsyncFunction, NumberOfMilliseconds } from '../types'
4
- import { _typeCast } from '../types'
1
+ import type { ErrorData } from '../error/error.model.js'
2
+ import { _errorDataAppend, TimeoutError } from '../error/error.util.js'
3
+ import type { AnyAsyncFunction, NumberOfMilliseconds } from '../types.js'
4
+ import { _typeCast } from '../types.js'
5
5
 
6
6
  export interface PTimeoutOptions {
7
7
  /**
package/src/semver.ts CHANGED
@@ -1,6 +1,6 @@
1
- import { _range } from './array/range'
2
- import { _assert } from './error/assert'
3
- import type { SortDirection } from './types'
1
+ import { _range } from './array/range.js'
2
+ import { _assert } from './error/assert.js'
3
+ import type { SortDirection } from './types.js'
4
4
 
5
5
  export type SemverInput = string | Semver
6
6
  export type SemverInputNullable = SemverInput | null | undefined
@@ -1,5 +1,5 @@
1
- import { words } from './lodash/words'
2
- import { _upperFirst } from './string.util'
1
+ import { words } from './lodash/words.js'
2
+ import { _upperFirst } from './string.util.js'
3
3
 
4
4
  export function _camelCase(s: string): string {
5
5
  let r = ''
@@ -1,4 +1,4 @@
1
- import type { Integer } from '../types'
1
+ import type { Integer } from '../types.js'
2
2
 
3
3
  const BASE62 = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'
4
4
  // const BASE64 = BASE62 + '+/'
@@ -1,5 +1,5 @@
1
- import { JsonParseError } from '../error/error.util'
2
- import type { Reviver } from '../types'
1
+ import { JsonParseError } from '../error/error.util.js'
2
+ import type { Reviver } from '../types.js'
3
3
 
4
4
  // const possibleJsonStartTokens = ['{', '[', '"']
5
5
  const DETECT_JSON = /^\s*[{["\-\d]/
@@ -2,7 +2,7 @@
2
2
 
3
3
  /* eslint-disable */
4
4
 
5
- import { unicodeWords } from './unicodeWords'
5
+ import { unicodeWords } from './unicodeWords.js'
6
6
 
7
7
  const hasUnicodeWord = RegExp.prototype.test.bind(
8
8
  /[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,
@@ -11,8 +11,8 @@ Reasons:
11
11
 
12
12
  */
13
13
 
14
- import type { AnyObject } from '../types'
15
- import { htmlEscape } from './escape'
14
+ import type { AnyObject } from '../types.js'
15
+ import { htmlEscape } from './escape.js'
16
16
 
17
17
  export class MissingValueError extends Error {
18
18
  constructor(public key: any) {