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 5, 2023
1 parent d4bdf67 commit 685bd12
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,31 +41,31 @@
"dependencies": {
"@stdlib/array-to-json": "^0.1.0",
"@stdlib/array-uint32": "^0.1.0",
"@stdlib/assert-has-own-property": "^0.1.0",
"@stdlib/assert-is-boolean": "^0.1.0",
"@stdlib/assert-has-own-property": "^0.1.1",
"@stdlib/assert-is-boolean": "^0.1.1",
"@stdlib/assert-is-collection": "^0.1.0",
"@stdlib/assert-is-plain-object": "^0.1.0",
"@stdlib/assert-is-plain-object": "^0.1.1",
"@stdlib/assert-is-positive-integer": "^0.1.0",
"@stdlib/assert-is-uint32array": "^0.1.0",
"@stdlib/assert-is-uint32array": "^0.1.1",
"@stdlib/blas-base-gcopy": "^0.1.0",
"@stdlib/constants-float64-max-safe-integer": "^0.1.0",
"@stdlib/constants-uint32-max": "^0.1.0",
"@stdlib/math-base-ops-umul": "^0.1.0",
"@stdlib/constants-float64-max-safe-integer": "^0.1.1",
"@stdlib/constants-uint32-max": "^0.1.1",
"@stdlib/math-base-ops-umul": "^0.1.1",
"@stdlib/math-base-special-floor": "^0.1.0",
"@stdlib/math-base-special-max": "^0.1.0",
"@stdlib/math-base-special-max": "^0.1.1",
"@stdlib/random-base": "^0.1.0",
"@stdlib/string-format": "^0.1.0",
"@stdlib/string-format": "^0.1.1",
"@stdlib/types": "^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-library-manifest": "^0.1.0"
"@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-library-manifest": "^0.1.1"
},
"devDependencies": {
"@stdlib/bench": "^0.1.0",
"@stdlib/math-base-assert-is-nan": "^0.1.0",
"@stdlib/math-base-assert-is-nan": "^0.1.1",
"@stdlib/math-base-assert-is-nonnegative-integer": "^0.1.0",
"@stdlib/process-env": "^0.1.0",
"@stdlib/process-env": "^0.1.1",
"@stdlib/random-base-minstd-shuffle": "^0.1.0",
"@stdlib/stats-kstest": "^0.1.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
Expand Down

0 comments on commit 685bd12

Please sign in to comment.