Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - csv-generate@3.4.3
 - csv-parse@4.16.3
 - csv-stringify@5.6.5
 - csv@5.5.3
 - stream-transform@2.1.3
  • Loading branch information
wdavidw committed Sep 3, 2021
1 parent a5e14d8 commit 0fd5209
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/csv-generate/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.4.2",
"version": "3.4.3",
"name": "csv-generate",
"description": "CSV and object generation implementing the Node.js `stream.Readable` API",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/csv-parse/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.16.2",
"version": "4.16.3",
"name": "csv-parse",
"description": "CSV parsing implementing the Node.js `stream.Transform` API",
"keywords": [
Expand Down Expand Up @@ -57,15 +57,15 @@
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"coffeescript": "^2.5.1",
"csv-generate": "^3.4.2",
"csv-generate": "^3.4.3",
"csv-spectrum": "^1.0.0",
"each": "^1.2.2",
"eslint": "^7.32.0",
"express": "^4.17.1",
"mocha": "^9.1.1",
"pad": "^3.2.0",
"should": "^13.2.3",
"stream-transform": "^2.1.2",
"stream-transform": "^2.1.3",
"ts-node": "^10.2.1",
"typescript": "^4.4.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/csv-stringify/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.6.4",
"version": "5.6.5",
"name": "csv-stringify",
"description": "CSV stringifier implementing the Node.js `stream.Transform` API",
"keywords": [
Expand Down Expand Up @@ -37,7 +37,7 @@
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"coffeescript": "~2.5.1",
"csv-generate": "~3.4.2",
"csv-generate": "^3.4.3",
"each": "^1.2.2",
"express": "^4.17.1",
"mocha": "~9.1.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/csv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csv",
"version": "5.5.2",
"version": "5.5.3",
"description": "A mature CSV toolset with simple api, full of options and tested against large datasets.",
"keywords": [
"node",
Expand Down Expand Up @@ -44,10 +44,10 @@
}
},
"dependencies": {
"csv-generate": "^3.4.2",
"csv-parse": "^4.16.2",
"csv-stringify": "^5.6.4",
"stream-transform": "^2.1.2"
"csv-generate": "^3.4.3",
"csv-parse": "^4.16.3",
"csv-stringify": "^5.6.5",
"stream-transform": "^2.1.3"
},
"devDependencies": {
"@babel/core": "^7.15.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/stream-transform/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.2",
"version": "2.1.3",
"name": "stream-transform",
"description": "Object transformations implementing the Node.js `stream.Transform` API",
"keywords": [
Expand Down Expand Up @@ -37,7 +37,7 @@
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"coffeescript": "~2.5.1",
"csv-generate": "~3.4.2",
"csv-generate": "^3.4.3",
"each": "^1.2.2",
"mocha": "~9.1.1",
"pad": "~3.2.0",
Expand Down

0 comments on commit 0fd5209

Please sign in to comment.