@sapphire/iterator-utilities 1.0.2-next.804cc21e.0 → 1.0.2-next.9b757203

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/README.md +56 -9
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -18,16 +18,63 @@
18
18
  - [Features](#features)
19
19
  - [Installation](#installation)
20
20
  - [Usage](#usage)
21
- - [Resolving](#resolving)
22
- - [Checking for the existence of any bit](#checking-for-the-existence-of-any-bit)
23
- - [Checking for the existence of one or multiple bits](#checking-for-the-existence-of-one-or-multiple-bits)
24
- - [Getting the field's complement](#getting-the-fields-complement)
25
- - [Getting the union of different fields](#getting-the-union-of-different-fields)
26
- - [Getting the intersection between different fields](#getting-the-intersection-between-different-fields)
27
- - [Getting the symmetric difference between different fields](#getting-the-symmetric-difference-between-different-fields)
28
- - [Formatting a field](#formatting-a-field)
21
+ - [`append`](#append)
22
+ - [`at`](#at)
23
+ - [`average`](#average)
24
+ - [`chain`](#chain)
25
+ - [`chunk`](#chunk)
26
+ - [`compact`](#compact)
27
+ - [`compress`](#compress)
28
+ - [`contains`](#contains)
29
+ - [`count`](#count)
30
+ - [`cycle`](#cycle)
31
+ - [`difference`](#difference)
32
+ - [`drop`](#drop)
33
+ - [`dropLast`](#droplast)
34
+ - [`dropWhile`](#dropwhile)
35
+ - [`empty`](#empty)
36
+ - [`enumerate`](#enumerate)
37
+ - [`every`](#every)
38
+ - [`filter`](#filter)
39
+ - [`find`](#find)
40
+ - [`findIndex`](#findindex)
41
+ - [`first`](#first)
42
+ - [`flat`](#flat)
43
+ - [`flatMap`](#flatmap)
44
+ - [`forEach`](#foreach)
45
+ - [`from`](#from)
46
+ - [`indexOf`](#indexof)
47
+ - [`intersect`](#intersect)
48
+ - [`isEmpty`](#isempty)
49
+ - [`last`](#last)
50
+ - [`map`](#map)
51
+ - [`max`](#max)
52
+ - [`min`](#min)
53
+ - [`partition`](#partition)
54
+ - [`peekable`](#peekable)
55
+ - [`prepend`](#prepend)
56
+ - [`product`](#product)
57
+ - [`range`](#range)
58
+ - [`reduce`](#reduce)
59
+ - [`repeat`](#repeat)
60
+ - [`reverse`](#reverse)
61
+ - [`slice`](#slice)
62
+ - [`some`](#some)
63
+ - [`sorted`](#sorted)
64
+ - [`starMap`](#starmap)
65
+ - [`sum`](#sum)
66
+ - [`take`](#take)
67
+ - [`takeLast`](#takelast)
68
+ - [`takeWhile`](#takewhile)
69
+ - [`tee`](#tee)
70
+ - [`toArray`](#toarray)
71
+ - [`toIterableIterator`](#toiterableiterator)
72
+ - [`union`](#union)
73
+ - [`unique`](#unique)
74
+ - [`unzip`](#unzip)
75
+ - [`zip`](#zip)
29
76
  - [Buy us some doughnuts](#buy-us-some-doughnuts)
30
- - [Contributors](#contributors-)
77
+ - [Contributors](#contributors)
31
78
 
32
79
  ## Features
33
80
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/iterator-utilities",
3
- "version": "1.0.2-next.804cc21e.0",
3
+ "version": "1.0.2-next.9b757203",
4
4
  "description": "An iterator utility library for JavaScript.",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -52,11 +52,11 @@
52
52
  "access": "public"
53
53
  },
54
54
  "devDependencies": {
55
- "@favware/cliff-jumper": "^3.0.3",
55
+ "@favware/cliff-jumper": "^4.0.1",
56
56
  "@vitest/coverage-v8": "^1.6.0",
57
- "npm-run-all2": "^6.1.2",
57
+ "npm-run-all2": "^6.2.0",
58
58
  "tsup": "^8.0.2",
59
- "tsx": "^4.9.3",
59
+ "tsx": "^4.11.0",
60
60
  "typedoc": "^0.25.13",
61
61
  "typedoc-json-parser": "^10.0.0",
62
62
  "typescript": "^5.4.5",