Skip to content

Commit 03c3147

Browse files
committed
Auto-generated commit
1 parent 4ad5321 commit 03c3147

File tree

5 files changed

+22
-82
lines changed

5 files changed

+22
-82
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:56.106Z

.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: 14 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.2.2">
5+
<section class="release" id="unreleased">
66

7-
## 0.2.2 (2024-07-28)
7+
## Unreleased (2024-08-01)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`a78f7d1`](https://github.com/stdlib-js/stdlib/commit/a78f7d1b859b6b1d7b0bc0ee4daf76789e3e0910) - **style:** add missing spaces _(by Philipp Burckhardt)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1616

1717
</details>
1818

@@ -26,7 +26,7 @@
2626

2727
A total of 1 person contributed to this release. Thank you to this contributor:
2828

29-
- Philipp Burckhardt
29+
- Athan Reines
3030

3131
</section>
3232

@@ -36,45 +36,31 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3636

3737
<!-- /.release -->
3838

39-
<section class="release" id="v0.2.1">
39+
<section class="release" id="v0.2.2">
4040

41-
## 0.2.1 (2024-02-24)
41+
## 0.2.2 (2024-07-28)
4242

4343
No changes reported for this release.
4444

4545
</section>
4646

4747
<!-- /.release -->
4848

49-
<section class="release" id="v0.2.0">
50-
51-
## 0.2.0 (2024-02-14)
52-
53-
<section class="commits">
54-
55-
### Commits
56-
57-
<details>
49+
<section class="release" id="v0.2.1">
5850

59-
- [`8fbd70f`](https://github.com/stdlib-js/stdlib/commit/8fbd70f16653c25dfd2094511555c77d523c1126) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
51+
## 0.2.1 (2024-02-24)
6052

61-
</details>
53+
No changes reported for this release.
6254

6355
</section>
6456

65-
<!-- /.commits -->
66-
67-
<section class="contributors">
68-
69-
### Contributors
70-
71-
A total of 1 person contributed to this release. Thank you to this contributor:
57+
<!-- /.release -->
7258

73-
- Philipp Burckhardt
59+
<section class="release" id="v0.2.0">
7460

75-
</section>
61+
## 0.2.0 (2024-02-14)
7662

77-
<!-- /.contributors -->
63+
No changes reported for this release.
7864

7965
</section>
8066

@@ -84,56 +70,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
8470

8571
## 0.1.0 (2023-09-23)
8672

87-
<section class="features">
88-
89-
### Features
90-
91-
- [`ca91187`](https://github.com/stdlib-js/stdlib/commit/ca9118749c1e8f3ad1f722ef69e3dc602e57b6c7) - update minimum TypeScript version
92-
93-
</section>
94-
95-
<!-- /.features -->
96-
97-
<section class="breaking-changes">
98-
99-
### BREAKING CHANGES
100-
101-
- [`ca91187`](https://github.com/stdlib-js/stdlib/commit/ca9118749c1e8f3ad1f722ef69e3dc602e57b6c7): update minimum TypeScript version
102-
- [`ca91187`](https://github.com/stdlib-js/stdlib/commit/ca9118749c1e8f3ad1f722ef69e3dc602e57b6c7): update minimum TypeScript version to 4.1
103-
104-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
105-
106-
</section>
107-
108-
<!-- /.breaking-changes -->
109-
110-
<section class="commits">
111-
112-
### Commits
113-
114-
<details>
115-
116-
- [`ca91187`](https://github.com/stdlib-js/stdlib/commit/ca9118749c1e8f3ad1f722ef69e3dc602e57b6c7) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
117-
- [`55866ea`](https://github.com/stdlib-js/stdlib/commit/55866ea8ef1282528b839fd9ce9c43c6a80056f8) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
118-
- [`2229dd5`](https://github.com/stdlib-js/stdlib/commit/2229dd58274cc21fe4d07b886645315079039d3c) - **refactor:** swap out copy for assign in streams packages _(by Philipp Burckhardt)_
119-
120-
</details>
121-
122-
</section>
123-
124-
<!-- /.commits -->
125-
126-
<section class="contributors">
127-
128-
### Contributors
129-
130-
A total of 1 person contributed to this release. Thank you to this contributor:
131-
132-
- Philipp Burckhardt
133-
134-
</section>
135-
136-
<!-- /.contributors -->
73+
No changes reported for this release.
13774

13875
</section>
13976

README.md

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

335-
[test-image]: https://github.com/stdlib-js/streams-node-debug/actions/workflows/test.yml/badge.svg?branch=v0.2.2
336-
[test-url]: https://github.com/stdlib-js/streams-node-debug/actions/workflows/test.yml?query=branch:v0.2.2
335+
[test-image]: https://github.com/stdlib-js/streams-node-debug/actions/workflows/test.yml/badge.svg?branch=main
336+
[test-url]: https://github.com/stdlib-js/streams-node-debug/actions/workflows/test.yml?query=branch:main
337337

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@stdlib/assert-is-nonnegative-number": "^0.2.2",
4545
"@stdlib/assert-is-plain-object": "^0.2.2",
4646
"@stdlib/assert-is-string": "^0.2.2",
47-
"@stdlib/object-assign": "^0.2.1",
47+
"@stdlib/object-assign": "^0.2.2",
4848
"@stdlib/streams-node-inspect": "^0.2.2",
4949
"@stdlib/string-format": "^0.2.2",
5050
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2",
@@ -55,15 +55,15 @@
5555
"devDependencies": {
5656
"@stdlib/buffer-from-string": "^0.2.2",
5757
"@stdlib/streams-node-stdout": "^0.2.2",
58-
"@stdlib/streams-node-transform": "^0.2.1",
58+
"@stdlib/streams-node-transform": "^0.2.2",
5959
"@stdlib/utils-next-tick": "^0.2.2",
6060
"@stdlib/utils-noop": "^0.2.2",
6161
"@stdlib/utils-parse-json": "^0.2.2",
6262
"proxyquire": "^2.0.0",
6363
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6464
"istanbul": "^0.4.1",
6565
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
66-
"@stdlib/bench-harness": "^0.2.1"
66+
"@stdlib/bench-harness": "^0.2.2"
6767
},
6868
"engines": {
6969
"node": ">=0.10.0",

0 commit comments

Comments
 (0)