|
80 | 80 | "@stdlib/array-base-copy": "^0.2.1",
|
81 | 81 | "@stdlib/array-base-copy-indexed": "^0.2.1",
|
82 | 82 | "@stdlib/array-base-count-falsy": "^0.1.1",
|
| 83 | + "@stdlib/array-base-count-same-value": "^0.1.1", |
83 | 84 | "@stdlib/array-base-count-truthy": "^0.1.1",
|
84 | 85 | "@stdlib/array-base-dedupe": "^0.2.1",
|
85 | 86 | "@stdlib/array-base-every": "^0.2.1",
|
|
164 | 165 | "@stdlib/array-base-quinary4d": "^0.2.1",
|
165 | 166 | "@stdlib/array-base-quinary5d": "^0.2.1",
|
166 | 167 | "@stdlib/array-base-reject": "^0.2.1",
|
167 |
| - "@stdlib/array-base-resolve-getter": "^0.2.0", |
| 168 | + "@stdlib/array-base-resolve-getter": "^0.2.1", |
168 | 169 | "@stdlib/array-base-resolve-setter": "^0.2.1",
|
169 | 170 | "@stdlib/array-base-reverse": "^0.2.1",
|
170 | 171 | "@stdlib/array-base-setter": "^0.2.1",
|
|
219 | 220 | "@stdlib/array-base-assert-is-same-kind-data-type-cast": "^0.3.1",
|
220 | 221 | "@stdlib/array-base-assert-is-signed-integer-data-type": "^0.2.1",
|
221 | 222 | "@stdlib/array-base-assert-is-unsigned-integer-data-type": "^0.2.1",
|
222 |
| - "@stdlib/array-cartesian-square": "^0.2.0", |
223 |
| - "@stdlib/array-complex128": "^0.2.0", |
224 |
| - "@stdlib/array-complex64": "^0.2.0", |
| 223 | + "@stdlib/array-base-with-lib": "github:stdlib-js/array-base-with-lib#main", |
| 224 | + "@stdlib/array-base-with-package.json": "github:stdlib-js/array-base-with-package.json#main", |
| 225 | + "@stdlib/array-cartesian-square": "^0.2.1", |
| 226 | + "@stdlib/array-complex128": "^0.2.1", |
| 227 | + "@stdlib/array-complex64": "^0.2.1", |
225 | 228 | "@stdlib/array-convert": "^0.2.1",
|
226 |
| - "@stdlib/array-dtype": "^0.2.0", |
| 229 | + "@stdlib/array-dtype": "^0.2.1", |
227 | 230 | "@stdlib/array-dtypes": "^0.2.1",
|
228 |
| - "@stdlib/array-filled": "^0.2.0", |
229 |
| - "@stdlib/array-filled-by": "^0.2.0", |
| 231 | + "@stdlib/array-filled": "^0.2.1", |
| 232 | + "@stdlib/array-filled-by": "^0.2.1", |
230 | 233 | "@stdlib/array-float32": "^0.2.1",
|
231 | 234 | "@stdlib/array-float64": "^0.2.1",
|
232 | 235 | "@stdlib/array-int16": "^0.2.1",
|
|
241 | 244 | "@stdlib/array-uint32": "^0.2.1",
|
242 | 245 | "@stdlib/array-uint8": "^0.2.1",
|
243 | 246 | "@stdlib/array-uint8c": "^0.2.1",
|
244 |
| - "@stdlib/array-zero-to": "^0.2.0", |
245 |
| - "@stdlib/array-zeros": "^0.2.0", |
| 247 | + "@stdlib/array-zero-to": "^0.2.1", |
| 248 | + "@stdlib/array-zeros": "^0.2.1", |
246 | 249 | "@stdlib/assert-has-own-property": "^0.2.1",
|
247 | 250 | "@stdlib/assert-instance-of": "^0.2.1",
|
248 | 251 | "@stdlib/assert-is-array": "^0.2.1",
|
|
262 | 265 | "@stdlib/assert-is-plain-object": "^0.2.1",
|
263 | 266 | "@stdlib/assert-is-positive-integer": "^0.2.1",
|
264 | 267 | "@stdlib/assert-is-same-complex128": "^0.2.1",
|
265 |
| - "@stdlib/assert-is-same-complex128array": "^0.2.0", |
| 268 | + "@stdlib/assert-is-same-complex128array": "^0.2.1", |
266 | 269 | "@stdlib/assert-is-same-complex64": "^0.2.1",
|
267 |
| - "@stdlib/assert-is-same-complex64array": "^0.2.0", |
268 |
| - "@stdlib/assert-is-same-float64array": "^0.2.0", |
| 270 | + "@stdlib/assert-is-same-complex64array": "^0.2.1", |
| 271 | + "@stdlib/assert-is-same-float64array": "^0.2.1", |
269 | 272 | "@stdlib/assert-is-same-value": "^0.2.1",
|
| 273 | + "@stdlib/assert-is-same-value-zero": "^0.2.1", |
270 | 274 | "@stdlib/assert-is-string": "^0.2.1",
|
271 |
| - "@stdlib/blas-base-gcopy": "^0.2.0", |
| 275 | + "@stdlib/blas-base-gcopy": "^0.2.1", |
272 | 276 | "@stdlib/blas-base-gscal": "^0.2.1",
|
273 |
| - "@stdlib/blas-ext-base-gfill": "^0.2.0", |
| 277 | + "@stdlib/blas-ext-base-gfill": "^0.2.1", |
274 | 278 | "@stdlib/blas-ext-base-grev": "^0.2.1",
|
275 | 279 | "@stdlib/blas-ext-base-gsort2hp": "^0.2.1",
|
276 | 280 | "@stdlib/buffer-alloc-unsafe": "^0.2.1",
|
|
300 | 304 | "@stdlib/math-base-special-cbrt": "^0.2.1",
|
301 | 305 | "@stdlib/math-base-special-ceil": "^0.2.1",
|
302 | 306 | "@stdlib/math-base-special-exp2": "^0.2.1",
|
303 |
| - "@stdlib/math-base-special-floor": "^0.2.1", |
| 307 | + "@stdlib/math-base-special-floor": "^0.2.2", |
304 | 308 | "@stdlib/math-base-special-identity": "^0.2.1",
|
305 | 309 | "@stdlib/math-base-special-pow": "^0.2.1",
|
306 | 310 | "@stdlib/math-base-special-sqrt": "^0.2.1",
|
|
310 | 314 | "@stdlib/ndarray-base-shape2strides": "^0.2.1",
|
311 | 315 | "@stdlib/ndarray-base-vind2bind": "^0.2.1",
|
312 | 316 | "@stdlib/ndarray-orders": "^0.2.1",
|
313 |
| - "@stdlib/random-array-bernoulli": "^0.2.0", |
314 |
| - "@stdlib/random-array-discrete-uniform": "^0.2.0", |
315 |
| - "@stdlib/random-array-uniform": "^0.2.0", |
316 |
| - "@stdlib/random-base-bernoulli": "^0.2.0", |
317 |
| - "@stdlib/random-base-discrete-uniform": "^0.2.0", |
318 |
| - "@stdlib/random-base-randu": "^0.2.0", |
319 |
| - "@stdlib/random-base-uniform": "^0.2.0", |
320 |
| - "@stdlib/random-sample": "^0.2.0", |
| 317 | + "@stdlib/random-array-bernoulli": "^0.2.1", |
| 318 | + "@stdlib/random-array-discrete-uniform": "^0.2.1", |
| 319 | + "@stdlib/random-array-uniform": "^0.2.1", |
| 320 | + "@stdlib/random-base-bernoulli": "^0.2.1", |
| 321 | + "@stdlib/random-base-discrete-uniform": "^0.2.1", |
| 322 | + "@stdlib/random-base-randu": "^0.2.1", |
| 323 | + "@stdlib/random-base-uniform": "^0.2.1", |
| 324 | + "@stdlib/random-sample": "^0.2.1", |
321 | 325 | "@stdlib/slice-base-length": "^0.2.1",
|
322 | 326 | "@stdlib/slice-base-normalize-slice": "^0.2.1",
|
323 | 327 | "@stdlib/slice-ctor": "^0.2.1",
|
|
0 commit comments