Skip to content

Commit 04b7640

Browse files
committed
Auto-generated commit
1 parent 4aa00de commit 04b7640

File tree

5 files changed

+27
-67
lines changed

5 files changed

+27
-67
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:21:57.524Z

.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 & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +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>
5+
<section class="release" id="unreleased">
126

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)
7+
## Unreleased (2024-08-01)
288

299
<section class="commits">
3010

3111
### Commits
3212

3313
<details>
3414

35-
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
36-
- [`8fbd70f`](https://github.com/stdlib-js/stdlib/commit/8fbd70f16653c25dfd2094511555c77d523c1126) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
37-
- [`417dfab`](https://github.com/stdlib-js/stdlib/commit/417dfab030be98ad5a6a03850d68f98ac4575fc3) - **style:** resolve lint error _(by Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
3816

3917
</details>
4018

@@ -46,10 +24,9 @@ No changes reported for this release.
4624

4725
### Contributors
4826

49-
A total of 2 people contributed to this release. Thank you to the following contributors:
27+
A total of 1 person contributed to this release. Thank you to this contributor:
5028

5129
- Athan Reines
52-
- Philipp Burckhardt
5330

5431
</section>
5532

@@ -59,61 +36,41 @@ A total of 2 people contributed to this release. Thank you to the following cont
5936

6037
<!-- /.release -->
6138

62-
<section class="release" id="v0.1.0">
63-
64-
## 0.1.0 (2023-09-23)
65-
66-
<section class="features">
39+
<section class="release" id="v0.2.2">
6740

68-
### Features
41+
## 0.2.2 (2024-07-28)
6942

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

7245
</section>
7346

74-
<!-- /.features -->
75-
76-
<section class="breaking-changes">
47+
<!-- /.release -->
7748

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

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

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

8555
</section>
8656

87-
<!-- /.breaking-changes -->
88-
89-
<section class="commits">
90-
91-
### Commits
57+
<!-- /.release -->
9258

93-
<details>
59+
<section class="release" id="v0.2.0">
9460

95-
- [`ca91187`](https://github.com/stdlib-js/stdlib/commit/ca9118749c1e8f3ad1f722ef69e3dc602e57b6c7) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
96-
- [`55866ea`](https://github.com/stdlib-js/stdlib/commit/55866ea8ef1282528b839fd9ce9c43c6a80056f8) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
97-
- [`289f01d`](https://github.com/stdlib-js/stdlib/commit/289f01d07a5f76bf70f5b2b74faedac293a37b98) - **refactor:** swap out copy for assign in streams packages _(by Philipp Burckhardt)_
98-
- [`a6aafba`](https://github.com/stdlib-js/stdlib/commit/a6aafba4ff5ee16ff039777addcea4af3b9f9412) - **docs:** remove extra empty lines and fix indent _(by Philipp Burckhardt)_
61+
## 0.2.0 (2024-02-14)
9962

100-
</details>
63+
No changes reported for this release.
10164

10265
</section>
10366

104-
<!-- /.commits -->
105-
106-
<section class="contributors">
107-
108-
### Contributors
109-
110-
A total of 1 person contributed to this release. Thank you to this contributor:
67+
<!-- /.release -->
11168

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

114-
</section>
71+
## 0.1.0 (2023-09-23)
11572

116-
<!-- /.contributors -->
73+
No changes reported for this release.
11774

11875
</section>
11976

README.md

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

387-
[test-image]: https://github.com/stdlib-js/streams-node-transform/actions/workflows/test.yml/badge.svg?branch=v0.2.2
388-
[test-url]: https://github.com/stdlib-js/streams-node-transform/actions/workflows/test.yml?query=branch:v0.2.2
387+
[test-image]: https://github.com/stdlib-js/streams-node-transform/actions/workflows/test.yml/badge.svg?branch=main
388+
[test-url]: https://github.com/stdlib-js/streams-node-transform/actions/workflows/test.yml?query=branch:main
389389

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@stdlib/assert-is-nonnegative-number": "^0.2.2",
4444
"@stdlib/assert-is-plain-object": "^0.2.2",
4545
"@stdlib/assert-is-string": "^0.2.2",
46-
"@stdlib/object-assign": "^0.2.1",
46+
"@stdlib/object-assign": "^0.2.2",
4747
"@stdlib/string-format": "^0.2.2",
4848
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2",
4949
"@stdlib/utils-inherit": "^0.2.2",
@@ -53,13 +53,13 @@
5353
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
5454
},
5555
"devDependencies": {
56-
"@stdlib/streams-node-inspect-sink": "^0.2.1",
56+
"@stdlib/streams-node-inspect-sink": "^0.2.2",
5757
"@stdlib/streams-node-stdout": "^0.2.2",
5858
"@stdlib/utils-noop": "^0.2.2",
5959
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6060
"istanbul": "^0.4.1",
6161
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
62-
"@stdlib/bench-harness": "^0.2.1"
62+
"@stdlib/bench-harness": "^0.2.2"
6363
},
6464
"engines": {
6565
"node": ">=0.10.0",

0 commit comments

Comments
 (0)