@stdlib/math-base-special-kernel-betaincinv 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 +4 -23
package/README.md CHANGED
@@ -156,11 +156,11 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
156
156
  [npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-special-kernel-betaincinv.svg
157
157
  [npm-url]: https://npmjs.org/package/@stdlib/math-base-special-kernel-betaincinv
158
158
 
159
- [test-image]: https://github.com/stdlib-js/math-base-special-kernel-betaincinv/actions/workflows/test.yml/badge.svg?branch=v0.2.1
160
- [test-url]: https://github.com/stdlib-js/math-base-special-kernel-betaincinv/actions/workflows/test.yml?query=branch:v0.2.1
159
+ [test-image]: https://github.com/stdlib-js/math-base-special-kernel-betaincinv/actions/workflows/test.yml/badge.svg?branch=v0.2.2
160
+ [test-url]: https://github.com/stdlib-js/math-base-special-kernel-betaincinv/actions/workflows/test.yml?query=branch:v0.2.2
161
161
 
162
162
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-special-kernel-betaincinv/main.svg
163
- [coverage-url]: https://codecov.io/github/stdlib-js/math-base-special-kernel-betaincinv?branch=v0.2.1
163
+ [coverage-url]: https://codecov.io/github/stdlib-js/math-base-special-kernel-betaincinv?branch=main
164
164
 
165
165
  <!--
166
166
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/math-base-special-kernel-betaincinv",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Inverse incomplete beta function.",
5
5
  "license": "Apache-2.0 AND BSL-1.0",
6
6
  "author": {
@@ -15,20 +15,13 @@
15
15
  ],
16
16
  "main": "./lib",
17
17
  "directories": {
18
- "benchmark": "./benchmark",
19
18
  "doc": "./docs",
20
- "example": "./examples",
21
19
  "lib": "./lib",
22
20
  "scripts": "./scripts",
23
- "test": "./test"
21
+ "dist": "./dist"
24
22
  },
25
23
  "types": "./docs/types",
26
- "scripts": {
27
- "test": "make test",
28
- "test-cov": "make test-cov",
29
- "examples": "make examples",
30
- "benchmark": "make benchmark"
31
- },
24
+ "scripts": {},
32
25
  "homepage": "https://stdlib.io",
33
26
  "repository": {
34
27
  "type": "git",
@@ -70,19 +63,7 @@
70
63
  "@stdlib/math-base-special-sqrt": "^0.2.2",
71
64
  "@stdlib/math-base-tools-evalpoly": "^0.2.2"
72
65
  },
73
- "devDependencies": {
74
- "@stdlib/assert-is-number-array": "^0.2.2",
75
- "@stdlib/fs-write-file": "^0.2.2",
76
- "@stdlib/math-base-tools-continued-fraction": "^0.2.2",
77
- "@stdlib/math-base-tools-evalpoly-compile": "^0.3.0",
78
- "@stdlib/math-base-tools-sum-series": "^0.2.2",
79
- "@stdlib/random-base-randu": "^0.2.1",
80
- "@stdlib/time-current-year": "^0.2.2",
81
- "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
82
- "istanbul": "^0.4.1",
83
- "tap-min": "git+https://github.com/Planeshifter/tap-min.git",
84
- "@stdlib/bench-harness": "^0.2.2"
85
- },
66
+ "devDependencies": {},
86
67
  "engines": {
87
68
  "node": ">=0.10.0",
88
69
  "npm": ">2.7.0"