@stdlib/array-base-fliplr4d 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/NOTICE +1 -1
- package/README.md +6 -3
- package/package.json +5 -5
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2024 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -150,7 +150,7 @@ See [LICENSE][stdlib-license].
|
|
|
150
150
|
|
|
151
151
|
## Copyright
|
|
152
152
|
|
|
153
|
-
Copyright © 2016-
|
|
153
|
+
Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
154
154
|
|
|
155
155
|
</section>
|
|
156
156
|
|
|
@@ -163,8 +163,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
|
|
|
163
163
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-fliplr4d.svg
|
|
164
164
|
[npm-url]: https://npmjs.org/package/@stdlib/array-base-fliplr4d
|
|
165
165
|
|
|
166
|
-
[test-image]: https://github.com/stdlib-js/array-base-fliplr4d/actions/workflows/test.yml/badge.svg?branch=v0.
|
|
167
|
-
[test-url]: https://github.com/stdlib-js/array-base-fliplr4d/actions/workflows/test.yml?query=branch:v0.
|
|
166
|
+
[test-image]: https://github.com/stdlib-js/array-base-fliplr4d/actions/workflows/test.yml/badge.svg?branch=v0.2.0
|
|
167
|
+
[test-url]: https://github.com/stdlib-js/array-base-fliplr4d/actions/workflows/test.yml?query=branch:v0.2.0
|
|
168
168
|
|
|
169
169
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-fliplr4d/main.svg
|
|
170
170
|
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-fliplr4d?branch=main
|
|
@@ -187,8 +187,11 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
|
|
|
187
187
|
[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
|
|
188
188
|
|
|
189
189
|
[deno-url]: https://github.com/stdlib-js/array-base-fliplr4d/tree/deno
|
|
190
|
+
[deno-readme]: https://github.com/stdlib-js/array-base-fliplr4d/blob/deno/README.md
|
|
190
191
|
[umd-url]: https://github.com/stdlib-js/array-base-fliplr4d/tree/umd
|
|
192
|
+
[umd-readme]: https://github.com/stdlib-js/array-base-fliplr4d/blob/umd/README.md
|
|
191
193
|
[esm-url]: https://github.com/stdlib-js/array-base-fliplr4d/tree/esm
|
|
194
|
+
[esm-readme]: https://github.com/stdlib-js/array-base-fliplr4d/blob/esm/README.md
|
|
192
195
|
[branches-url]: https://github.com/stdlib-js/array-base-fliplr4d/blob/main/branches.md
|
|
193
196
|
|
|
194
197
|
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/array-base-fliplr4d/main/LICENSE
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/array-base-fliplr4d",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Reverse the order of elements along the last dimension of a four-dimensional nested input array.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@stdlib/array-base-fliplr3d": "^0.
|
|
41
|
-
"@stdlib/types": "^0.
|
|
40
|
+
"@stdlib/array-base-fliplr3d": "^0.2.0",
|
|
41
|
+
"@stdlib/types": "^0.3.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@stdlib/array-base-filled4d-by": "^0.1.0",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
|
52
52
|
"istanbul": "^0.4.1",
|
|
53
53
|
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
|
|
54
|
-
"@stdlib/bench-harness": "^0.
|
|
55
|
-
"@stdlib/bench": "^0.
|
|
54
|
+
"@stdlib/bench-harness": "^0.2.0",
|
|
55
|
+
"@stdlib/bench": "^0.3.1"
|
|
56
56
|
},
|
|
57
57
|
"engines": {
|
|
58
58
|
"node": ">=0.10.0",
|