@stdlib/array-index 0.1.0 → 0.2.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.
- package/README.md +2 -2
- package/package.json +22 -22
package/README.md
CHANGED
|
@@ -518,8 +518,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
518
518
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-index.svg
|
|
519
519
|
[npm-url]: https://npmjs.org/package/@stdlib/array-index
|
|
520
520
|
|
|
521
|
-
[test-image]: https://github.com/stdlib-js/array-index/actions/workflows/test.yml/badge.svg?branch=v0.
|
|
522
|
-
[test-url]: https://github.com/stdlib-js/array-index/actions/workflows/test.yml?query=branch:v0.
|
|
521
|
+
[test-image]: https://github.com/stdlib-js/array-index/actions/workflows/test.yml/badge.svg?branch=v0.2.0
|
|
522
|
+
[test-url]: https://github.com/stdlib-js/array-index/actions/workflows/test.yml?query=branch:v0.2.0
|
|
523
523
|
|
|
524
524
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-index/main.svg
|
|
525
525
|
[coverage-url]: https://codecov.io/github/stdlib-js/array-index?branch=main
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/array-index",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Array index constructor.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -37,34 +37,34 @@
|
|
|
37
37
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@stdlib/array-base-assert-is-accessor-array": "^0.
|
|
41
|
-
"@stdlib/array-base-copy": "^0.
|
|
42
|
-
"@stdlib/array-base-resolve-getter": "^0.
|
|
43
|
-
"@stdlib/array-dtype": "^0.
|
|
44
|
-
"@stdlib/array-to-json": "^0.
|
|
45
|
-
"@stdlib/assert-has-own-property": "^0.
|
|
46
|
-
"@stdlib/assert-is-boolean": "^0.
|
|
47
|
-
"@stdlib/assert-is-collection": "^0.
|
|
48
|
-
"@stdlib/assert-is-integer": "^0.
|
|
49
|
-
"@stdlib/assert-is-plain-object": "^0.
|
|
50
|
-
"@stdlib/string-format": "^0.
|
|
40
|
+
"@stdlib/array-base-assert-is-accessor-array": "^0.2.0",
|
|
41
|
+
"@stdlib/array-base-copy": "^0.2.0",
|
|
42
|
+
"@stdlib/array-base-resolve-getter": "^0.2.0",
|
|
43
|
+
"@stdlib/array-dtype": "^0.2.0",
|
|
44
|
+
"@stdlib/array-to-json": "^0.2.0",
|
|
45
|
+
"@stdlib/assert-has-own-property": "^0.2.0",
|
|
46
|
+
"@stdlib/assert-is-boolean": "^0.2.0",
|
|
47
|
+
"@stdlib/assert-is-collection": "^0.2.0",
|
|
48
|
+
"@stdlib/assert-is-integer": "^0.2.0",
|
|
49
|
+
"@stdlib/assert-is-plain-object": "^0.2.0",
|
|
50
|
+
"@stdlib/string-format": "^0.2.0",
|
|
51
51
|
"@stdlib/types": "^0.3.1",
|
|
52
|
-
"@stdlib/utils-define-nonenumerable-property": "^0.
|
|
53
|
-
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.
|
|
54
|
-
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.
|
|
55
|
-
"@stdlib/utils-linked-list": "^0.
|
|
56
|
-
"@stdlib/error-tools-fmtprodmsg": "^0.
|
|
52
|
+
"@stdlib/utils-define-nonenumerable-property": "^0.2.0",
|
|
53
|
+
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.0",
|
|
54
|
+
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0",
|
|
55
|
+
"@stdlib/utils-linked-list": "^0.2.0",
|
|
56
|
+
"@stdlib/error-tools-fmtprodmsg": "^0.2.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@stdlib/array-base-to-accessor-array": "^0.1.0",
|
|
60
|
-
"@stdlib/array-int32": "^0.
|
|
61
|
-
"@stdlib/array-uint8": "^0.
|
|
62
|
-
"@stdlib/assert-instance-of": "^0.
|
|
63
|
-
"@stdlib/assert-is-string": "^0.
|
|
60
|
+
"@stdlib/array-int32": "^0.2.0",
|
|
61
|
+
"@stdlib/array-uint8": "^0.2.0",
|
|
62
|
+
"@stdlib/assert-instance-of": "^0.2.0",
|
|
63
|
+
"@stdlib/assert-is-string": "^0.2.0",
|
|
64
64
|
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
|
65
65
|
"istanbul": "^0.4.1",
|
|
66
66
|
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
|
|
67
|
-
"@stdlib/bench-harness": "^0.
|
|
67
|
+
"@stdlib/bench-harness": "^0.2.0",
|
|
68
68
|
"@stdlib/bench": "^0.3.1"
|
|
69
69
|
},
|
|
70
70
|
"engines": {
|