@thi.ng/arrays 2.2.0 → 2.2.1
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/CHANGELOG.md +1 -1
- package/package.json +32 -32
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/arrays",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"description": "Array / Arraylike utilities",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,16 +34,16 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.3.
|
|
38
|
-
"@thi.ng/checks": "^3.1.
|
|
39
|
-
"@thi.ng/compare": "^2.1.
|
|
40
|
-
"@thi.ng/equiv": "^2.1.
|
|
41
|
-
"@thi.ng/errors": "^2.1.
|
|
42
|
-
"@thi.ng/random": "^3.2.
|
|
37
|
+
"@thi.ng/api": "^8.3.5",
|
|
38
|
+
"@thi.ng/checks": "^3.1.5",
|
|
39
|
+
"@thi.ng/compare": "^2.1.5",
|
|
40
|
+
"@thi.ng/equiv": "^2.1.5",
|
|
41
|
+
"@thi.ng/errors": "^2.1.5",
|
|
42
|
+
"@thi.ng/random": "^3.2.5"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@microsoft/api-extractor": "^7.19.4",
|
|
46
|
-
"@thi.ng/testament": "^0.2.
|
|
46
|
+
"@thi.ng/testament": "^0.2.5",
|
|
47
47
|
"rimraf": "^3.0.2",
|
|
48
48
|
"tools": "^0.0.1",
|
|
49
49
|
"typedoc": "^0.22.13",
|
|
@@ -71,77 +71,77 @@
|
|
|
71
71
|
],
|
|
72
72
|
"exports": {
|
|
73
73
|
".": {
|
|
74
|
-
"
|
|
74
|
+
"default": "./index.js"
|
|
75
75
|
},
|
|
76
76
|
"./api": {
|
|
77
|
-
"
|
|
77
|
+
"default": "./api.js"
|
|
78
78
|
},
|
|
79
79
|
"./arg-sort": {
|
|
80
|
-
"
|
|
80
|
+
"default": "./arg-sort.js"
|
|
81
81
|
},
|
|
82
82
|
"./binary-search": {
|
|
83
|
-
"
|
|
83
|
+
"default": "./binary-search.js"
|
|
84
84
|
},
|
|
85
85
|
"./bisect": {
|
|
86
|
-
"
|
|
86
|
+
"default": "./bisect.js"
|
|
87
87
|
},
|
|
88
88
|
"./ends-with": {
|
|
89
|
-
"
|
|
89
|
+
"default": "./ends-with.js"
|
|
90
90
|
},
|
|
91
91
|
"./ensure-array": {
|
|
92
|
-
"
|
|
92
|
+
"default": "./ensure-array.js"
|
|
93
93
|
},
|
|
94
94
|
"./ensure-iterable": {
|
|
95
|
-
"
|
|
95
|
+
"default": "./ensure-iterable.js"
|
|
96
96
|
},
|
|
97
97
|
"./fill-range": {
|
|
98
|
-
"
|
|
98
|
+
"default": "./fill-range.js"
|
|
99
99
|
},
|
|
100
100
|
"./find": {
|
|
101
|
-
"
|
|
101
|
+
"default": "./find.js"
|
|
102
102
|
},
|
|
103
103
|
"./fuzzy-match": {
|
|
104
|
-
"
|
|
104
|
+
"default": "./fuzzy-match.js"
|
|
105
105
|
},
|
|
106
106
|
"./insert": {
|
|
107
|
-
"
|
|
107
|
+
"default": "./insert.js"
|
|
108
108
|
},
|
|
109
109
|
"./into": {
|
|
110
|
-
"
|
|
110
|
+
"default": "./into.js"
|
|
111
111
|
},
|
|
112
112
|
"./is-sorted": {
|
|
113
|
-
"
|
|
113
|
+
"default": "./is-sorted.js"
|
|
114
114
|
},
|
|
115
115
|
"./iterator": {
|
|
116
|
-
"
|
|
116
|
+
"default": "./iterator.js"
|
|
117
117
|
},
|
|
118
118
|
"./levenshtein": {
|
|
119
|
-
"
|
|
119
|
+
"default": "./levenshtein.js"
|
|
120
120
|
},
|
|
121
121
|
"./peek": {
|
|
122
|
-
"
|
|
122
|
+
"default": "./peek.js"
|
|
123
123
|
},
|
|
124
124
|
"./quicksort": {
|
|
125
|
-
"
|
|
125
|
+
"default": "./quicksort.js"
|
|
126
126
|
},
|
|
127
127
|
"./shuffle": {
|
|
128
|
-
"
|
|
128
|
+
"default": "./shuffle.js"
|
|
129
129
|
},
|
|
130
130
|
"./sort-cached": {
|
|
131
|
-
"
|
|
131
|
+
"default": "./sort-cached.js"
|
|
132
132
|
},
|
|
133
133
|
"./starts-with": {
|
|
134
|
-
"
|
|
134
|
+
"default": "./starts-with.js"
|
|
135
135
|
},
|
|
136
136
|
"./swap": {
|
|
137
|
-
"
|
|
137
|
+
"default": "./swap.js"
|
|
138
138
|
},
|
|
139
139
|
"./swizzle": {
|
|
140
|
-
"
|
|
140
|
+
"default": "./swizzle.js"
|
|
141
141
|
}
|
|
142
142
|
},
|
|
143
143
|
"thi.ng": {
|
|
144
144
|
"year": 2018
|
|
145
145
|
},
|
|
146
|
-
"gitHead": "
|
|
146
|
+
"gitHead": "5ee1feb590dd935593b1dd4e7f38a3ed3ba64765\n"
|
|
147
147
|
}
|