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 1e21d51 commit 630a9ee
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 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,26 +37,26 @@
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/assert-has-own-property": "^0.1.0",
"@stdlib/assert-is-boolean": "^0.1.0",
"@stdlib/assert-is-buffer": "^0.1.0",
"@stdlib/assert-has-own-property": "^0.1.1",
"@stdlib/assert-is-boolean": "^0.1.1",
"@stdlib/assert-is-buffer": "^0.1.1",
"@stdlib/assert-is-collection": "^0.1.0",
"@stdlib/assert-is-error": "^0.1.0",
"@stdlib/assert-is-function": "^0.1.0",
"@stdlib/assert-is-error": "^0.1.1",
"@stdlib/assert-is-function": "^0.1.1",
"@stdlib/assert-is-integer": "^0.1.0",
"@stdlib/assert-is-nonnegative-integer": "^0.1.0",
"@stdlib/assert-is-nonnegative-number": "^0.1.0",
"@stdlib/assert-is-plain-object": "^0.1.0",
"@stdlib/assert-is-string": "^0.1.0",
"@stdlib/buffer-ctor": "^0.1.0",
"@stdlib/buffer-from-string": "^0.1.0",
"@stdlib/assert-is-nonnegative-number": "^0.1.1",
"@stdlib/assert-is-plain-object": "^0.1.1",
"@stdlib/assert-is-string": "^0.1.1",
"@stdlib/buffer-ctor": "^0.1.1",
"@stdlib/buffer-from-string": "^0.1.1",
"@stdlib/object-assign": "^0.1.0",
"@stdlib/string-format": "^0.1.0",
"@stdlib/string-format": "^0.1.1",
"@stdlib/types": "^0.1.0",
"@stdlib/utils-define-nonenumerable-property": "^0.1.0",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.0",
"@stdlib/utils-inherit": "^0.1.0",
"@stdlib/utils-next-tick": "^0.1.0",
"@stdlib/utils-define-nonenumerable-property": "^0.1.1",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1",
"@stdlib/utils-inherit": "^0.1.1",
"@stdlib/utils-next-tick": "^0.1.1",
"debug": "^2.6.9",
"readable-stream": "^2.1.4"
},
Expand All @@ -65,7 +65,7 @@
"@stdlib/bench": "^0.1.0",
"@stdlib/random-base-randu": "^0.1.0",
"@stdlib/streams-node-inspect-sink": "^0.1.0",
"@stdlib/utils-parse-json": "^0.1.0",
"@stdlib/utils-parse-json": "^0.1.1",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"
Expand Down

0 comments on commit 630a9ee

Please sign in to comment.