Skip to content

Commit 4cc77a7

Browse files
committed
Auto-generated commit
1 parent c523efc commit 4cc77a7

7 files changed

Lines changed: 21 additions & 142 deletions

File tree

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-03-16T02:32:42.461Z

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2026-02-07)
7+
## Unreleased (2026-03-16)
88

99
<section class="commits">
1010

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,11 @@ For more information on the project, filing bug reports and feature requests, an
263263

264264
---
265265

266+
## License
267+
268+
See [LICENSE][stdlib-license].
269+
270+
266271
## Copyright
267272

268273
Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
@@ -309,6 +314,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
309314
[esm-readme]: https://github.com/stdlib-js/math-base-assert-is-nonnegative-integerf/blob/esm/README.md
310315
[branches-url]: https://github.com/stdlib-js/math-base-assert-is-nonnegative-integerf/blob/main/branches.md
311316

317+
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/math-base-assert-is-nonnegative-integerf/main/LICENSE
318+
312319
[ieee754]: https://en.wikipedia.org/wiki/IEEE_754-1985
313320

314321
<!-- <related-links> -->

dist/index.js

Lines changed: 4 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.js

Lines changed: 0 additions & 53 deletions
This file was deleted.

dist/native.js

Lines changed: 0 additions & 51 deletions
This file was deleted.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,22 @@
4141
},
4242
"dependencies": {
4343
"@stdlib/math-base-special-floorf": "^0.2.3",
44-
"@stdlib/utils-library-manifest": "^0.2.3"
44+
"@stdlib/utils-library-manifest": "^0.2.4"
4545
},
4646
"devDependencies": {
47-
"@stdlib/assert-is-boolean": "^0.2.2",
47+
"@stdlib/assert-is-boolean": "^0.2.3",
4848
"@stdlib/boolean-ctor": "^0.2.3",
49-
"@stdlib/constants-float32-ninf": "^0.2.2",
50-
"@stdlib/constants-float32-pinf": "^0.2.2",
49+
"@stdlib/constants-float32-ninf": "^0.2.3",
50+
"@stdlib/constants-float32-pinf": "^0.2.3",
5151
"@stdlib/math-base-special-truncf": "^0.2.3",
52-
"@stdlib/random-array-discrete-uniform": "^0.2.1",
53-
"@stdlib/random-base-randu": "^0.2.2",
52+
"@stdlib/random-array-discrete-uniform": "^0.2.2",
53+
"@stdlib/random-base-randu": "^0.2.3",
5454
"@stdlib/string-format": "^0.2.3",
55-
"@stdlib/utils-try-require": "^0.2.2",
55+
"@stdlib/utils-try-require": "^0.2.3",
5656
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5757
"istanbul": "^0.4.1",
5858
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
59-
"@stdlib/bench-harness": "^0.2.2"
59+
"@stdlib/bench-harness": "^0.2.3"
6060
},
6161
"engines": {
6262
"node": ">=0.10.0",

0 commit comments

Comments
 (0)