Skip to content

Commit

Permalink
Updated deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhop committed Jun 13, 2024
1 parent b894360 commit 9ca85d3
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 82 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
interval: "weekly"
71 changes: 0 additions & 71 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

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: [14, 16, 18]
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
@@ -1,4 +1,4 @@
Copyright 2005-2022 Eugene Lazutkin
Copyright 2005-2024 Eugene Lazutkin

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ pipeline.on('error', error => console.error(error));
dataSource.pipe(pipeline);
```
## License
BSD-3-Clause
## Release History
- 2.2.5 *Relaxed the definition of a stream (thx [Rich Hodgkins](https://github.com/rhodgkins)).*
Expand Down
16 changes: 11 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-chain",
"version": "3.0.0",
"version": "3.0.1",
"description": "Chain functions as transform streams.",
"type": "commonjs",
"main": "src/index.js",
Expand Down Expand Up @@ -55,6 +55,6 @@
]
},
"devDependencies": {
"tape-six": "^0.9.3"
"tape-six": "^0.9.6"
}
}

0 comments on commit 9ca85d3

Please sign in to comment.