@stdlib/ndarray-base-to-array 0.2.0 → 0.2.2

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 (3) hide show
  1. package/NOTICE +1 -1
  2. package/README.md +5 -5
  3. package/package.json +5 -30
package/NOTICE CHANGED
@@ -1 +1 @@
1
- Copyright (c) 2016-2024 The Stdlib Authors.
1
+ Copyright (c) 2016-2026 The Stdlib Authors.
package/README.md CHANGED
@@ -213,7 +213,7 @@ See [LICENSE][stdlib-license].
213
213
 
214
214
  ## Copyright
215
215
 
216
- Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
216
+ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
217
217
 
218
218
  </section>
219
219
 
@@ -226,8 +226,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
226
226
  [npm-image]: http://img.shields.io/npm/v/@stdlib/ndarray-base-to-array.svg
227
227
  [npm-url]: https://npmjs.org/package/@stdlib/ndarray-base-to-array
228
228
 
229
- [test-image]: https://github.com/stdlib-js/ndarray-base-to-array/actions/workflows/test.yml/badge.svg?branch=v0.2.0
230
- [test-url]: https://github.com/stdlib-js/ndarray-base-to-array/actions/workflows/test.yml?query=branch:v0.2.0
229
+ [test-image]: https://github.com/stdlib-js/ndarray-base-to-array/actions/workflows/test.yml/badge.svg?branch=v0.2.2
230
+ [test-url]: https://github.com/stdlib-js/ndarray-base-to-array/actions/workflows/test.yml?query=branch:v0.2.2
231
231
 
232
232
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-base-to-array/main.svg
233
233
  [coverage-url]: https://codecov.io/github/stdlib-js/ndarray-base-to-array?branch=main
@@ -239,8 +239,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
239
239
 
240
240
  -->
241
241
 
242
- [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
243
- [chat-url]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im
242
+ [chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
243
+ [chat-url]: https://stdlib.zulipchat.com
244
244
 
245
245
  [stdlib]: https://github.com/stdlib-js/stdlib
246
246
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/ndarray-base-to-array",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Convert an ndarray buffer to a generic array.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -15,19 +15,12 @@
15
15
  ],
16
16
  "main": "./lib",
17
17
  "directories": {
18
- "benchmark": "./benchmark",
19
18
  "doc": "./docs",
20
- "example": "./examples",
21
19
  "lib": "./lib",
22
- "test": "./test"
20
+ "dist": "./dist"
23
21
  },
24
22
  "types": "./docs/types",
25
- "scripts": {
26
- "test": "make test",
27
- "test-cov": "make test-cov",
28
- "examples": "make examples",
29
- "benchmark": "make benchmark"
30
- },
23
+ "scripts": {},
31
24
  "homepage": "https://stdlib.io",
32
25
  "repository": {
33
26
  "type": "git",
@@ -37,26 +30,9 @@
37
30
  "url": "https://github.com/stdlib-js/stdlib/issues"
38
31
  },
39
32
  "dependencies": {
40
- "@stdlib/array-base-arraylike2object": "^0.2.0",
41
- "@stdlib/types": "^0.3.1"
42
- },
43
- "devDependencies": {
44
- "@stdlib/array-complex64": "^0.1.0",
45
- "@stdlib/assert-is-array": "^0.2.0",
46
- "@stdlib/assert-is-array-array": "^0.2.0",
47
- "@stdlib/complex-imagf": "^0.2.0",
48
- "@stdlib/complex-realf": "^0.2.0",
49
- "@stdlib/ndarray-base-numel": "^0.2.0",
50
- "@stdlib/ndarray-base-shape2strides": "^0.2.0",
51
- "@stdlib/ndarray-base-strides2offset": "^0.2.0",
52
- "@stdlib/random-base-discrete-uniform": "^0.1.0",
53
- "@stdlib/random-base-randu": "^0.1.0",
54
- "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
55
- "istanbul": "^0.4.1",
56
- "tap-min": "git+https://github.com/Planeshifter/tap-min.git",
57
- "@stdlib/bench-harness": "^0.2.0",
58
- "@stdlib/bench": "^0.3.1"
33
+ "@stdlib/array-base-arraylike2object": "^0.2.2"
59
34
  },
35
+ "devDependencies": {},
60
36
  "engines": {
61
37
  "node": ">=0.10.0",
62
38
  "npm": ">2.7.0"
@@ -90,7 +66,6 @@
90
66
  "transform",
91
67
  "nested"
92
68
  ],
93
- "__stdlib__": {},
94
69
  "funding": {
95
70
  "type": "opencollective",
96
71
  "url": "https://opencollective.com/stdlib"