Skip to content

Commit

Permalink
New version: 1.0.5 (updated deps).
Browse files Browse the repository at this point in the history
  • Loading branch information
uhop committed Jun 13, 2024
1 parent b41326e commit 2eb451e
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The text of the BSD license is reproduced below.
The "New" BSD License:
**********************

Copyright (c) 2005-2019, Eugene Lazutkin
Copyright (c) 2005-2024, Eugene Lazutkin
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,13 @@ The code of all components is compact and simple. Please take a look at their so

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.

## License

BSD-3-Clause

## Release History

- 1.0.5 *technical release: updated deps.*
- 1.0.4 *technical release: updated deps.*
- 1.0.3 *technical release: updated deps.*
- 1.0.2 *technical release: updated deps, updated license's year.*
Expand Down
37 changes: 19 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-csv-as-json",
"version": "1.0.4",
"version": "1.0.5",
"description": "Streams CSV files.",
"main": "index.js",
"scripts": {
Expand All @@ -27,10 +27,10 @@
"homepage": "https://github.com/uhop/stream-csv-as-json#readme",
"devDependencies": {
"heya-unit": "^0.3.0",
"stream-chain": "^2.2.4"
"stream-chain": "^2.2.5"
},
"dependencies": {
"stream-json": "^1.7.1"
"stream-json": "^1.8.0"
},
"files": [
"/*.js",
Expand Down

0 comments on commit 2eb451e

Please sign in to comment.