Skip to content

Commit cda8063

Browse files
committed
Auto-generated commit
1 parent f50faa0 commit cda8063

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`32bbcb3`](https://github.com/stdlib-js/stdlib/commit/32bbcb3b3dae1f028fd18166ee7875a93d44d0ee) - **refactor:** update paths _(by Athan Reines)_
2526
- [`8d4c46b`](https://github.com/stdlib-js/stdlib/commit/8d4c46b10ca912401e0ff0caa37a17cd3c443c2f) - **refactor:** update paths _(by Athan Reines)_
2627
- [`ed9c0a5`](https://github.com/stdlib-js/stdlib/commit/ed9c0a5e55ff09af3dd6af8c38615480e2c1828e) - **refactor:** update paths _(by Athan Reines)_
2728
- [`18b3c79`](https://github.com/stdlib-js/stdlib/commit/18b3c79c5035c7082618b7379cd6576e64393a96) - **refactor:** update paths _(by Athan Reines)_

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@stdlib/complex-float32-imag": "github:stdlib-js/complex-float32-imag#main",
7979
"@stdlib/complex-float32-real": "github:stdlib-js/complex-float32-real#main",
8080
"@stdlib/complex-float64-imag": "github:stdlib-js/complex-float64-imag#main",
81-
"@stdlib/complex-real": "^0.2.1",
81+
"@stdlib/complex-float64-real": "github:stdlib-js/complex-float64-real#main",
8282
"@stdlib/math-base-special-pow": "^0.2.1",
8383
"@stdlib/random-base-discrete-uniform": "^0.2.1",
8484
"@stdlib/strided-base-reinterpret-boolean": "^0.0.1",

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ var isComplex128 = require( '@stdlib/assert-is-complex128' );
5454
var reinterpret64 = require( '@stdlib/strided-base-reinterpret-complex64' );
5555
var reinterpret128 = require( '@stdlib/strided-base-reinterpret-complex128' );
5656
var reinterpretBoolean = require( '@stdlib/strided-base-reinterpret-boolean' );
57-
var real = require( '@stdlib/complex-real' );
57+
var real = require( '@stdlib/complex-float64-real' );
5858
var imag = require( '@stdlib/complex-float64-imag' );
5959
var realf = require( '@stdlib/complex-float32-real' );
6060
var imagf = require( '@stdlib/complex-float32-imag' );

0 commit comments

Comments
 (0)