Skip to content

Commit eddf2d5

Browse files
committed
Auto-generated commit
1 parent e9d64c8 commit eddf2d5

File tree

3 files changed

+44
-44
lines changed

3 files changed

+44
-44
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-05-26)
7+
## Unreleased (2025-05-27)
88

99
<section class="features">
1010

@@ -79,9 +79,9 @@
7979

8080
### Closed Issues
8181

82-
A total of 3 issues were closed in this release:
82+
A total of 4 issues were closed in this release:
8383

84-
[#5814](https://github.com/stdlib-js/stdlib/issues/5814), [#6901](https://github.com/stdlib-js/stdlib/issues/6901), [#6925](https://github.com/stdlib-js/stdlib/issues/6925)
84+
[#5814](https://github.com/stdlib-js/stdlib/issues/5814), [#6901](https://github.com/stdlib-js/stdlib/issues/6901), [#6925](https://github.com/stdlib-js/stdlib/issues/6925), [#7084](https://github.com/stdlib-js/stdlib/issues/7084)
8585

8686
</section>
8787

@@ -93,6 +93,7 @@ A total of 3 issues were closed in this release:
9393

9494
<details>
9595

96+
- [`26f5797`](https://github.com/stdlib-js/stdlib/commit/26f5797c30ac9fbdb8a5d11e3dc58ae71813ab0f) - **chore:** fix EditorConfig lint errors [(#7099)](https://github.com/stdlib-js/stdlib/pull/7099) _(by Lalit Narayan Yadav)_
9697
- [`89d9dc3`](https://github.com/stdlib-js/stdlib/commit/89d9dc316985aa3c194222afbf8146e58ff6d761) - **docs:** update namespace table of contents [(#7046)](https://github.com/stdlib-js/stdlib/pull/7046) _(by stdlib-bot)_
9798
- [`25231ce`](https://github.com/stdlib-js/stdlib/commit/25231ce28c32227f3514a468dd6b9b2ca494e53b) - **feat:** add `isEqualUint8ClampedArray` to namespace _(by Athan Reines)_
9899
- [`b5c4b2c`](https://github.com/stdlib-js/stdlib/commit/b5c4b2caf155d22f1e18c3843294b8af70a30ce7) - **feat:** add `assert/is-equal-uint8clampedarray` _(by Athan Reines)_

napi/manifest.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
2-
"options": {},
3-
"fields": [
4-
{
5-
"field": "src",
6-
"resolve": true,
7-
"relative": true
8-
},
9-
{
10-
"field": "include",
11-
"resolve": true,
12-
"relative": true
13-
},
14-
{
15-
"field": "libraries",
16-
"resolve": false,
17-
"relative": false
18-
},
19-
{
20-
"field": "libpath",
21-
"resolve": true,
22-
"relative": false
23-
}
24-
],
25-
"confs": [
26-
{
27-
"src": [],
28-
"include": [
29-
"./include"
30-
],
31-
"libraries": [],
32-
"libpath": [],
33-
"dependencies": [
34-
"@stdlib/assert/napi/equal-typedarray-types",
35-
"@stdlib/assert/napi/equal-types",
2+
"options": {},
3+
"fields": [
4+
{
5+
"field": "src",
6+
"resolve": true,
7+
"relative": true
8+
},
9+
{
10+
"field": "include",
11+
"resolve": true,
12+
"relative": true
13+
},
14+
{
15+
"field": "libraries",
16+
"resolve": false,
17+
"relative": false
18+
},
19+
{
20+
"field": "libpath",
21+
"resolve": true,
22+
"relative": false
23+
}
24+
],
25+
"confs": [
26+
{
27+
"src": [],
28+
"include": [
29+
"./include"
30+
],
31+
"libraries": [],
32+
"libpath": [],
33+
"dependencies": [
34+
"@stdlib/assert/napi/equal-typedarray-types",
35+
"@stdlib/assert/napi/equal-types",
3636
"@stdlib/assert/napi/has-property",
37-
"@stdlib/assert/napi/is-type",
38-
"@stdlib/assert/napi/is-typedarray",
39-
"@stdlib/assert/napi/status-ok"
40-
]
41-
}
42-
]
37+
"@stdlib/assert/napi/is-type",
38+
"@stdlib/assert/napi/is-typedarray",
39+
"@stdlib/assert/napi/status-ok"
40+
]
41+
}
42+
]
4343
}

0 commit comments

Comments
 (0)