Skip to content

Commit 2b4b570

Browse files
committed
fix: update dependencies
Signed-off-by: Snehil Shah <[email protected]>
1 parent b2907c1 commit 2b4b570

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

lib/node_modules/@stdlib/blas/ext/base/ssumpw/manifest.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"@stdlib/napi/argv",
4141
"@stdlib/napi/argv-int64",
4242
"@stdlib/napi/argv-strided-float32array",
43-
"@stdlib/math/base/assert/is-nanf",
4443
"@stdlib/napi/create-double",
44+
"@stdlib/math/base/assert/is-nanf",
4545
"@stdlib/blas/base/shared",
4646
"@stdlib/strided/base/stride2offset"
4747
]
@@ -56,7 +56,11 @@
5656
],
5757
"libraries": [],
5858
"libpath": [],
59-
"dependencies": []
59+
"dependencies": [
60+
"@stdlib/math/base/assert/is-nanf",
61+
"@stdlib/blas/base/shared",
62+
"@stdlib/strided/base/stride2offset"
63+
]
6064
},
6165
{
6266
"task": "examples",
@@ -68,7 +72,11 @@
6872
],
6973
"libraries": [],
7074
"libpath": [],
71-
"dependencies": []
75+
"dependencies": [
76+
"@stdlib/math/base/assert/is-nanf",
77+
"@stdlib/blas/base/shared",
78+
"@stdlib/strided/base/stride2offset"
79+
]
7280
}
7381
]
7482
}

0 commit comments

Comments
 (0)