@stdlib/ndarray-base-assert-is-column-major-contiguous 0.2.1 → 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 (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +5 -24
package/README.md CHANGED
@@ -206,11 +206,11 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
206
206
  [npm-image]: http://img.shields.io/npm/v/@stdlib/ndarray-base-assert-is-column-major-contiguous.svg
207
207
  [npm-url]: https://npmjs.org/package/@stdlib/ndarray-base-assert-is-column-major-contiguous
208
208
 
209
- [test-image]: https://github.com/stdlib-js/ndarray-base-assert-is-column-major-contiguous/actions/workflows/test.yml/badge.svg?branch=v0.2.1
210
- [test-url]: https://github.com/stdlib-js/ndarray-base-assert-is-column-major-contiguous/actions/workflows/test.yml?query=branch:v0.2.1
209
+ [test-image]: https://github.com/stdlib-js/ndarray-base-assert-is-column-major-contiguous/actions/workflows/test.yml/badge.svg?branch=v0.2.2
210
+ [test-url]: https://github.com/stdlib-js/ndarray-base-assert-is-column-major-contiguous/actions/workflows/test.yml?query=branch:v0.2.2
211
211
 
212
212
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-base-assert-is-column-major-contiguous/main.svg
213
- [coverage-url]: https://codecov.io/github/stdlib-js/ndarray-base-assert-is-column-major-contiguous?branch=v0.2.1
213
+ [coverage-url]: https://codecov.io/github/stdlib-js/ndarray-base-assert-is-column-major-contiguous?branch=main
214
214
 
215
215
  <!--
216
216
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/ndarray-base-assert-is-column-major-contiguous",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Determine if an array is column-major contiguous.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -15,21 +15,14 @@
15
15
  ],
16
16
  "main": "./lib",
17
17
  "directories": {
18
- "benchmark": "./benchmark",
19
18
  "doc": "./docs",
20
- "example": "./examples",
21
19
  "include": "./include",
22
20
  "lib": "./lib",
23
21
  "src": "./src",
24
- "test": "./test"
22
+ "dist": "./dist"
25
23
  },
26
24
  "types": "./docs/types",
27
- "scripts": {
28
- "test": "make test",
29
- "test-cov": "make test-cov",
30
- "examples": "make examples",
31
- "benchmark": "make benchmark"
32
- },
25
+ "scripts": {},
33
26
  "homepage": "https://stdlib.io",
34
27
  "repository": {
35
28
  "type": "git",
@@ -42,21 +35,9 @@
42
35
  "@stdlib/ndarray-base-assert-is-column-major": "^0.2.2",
43
36
  "@stdlib/ndarray-base-assert-is-single-segment-compatible": "^0.2.2",
44
37
  "@stdlib/ndarray-base-iteration-order": "^0.2.2",
45
- "@stdlib/ndarray-dtypes": "^0.3.0",
46
- "@stdlib/types": "^0.3.2",
47
- "@stdlib/utils-library-manifest": "^0.2.2"
48
- },
49
- "devDependencies": {
50
- "@stdlib/assert-is-boolean": "^0.2.2",
51
- "@stdlib/ndarray-base-shape2strides": "^0.2.2",
52
- "@stdlib/ndarray-base-strides2offset": "^0.2.2",
53
- "@stdlib/random-base-discrete-uniform": "^0.2.1",
54
- "@stdlib/random-base-randu": "^0.2.1",
55
- "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
56
- "istanbul": "^0.4.1",
57
- "tap-min": "git+https://github.com/Planeshifter/tap-min.git",
58
- "@stdlib/bench-harness": "^0.2.2"
38
+ "@stdlib/ndarray-dtypes": "^0.3.0"
59
39
  },
40
+ "devDependencies": {},
60
41
  "engines": {
61
42
  "node": ">=0.10.0",
62
43
  "npm": ">2.7.0"