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 Jan 17, 2024
1 parent c570344 commit 622b948
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/complex-base-assert-is-same-value.svg
[npm-url]: https://npmjs.org/package/@stdlib/complex-base-assert-is-same-value

[test-image]: https://github.com/stdlib-js/complex-base-assert-is-same-value/actions/workflows/test.yml/badge.svg?branch=v0.1.0
[test-url]: https://github.com/stdlib-js/complex-base-assert-is-same-value/actions/workflows/test.yml?query=branch:v0.1.0
[test-image]: https://github.com/stdlib-js/complex-base-assert-is-same-value/actions/workflows/test.yml/badge.svg?branch=main
[test-url]: https://github.com/stdlib-js/complex-base-assert-is-same-value/actions/workflows/test.yml?query=branch:main

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/complex-base-assert-is-same-value/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/complex-base-assert-is-same-value?branch=main
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

// MODULES //

var isSame = require( '@stdlib/assert-is-same-value' );
var isSame = require( '@stdlib/number-float64-base-assert-is-same-value' );
var reim = require( '@stdlib/complex-reim' );


Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/assert-is-same-value": "^0.1.1",
"@stdlib/complex-float64": "^0.1.1",
"@stdlib/complex-reim": "^0.1.1",
"@stdlib/number-float64-base-assert-is-same-value": "github:stdlib-js/number-float64-base-assert-is-same-value#main",
"@stdlib/number-float64-base-assert-is-same-value": "^0.1.0",
"@stdlib/utils-library-manifest": "^0.1.1"
},
"devDependencies": {
Expand Down

0 comments on commit 622b948

Please sign in to comment.