8000 Auto-generated commit · stdlib-js/streams-node-empty@69823d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 69823d6

Browse files
committed
Auto-generated commit
1 parent 6641eef commit 69823d6

File tree

5 files changed

+27
-75
lines changed

5 files changed

+27
-75
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T03:22:50.903Z

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ docs/**/node_modules/
101101
pids
102102
*.pid
103103
*.seed
104+
yarn.lock
105+
package-lock.json
104106

105107
# Typescript #
106108
##############

CHANGELOG.md

Lines changed: 19 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -2,49 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.2.2">
6-
7-
## 0.2.2 (2024-07-28)
8-
9-
No changes reported for this release.
10-
11-
</section>
12-
13-
<!-- /.release -->
14-
15-
<section class="release" id="v0.2.1">
16-
17-
## 0.2.1 (2024-02-24)
18-
19-
No changes reported for this release.
20-
21-
</section>
22-
23-
<!-- /.release -->
24-
25-
<section class="release" id="v0.2.0">
26-
27-
## 0.2.0 (2024-02-14)
28-
29-
<section class="bug-fixes">
5+
<section class="release" id="unreleased">
306

31-
### Bug Fixes
32-
33-
- [`c0785c9`](https://github.com/stdlib-js/stdlib/commit/c0785c9806e50e2c0c316e95d0160ee3c1748d49) - throw when provided options argument which is not an object
34-
35-
</section>
36-
37-
<!-- /.bug-fixes -->
7+
## Unreleased (2024-08-01)
388

399
<section class="commits">
4010

4111
### Commits
4212

4313
<details>
4414

45-
- [`c0785c9`](https://github.com/stdlib-js/stdlib/commit/c0785c9806e50e2c0c316e95d0160ee3c1748d49) - **fix:** throw when provided options argument which is not an object _(by Philipp Burckhardt)_
46-
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
47-
- [`8fbd70f`](https://github.com/stdlib-js/stdlib/commit/8fbd70f16653c25dfd2094511555c77d523c1126) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
4816

4917
</details>
5018

@@ -58,7 +26,7 @@ No changes reported for this release.
5826

5927
A total of 1 person contributed to this release. Thank you to this contributor:
6028

61-
- Philipp Burckhardt
29+
- Athan Reines
6230

6331
</section>
6432

@@ -68,60 +36,41 @@ A total of 1 person contributed to this release. Thank you to this contributor:
6836

6937
<!-- /.release -->
7038

71-
<section class="release" id="v0.1.0">
72-
73-
## 0.1.0 (2023-09-23)
74-
75-
<section class="features">
39+
<section class="release" id="v0.2.2">
7640

77-
### Features
41+
## 0.2.2 (2024-07-28)
7842

79-
- [`ca91187`](https://github.com/stdlib-js/stdlib/commit/ca9118749c1e8f3ad1f722ef69e3dc602e57b6c7) - update minimum TypeScript version 685C
43+
No changes reported for this release.
8044

8145
</section>
8246

83-
<!-- /.features -->
84-
85-
<section class="breaking-changes">
47+
<!-- /.release -->
8648

87-
### BREAKING CHANGES
49+
<section class="release" id="v0.2.1">
8850

89-
- [`ca91187`](https://github.com/stdlib-js/stdlib/commit/ca9118749c1e8f3ad1f722ef69e3dc602e57b6c7): update minimum TypeScript version
90-
- [`ca91187`](https://github.com/stdlib-js/stdlib/commit/ca9118749c1e8f3ad1f722ef69e3dc602e57b6c7): update minimum TypeScript version to 4.1
51+
## 0.2.1 (2024-02-24)
9152

92-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
53+
No changes reported for this release.
9354

9455
</section>
9556

96-
<!-- /.breaking-changes -->
97-
98-
<section class="commits">
99-
100-
### Commits
57+
<!-- /.release -->
10158

102-
<details>
59+
<section class="release" id="v0.2.0">
10360

104-
- [`ca91187`](https://github.com/stdlib-js/stdlib/commit/ca9118749c1e8f3ad1f722ef69e3dc602e57b6c7) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
105-
- [`55866ea`](https://github.com/stdlib-js/stdlib/commit/55866ea8ef1282528b839fd9ce9c43c6a80056f8) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
106-
- [`2229dd5`](https://github.com/stdlib-js/stdlib/commit/2229dd58274cc21fe4d07b886645315079039d3c) - **refactor:** swap out copy for assign in streams packages _(by Philipp Burckhardt)_
61+
## 0.2.0 (2024-02-14)
10762

108-
</details>
63+
No changes reported for this release.
10964

11065
</section>
11166

112-
<!-- /.commits -->
113-
114-
<section class="contributors">
115-
116-
### Contributors
117-
118-
A total of 1 person contributed to this release. Thank you to this contributor:
67+
<!-- /.release -->
11968

120-
- Philipp Burckhardt
69+
<section class="release" id="v0.1.0">
12170

122-
</section>
71+
## 0.1.0 (2023-09-23)
12372

124-
<!-- /.contributors -->
73+
No changes reported for this release.
12574

12675
</section>
12776

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
302302
[npm-image]: http://img.shields.io/npm/v/@stdlib/streams-node-empty.svg
303303
[npm-url]: https://npmjs.org/package/@stdlib/streams-node-empty
304304

305-
[test-image]: https://github.com/stdlib-js/streams-node-empty/actions/workflows/test.yml/badge.svg?branch=v0.2.2
306-
[test-url]: https://github.com/stdlib-js/streams-node-empty/actions/workflows/test.yml?query=branch:v0.2.2
305+
[test-image]: https://github.com/stdlib-js/streams-node-empty/actions/workflows/test.yml/badge.svg?branch=main
306+
[test-url]: https://github.com/stdlib-js/streams-node-empty/actions/workflows/test.yml?query=branch:main
307307

308308
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/streams-node-empty/main.svg
309309
[coverage-url]: https://codecov.io/github/stdlib-js/streams-node-empty?branch=main

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@stdlib/assert-is-plain-object": "^0.2.2",
4747
"@stdlib/cli-ctor": "^0.2.2",
4848
"@stdlib/fs-read-file": "^0.2.2",
49-
"@stdlib/object-assign": "^0.2.1",
49+
"@stdlib/object-assign": "^0.2.2",
5050
"@stdlib/streams-node-stdout": "^0.2.2",
5151
"@stdlib/string-format": "^0.2.2",
5252
"@stdlib/types": "^0.3.2",
@@ -62,11 +62,11 @@
6262
"@stdlib/assert-is-browser": "^0.2.2",
6363
"@stdlib/assert-is-windows": "^0.2.2",
6464
"@stdlib/process-exec-path": "^0.2.2",
65-
"@stdlib/streams-node-inspect-sink": "^0.2.1",
65+
"@stdlib/streams-node-inspect-sink": "^0.2.2",
6666
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6767
"istanbul": "^0.4.1",
6868
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
69-
"@stdlib/bench-harness": "^0.2.1"
69+
"@stdlib/bench-harness": "^0.2.2"
7070
},
7171
"engines": {
7272
"node": ">=0.10.0",

0 commit comments

Comments
 (0)
0