@stdlib/assert-has-dataview-support-cli 0.0.7 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +13 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -18,6 +18,17 @@ limitations under the License.
18
18
 
19
19
  -->
20
20
 
21
+
22
+ <details>
23
+ <summary>
24
+ About stdlib...
25
+ </summary>
26
+ <p>We believe in a future in which the web is a preferred environment for numerical computation. To help realize this future, we've built stdlib. stdlib is a standard library, with an emphasis on numerical and scientific computation, written in JavaScript (and C) for execution in browsers and in Node.js.</p>
27
+ <p>The library is fully decomposable, being architected in such a way that you can swap out and mix and match APIs and functionality to cater to your exact preferences and use cases.</p>
28
+ <p>When you use stdlib, you can be absolutely certain that you are using the most thorough, rigorous, well-written, studied, documented, tested, measured, and high-quality code out there.</p>
29
+ <p>To join us in bringing numerical computing to the web, get started by checking us out on <a href="https://github.com/stdlib-js/stdlib">GitHub</a>, and please consider <a href="https://opencollective.com/stdlib">financially supporting stdlib</a>. We greatly appreciate your continued support!</p>
30
+ </details>
31
+
21
32
  # DataView Support
22
33
 
23
34
  [![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->
@@ -136,8 +147,8 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
136
147
  [npm-image]: http://img.shields.io/npm/v/@stdlib/assert-has-dataview-support-cli.svg
137
148
  [npm-url]: https://npmjs.org/package/@stdlib/assert-has-dataview-support-cli
138
149
 
139
- [test-image]: https://github.com/stdlib-js/assert-has-dataview-support/actions/workflows/test.yml/badge.svg?branch=main
140
- [test-url]: https://github.com/stdlib-js/assert-has-dataview-support/actions/workflows/test.yml?query=branch:main
150
+ [test-image]: https://github.com/stdlib-js/assert-has-dataview-support/actions/workflows/test.yml/badge.svg?branch=v0.1.0
151
+ [test-url]: https://github.com/stdlib-js/assert-has-dataview-support/actions/workflows/test.yml?query=branch:v0.1.0
141
152
 
142
153
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-has-dataview-support/main.svg
143
154
  [coverage-url]: https://codecov.io/github/stdlib-js/assert-has-dataview-support?branch=main
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/assert-has-dataview-support-cli",
3
- "version": "0.0.7",
3
+ "version": "0.1.0",
4
4
  "description": "Detect native DataView support.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -25,14 +25,14 @@
25
25
  "url": "https://github.com/stdlib-js/stdlib/issues"
26
26
  },
27
27
  "dependencies": {
28
- "@stdlib/cli-ctor": "^0.0.3",
29
- "@stdlib/fs-read-file": "^0.0.8",
30
- "@stdlib/assert-has-dataview-support": "0.0.7"
28
+ "@stdlib/cli-ctor": "^0.1.0",
29
+ "@stdlib/fs-read-file": "^0.1.0",
30
+ "@stdlib/assert-has-dataview-support": "0.1.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@stdlib/assert-is-browser": "^0.0.8",
34
- "@stdlib/assert-is-windows": "^0.0.7",
35
- "@stdlib/process-exec-path": "^0.0.7",
33
+ "@stdlib/assert-is-browser": "^0.1.0",
34
+ "@stdlib/assert-is-windows": "^0.1.0",
35
+ "@stdlib/process-exec-path": "^0.1.0",
36
36
  "proxyquire": "^2.0.0",
37
37
  "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
38
38
  "istanbul": "^0.4.1",