Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Sep 23, 2023
1 parent e8f64fa commit 70b5849
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
[npm-image]: http:https://img.shields.io/npm/v/@stdlib/slice-multi.svg
[npm-url]: https://npmjs.org/package/@stdlib/slice-multi

[test-image]: https://github.com/stdlib-js/slice-multi/actions/workflows/test.yml/badge.svg?branch=v0.0.1
[test-url]: https://github.com/stdlib-js/slice-multi/actions/workflows/test.yml?query=branch:v0.0.1
[test-image]: https://github.com/stdlib-js/slice-multi/actions/workflows/test.yml/badge.svg?branch=v0.1.0
[test-url]: https://github.com/stdlib-js/slice-multi/actions/workflows/test.yml?query=branch:v0.1.0

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/slice-multi/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/slice-multi?branch=main
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stdlib/slice-multi",
"version": "0.0.1",
"version": "0.1.0",
"description": "Multi-slice constructor.",
"license": "Apache-2.0",
"author": {
Expand Down Expand Up @@ -37,26 +37,26 @@
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/assert-is-integer": "^0.0.8",
"@stdlib/assert-is-null": "^0.0.7",
"@stdlib/assert-is-integer": "^0.1.0",
"@stdlib/assert-is-null": "^0.1.0",
"@stdlib/assert-is-slice": "github:stdlib-js/assert-is-slice#main",
"@stdlib/assert-is-undefined": "^0.0.8",
"@stdlib/string-format": "^0.0.3",
"@stdlib/types": "^0.0.14",
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.0.7",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.7"
"@stdlib/assert-is-undefined": "^0.1.0",
"@stdlib/string-format": "^0.1.0",
"@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"
},
"devDependencies": {
"@stdlib/assert-has-own-property": "^0.0.7",
"@stdlib/assert-has-property": "^0.0.7",
"@stdlib/assert-instance-of": "^0.0.8",
"@stdlib/assert-is-array": "^0.0.7",
"@stdlib/assert-is-function": "^0.0.8",
"@stdlib/assert-has-own-property": "^0.1.0",
"@stdlib/assert-has-property": "^0.1.0",
"@stdlib/assert-instance-of": "^0.1.0",
"@stdlib/assert-is-array": "^0.1.0",
"@stdlib/assert-is-function": "^0.1.0",
"@stdlib/assert-is-nonnegative-integer": "^0.0.7",
"@stdlib/assert-is-plain-object": "^0.0.7",
"@stdlib/assert-is-string": "^0.0.8",
"@stdlib/bench": "^0.0.12",
"@stdlib/slice-ctor": "github:stdlib-js/slice-ctor#main",
"@stdlib/assert-is-plain-object": "^0.1.0",
"@stdlib/assert-is-string": "^0.1.0",
"@stdlib/bench": "^0.1.0",
"@stdlib/slice-ctor": "^0.1.0",
"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 70b5849

Please sign in to comment.