@stdlib/array-struct-factory 0.1.0 → 0.1.1

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 +2 -2
  2. package/package.json +23 -23
package/README.md CHANGED
@@ -369,8 +369,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
369
369
  [npm-image]: http://img.shields.io/npm/v/@stdlib/array-struct-factory.svg
370
370
  [npm-url]: https://npmjs.org/package/@stdlib/array-struct-factory
371
371
 
372
- [test-image]: https://github.com/stdlib-js/array-struct-factory/actions/workflows/test.yml/badge.svg?branch=v0.1.0
373
- [test-url]: https://github.com/stdlib-js/array-struct-factory/actions/workflows/test.yml?query=branch:v0.1.0
372
+ [test-image]: https://github.com/stdlib-js/array-struct-factory/actions/workflows/test.yml/badge.svg?branch=v0.1.1
373
+ [test-url]: https://github.com/stdlib-js/array-struct-factory/actions/workflows/test.yml?query=branch:v0.1.1
374
374
 
375
375
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-struct-factory/main.svg
376
376
  [coverage-url]: https://codecov.io/github/stdlib-js/array-struct-factory?branch=main
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/array-struct-factory",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Return a constructor for creating arrays having a fixed-width composite data type.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -29,28 +29,28 @@
29
29
  "url": "https://github.com/stdlib-js/stdlib/issues"
30
30
  },
31
31
  "dependencies": {
32
- "@stdlib/array-base-accessor-getter": "^0.2.2",
33
- "@stdlib/array-base-assert-contains": "^0.2.2",
34
- "@stdlib/array-base-getter": "^0.2.2",
35
- "@stdlib/array-buffer": "^0.2.2",
36
- "@stdlib/array-uint8": "^0.2.2",
37
- "@stdlib/assert-has-iterator-symbol-support": "^0.2.2",
38
- "@stdlib/assert-has-property": "^0.2.2",
39
- "@stdlib/assert-is-arraybuffer": "^0.2.2",
40
- "@stdlib/assert-is-collection": "^0.2.2",
41
- "@stdlib/assert-is-function": "^0.2.2",
42
- "@stdlib/assert-is-integer": "^0.2.2",
43
- "@stdlib/assert-is-nonnegative-integer": "^0.2.2",
44
- "@stdlib/assert-is-object": "^0.2.2",
45
- "@stdlib/assert-is-prototype-of": "^0.2.2",
46
- "@stdlib/assert-is-struct-constructor-like": "^0.1.0",
47
- "@stdlib/blas-base-gcopy": "^0.2.2",
48
- "@stdlib/dstructs-struct": "github:stdlib-js/dstructs-struct#main",
49
- "@stdlib/string-format": "^0.2.2",
50
- "@stdlib/symbol-iterator": "^0.2.2",
51
- "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.3",
52
- "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2",
53
- "@stdlib/error-tools-fmtprodmsg": "^0.2.2"
32
+ "@stdlib/array-base-accessor-getter": "^0.2.3",
33
+ "@stdlib/array-base-assert-contains": "^0.2.3",
34
+ "@stdlib/array-base-getter": "^0.2.3",
35
+ "@stdlib/array-buffer": "^0.2.3",
36
+ "@stdlib/array-uint8": "^0.2.3",
37
+ "@stdlib/assert-has-iterator-symbol-support": "^0.2.3",
38
+ "@stdlib/assert-has-property": "^0.2.3",
39
+ "@stdlib/assert-is-arraybuffer": "^0.2.3",
40
+ "@stdlib/assert-is-collection": "^0.2.3",
41
+ "@stdlib/assert-is-function": "^0.2.3",
42
+ "@stdlib/assert-is-integer": "^0.2.3",
43
+ "@stdlib/assert-is-nonnegative-integer": "^0.2.3",
44
+ "@stdlib/assert-is-object": "^0.2.3",
45
+ "@stdlib/assert-is-prototype-of": "^0.2.3",
46
+ "@stdlib/assert-is-struct-constructor-like": "^0.1.1",
47
+ "@stdlib/blas-base-gcopy": "^0.2.3",
48
+ "@stdlib/dstructs-struct": "^0.1.0",
49
+ "@stdlib/string-format": "^0.2.3",
50
+ "@stdlib/symbol-iterator": "^0.2.3",
51
+ "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.4",
52
+ "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
53
+ "@stdlib/error-tools-fmtprodmsg": "^0.2.3"
54
54
  },
55
55
  "devDependencies": {},
56
56
  "engines": {