Skip to content

Commit 2eb451e

Browse files
committed
New version: 1.0.5 (updated deps).
1 parent b41326e commit 2eb451e

File tree

5 files changed

+30
-24
lines changed

5 files changed

+30
-24
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
os: [ubuntu-latest, windows-latest, macOS-latest]
20-
node-version: [10, 12, 14, 15]
19+
os: [ubuntu-latest]
20+
node-version: [18, 20, 22]
2121

2222
steps:
2323
- uses: actions/checkout@v2

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The text of the BSD license is reproduced below.
77
The "New" BSD License:
88
**********************
99

10-
Copyright (c) 2005-2019, Eugene Lazutkin
10+
Copyright (c) 2005-2024, Eugene Lazutkin
1111
All rights reserved.
1212

1313
Redistribution and use in source and binary forms, with or without

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,13 @@ The code of all components is compact and simple. Please take a look at their so
6969

7070
Obviously, if a bug is found, or a way to simplify existing components, or new generic components are created, which can be reused in a variety of projects, don't hesitate to open a ticket, and/or create a pull request.
7171

72+
## License
73+
74+
BSD-3-Clause
75+
7276
## Release History
7377

78+
- 1.0.5 *technical release: updated deps.*
7479
- 1.0.4 *technical release: updated deps.*
7580
- 1.0.3 *technical release: updated deps.*
7681
- 1.0.2 *technical release: updated deps, updated license's year.*

package-lock.json

Lines changed: 19 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stream-csv-as-json",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Streams CSV files.",
55
"main": "index.js",
66
"scripts": {
@@ -27,10 +27,10 @@
2727
"homepage": "https://github.com/uhop/stream-csv-as-json#readme",
2828
"devDependencies": {
2929
"heya-unit": "^0.3.0",
30-
"stream-chain": "^2.2.4"
30+
"stream-chain": "^2.2.5"
3131
},
3232
"dependencies": {
33-
"stream-json": "^1.7.1"
33+
"stream-json": "^1.8.0"
3434
},
3535
"files": [
3636
"/*.js",

0 commit comments

Comments
 (0)