Skip to content

Commit bf3a111

Browse files
committed
Auto-generated commit
1 parent ad96eab commit bf3a111

4 files changed

Lines changed: 5 additions & 8 deletions

File tree

.github/.keepalive

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

CHANGELOG.md

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

7-
## Unreleased (2026-05-30)
7+
## Unreleased (2026-06-03)
88

99
<section class="issues">
1010

@@ -24,6 +24,7 @@ This release closes the following issue:
2424

2525
<details>
2626

27+
- [`3dc641d`](https://github.com/stdlib-js/stdlib/commit/3dc641dc0a6bbd17f8cee1f10064d2172aecfe8f) - **chore:** remove unused types reference [(#12452)](https://github.com/stdlib-js/stdlib/pull/12452) _(by Philipp Burckhardt)_
2728
- [`67c0a20`](https://github.com/stdlib-js/stdlib/commit/67c0a2044e515ea6733765a48be54f09ea749d8f) - **bench:** refactor to use string interpolation in `@stdlib/assert` [(#11398)](https:-/github.com/stdlib-js/stdlib/pull/11398) _(by Karan Anand)_
2829
- [`2c3cce1`](https://github.com/stdlib-js/stdlib/commit/2c3cce1ea3c3418873ff4c22eeaa23f674062178) - **chore:** fix JavaScript lint errors [(#10724)](https://github.com/stdlib-js/stdlib/pull/10724) _(by travisBREAKS, stdlib-bot)_
2930

@@ -37,9 +38,10 @@ This release closes the following issue:
3738

3839
### Contributors
3940

40-
A total of 2 people contributed to this release. Thank you to the following contributors:
41+
A total of 3 people contributed to this release. Thank you to the following contributors:
4142

4243
- Karan Anand
44+
- Philipp Burckhardt
4345
- travisBREAKS
4446

4547
</section>

docs/types/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818

1919
// TypeScript Version: 4.1
2020

21-
/// <reference types="@stdlib/types"/>
22-
2321
/**
2422
* Tests if a value is an empty collection.
2523
*

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@
3636
"bugs": {
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
39-
"dependencies": {
40-
"@stdlib/types": "^0.4.3"
41-
},
39+
"dependencies": {},
4240
"devDependencies": {
4341
"@stdlib/array-float32": "^0.2.3",
4442
"@stdlib/array-float64": "^0.2.3",

0 commit comments

Comments
 (0)