Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Oct 7, 2023
1 parent ea2cf5b commit 04a0e01
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 802 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,33 +37,33 @@
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/assert-has-own-property": "^0.1.0",
"@stdlib/assert-has-own-property": "^0.1.1",
"@stdlib/assert-is-nonnegative-integer": "^0.1.0",
"@stdlib/assert-is-number": "^0.1.0",
"@stdlib/assert-is-plain-object": "^0.1.0",
"@stdlib/assert-is-positive-number": "^0.1.0",
"@stdlib/constants-float64-max": "^0.1.0",
"@stdlib/math-base-assert-is-nan": "^0.1.0",
"@stdlib/assert-is-number": "^0.1.1",
"@stdlib/assert-is-plain-object": "^0.1.1",
"@stdlib/assert-is-positive-number": "^0.1.1",
"@stdlib/constants-float64-max": "^0.1.1",
"@stdlib/math-base-assert-is-nan": "^0.1.1",
"@stdlib/object-assign": "^0.1.0",
"@stdlib/random-base-frechet": "^0.1.0",
"@stdlib/string-format": "^0.1.0",
"@stdlib/string-format": "^0.1.1",
"@stdlib/symbol-iterator": "^0.1.0",
"@stdlib/types": "^0.1.0",
"@stdlib/utils-constant-function": "^0.1.0",
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.1.0",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.0",
"@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.1.0",
"@stdlib/utils-noop": "^0.1.0"
"@stdlib/utils-constant-function": "^0.1.1",
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.1.1",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1",
"@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.1.1",
"@stdlib/utils-noop": "^0.1.1"
},
"devDependencies": {
"@stdlib/array-uint32": "^0.1.0",
"@stdlib/assert-is-uint32array": "^0.1.0",
"@stdlib/assert-is-uint32array": "^0.1.1",
"@stdlib/bench": "^0.1.0",
"@stdlib/constants-float64-eps": "^0.1.0",
"@stdlib/constants-uint32-max": "^0.1.0",
"@stdlib/constants-float64-eps": "^0.1.1",
"@stdlib/constants-uint32-max": "^0.1.1",
"@stdlib/random-base-minstd": "^0.1.0",
"@stdlib/random-base-randu": "^0.1.0",
"@stdlib/time-now": "^0.1.0",
"@stdlib/time-now": "^0.1.1",
"proxyquire": "^2.0.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
Expand Down
Loading

0 comments on commit 04a0e01

Please sign in to comment.