Skip to content

File tree

30 files changed

+178
-56
lines changed

30 files changed

+178
-56
lines changed

demo/browser/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.8](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.8) (2023-04-30)
7+
8+
**Note:** Version bump only for package csv-demo-browser
9+
10+
11+
12+
13+
614
## [0.1.7](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.7) (2023-04-16)
715

816
**Note:** Version bump only for package csv-demo-browser

demo/browser/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv-demo-browser",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "module",
@@ -20,11 +20,11 @@
2020
"start": "node server.js"
2121
},
2222
"dependencies": {
23-
"csv": "^6.2.10",
24-
"csv-generate": "^4.2.4",
25-
"csv-parse": "^5.3.8",
26-
"csv-stringify": "^6.3.2",
23+
"csv": "^6.2.11",
24+
"csv-generate": "^4.2.5",
25+
"csv-parse": "^5.3.9",
26+
"csv-stringify": "^6.3.3",
2727
"express": "^4.18.2",
28-
"stream-transform": "^3.2.4"
28+
"stream-transform": "^3.2.5"
2929
}
3030
}

demo/cjs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.6](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.6) (2023-04-30)
7+
8+
**Note:** Version bump only for package csv-demo-cjs
9+
10+
11+
12+
13+
614
## [0.2.5](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.5) (2023-04-16)
715

816
**Note:** Version bump only for package csv-demo-cjs

demo/cjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "csv-demo-cjs",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "commonjs",
77
"private": true,
88
"dependencies": {
9-
"csv": "^6.2.10",
10-
"csv-parse": "^5.3.8",
11-
"csv-stringify": "^6.3.2"
9+
"csv": "^6.2.11",
10+
"csv-parse": "^5.3.9",
11+
"csv-stringify": "^6.3.3"
1212
},
1313
"devDependencies": {
1414
"@types/node": "^18.15.3",

demo/eslint/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.12](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.12) (2023-04-30)
7+
8+
**Note:** Version bump only for package csv-demo-eslint
9+
10+
11+
12+
13+
614
## [0.1.11](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.11) (2023-04-16)
715

816
**Note:** Version bump only for package csv-demo-eslint

demo/eslint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv-demo-eslint",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"description": "",
55
"main": "index.js",
66
"private": true,
@@ -10,7 +10,7 @@
1010
},
1111
"license": "MIT",
1212
"dependencies": {
13-
"csv-stringify": "^6.3.2"
13+
"csv-stringify": "^6.3.3"
1414
},
1515
"devDependencies": {
1616
"eslint": "^8.36.0",

demo/esm/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.0.20](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.20) (2023-04-30)
7+
8+
**Note:** Version bump only for package csv-demo-esm
9+
10+
11+
12+
13+
614
## [0.0.19](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.19) (2023-04-16)
715

816
**Note:** Version bump only for package csv-demo-esm

demo/esm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "csv-demo-esm",
3-
"version": "0.0.19",
3+
"version": "0.0.20",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "module",
77
"private": true,
88
"dependencies": {
9-
"csv": "^6.2.10",
10-
"csv-parse": "^5.3.8"
9+
"csv": "^6.2.11",
10+
"csv-parse": "^5.3.9"
1111
},
1212
"devDependencies": {
1313
"coffeescript": "^2.7.0",

demo/issues-cjs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.7](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.7) (2023-04-30)
7+
8+
**Note:** Version bump only for package csv-issues-cjs
9+
10+
11+
12+
13+
614
## [0.1.6](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.6) (2023-04-16)
715

816
**Note:** Version bump only for package csv-issues-cjs

demo/issues-cjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "csv-issues-cjs",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"main": "index.js",
55
"license": "MIT",
66
"private": true,
77
"dependencies": {
8-
"csv-parse": "^5.3.8",
9-
"csv-stringify": "^6.3.2"
8+
"csv-parse": "^5.3.9",
9+
"csv-stringify": "^6.3.3"
1010
},
1111
"devDependencies": {
1212
"coffeescript": "^2.7.0",

demo/issues-esm/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.0.11](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.11) (2023-04-30)
7+
8+
**Note:** Version bump only for package csv-issues-esm
9+
10+
11+
12+
13+
614
## [0.0.10](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.10) (2023-04-16)
715

816

demo/issues-esm/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv-issues-esm",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "module",
@@ -26,9 +26,9 @@
2626
"test": "mocha 'test/**/*.coffee'"
2727
},
2828
"dependencies": {
29-
"csv-generate": "^4.2.4",
30-
"csv-parse": "^5.3.8",
31-
"csv-stringify": "^6.3.2",
29+
"csv-generate": "^4.2.5",
30+
"csv-parse": "^5.3.9",
31+
"csv-stringify": "^6.3.3",
3232
"desm": "^1.3.0"
3333
}
3434
}

demo/ts-cjs-node16/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.6](https://github.com/adaltas/node-csv/compare/csv-demo-ts-moduleresolution-node16-cjs@[email protected]) (2023-04-30)
7+
8+
**Note:** Version bump only for package csv-demo-ts-moduleresolution-node16-cjs
9+
10+
11+
12+
13+
614
## [0.2.5](https://github.com/adaltas/node-csv/compare/csv-demo-ts-moduleresolution-node16-cjs@[email protected]) (2023-04-16)
715

816
**Note:** Version bump only for package csv-demo-ts-moduleresolution-node16-cjs

demo/ts-cjs-node16/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "csv-demo-ts-moduleresolution-node16-cjs",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"dependencies": {
5-
"csv-generate": "^4.2.4",
6-
"csv-parse": "^5.3.8",
7-
"csv-stringify": "^6.3.2",
8-
"stream-transform": "^3.2.4"
5+
"csv-generate": "^4.2.5",
6+
"csv-parse": "^5.3.9",
7+
"csv-stringify": "^6.3.3",
8+
"stream-transform": "^3.2.5"
99
},
1010
"main": "index.js",
1111
"license": "MIT",

demo/ts-esm-node16/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.6](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.6) (2023-04-30)
7+
8+
**Note:** Version bump only for package csv-demo-ts-module-node16
9+
10+
11+
12+
13+
614
## [0.2.5](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.5) (2023-04-16)
715

816
**Note:** Version bump only for package csv-demo-ts-module-node16

demo/ts-esm-node16/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "csv-demo-ts-module-node16",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "module",
77
"private": true,
88
"dependencies": {
9-
"csv-generate": "^4.2.4",
10-
"csv-parse": "^5.3.8",
11-
"csv-stringify": "^6.3.2",
12-
"stream-transform": "^3.2.4"
9+
"csv-generate": "^4.2.5",
10+
"csv-parse": "^5.3.9",
11+
"csv-stringify": "^6.3.3",
12+
"stream-transform": "^3.2.5"
1313
},
1414
"devDependencies": {
1515
"@types/node": "^18.15.3",

demo/webpack-ts/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.8](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.8) (2023-04-30)
7+
8+
**Note:** Version bump only for package csv-demo-webpack-ts
9+
10+
11+
12+
13+
614
## [0.1.7](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.7) (2023-04-16)
715

816
**Note:** Version bump only for package csv-demo-webpack-ts

demo/webpack-ts/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "csv-demo-webpack-ts",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "",
55
"private": true,
66
"keywords": [],
77
"author": "",
88
"license": "ISC",
99
"dependencies": {
10-
"csv-generate": "^4.2.4",
11-
"csv-parse": "^5.3.8",
12-
"csv-stringify": "^6.3.2",
10+
"csv-generate": "^4.2.5",
11+
"csv-parse": "^5.3.9",
12+
"csv-stringify": "^6.3.3",
1313
"http-server": "^14.1.1",
14-
"stream-transform": "^3.2.4"
14+
"stream-transform": "^3.2.5"
1515
},
1616
"devDependencies": {
1717
"buffer-browserify": "^0.2.5",

demo/webpack/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.10](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.10) (2023-04-30)
7+
8+
**Note:** Version bump only for package csv-demo-webpack
9+
10+
11+
12+
13+
614
## [0.1.9](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.9) (2023-04-16)
715

816
**Note:** Version bump only for package csv-demo-webpack

demo/webpack/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv-demo-webpack",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "",
55
"private": true,
66
"scripts": {
@@ -16,12 +16,12 @@
1616
"webpack-cli": "^5.0.1"
1717
},
1818
"dependencies": {
19-
"csv": "^6.2.10",
20-
"csv-generate": "^4.2.4",
21-
"csv-parse": "^5.3.8",
22-
"csv-stringify": "^6.3.2",
19+
"csv": "^6.2.11",
20+
"csv-generate": "^4.2.5",
21+
"csv-parse": "^5.3.9",
22+
"csv-stringify": "^6.3.3",
2323
"http-server": "^14.1.1",
2424
"stream-browserify": "^3.0.0",
25-
"stream-transform": "^3.2.4"
25+
"stream-transform": "^3.2.5"
2626
}
2727
}

packages/csv-generate/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.2.5](https://github.com/adaltas/node-csv/compare/[email protected]@4.2.5) (2023-04-30)
7+
8+
**Note:** Version bump only for package csv-generate
9+
10+
11+
12+
13+
614
## [4.2.4](https://github.com/adaltas/node-csv/compare/[email protected]@4.2.4) (2023-04-16)
715

816
**Note:** Version bump only for package csv-generate

packages/csv-generate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.2.4",
2+
"version": "4.2.5",
33
"name": "csv-generate",
44
"description": "CSV and object generation implementing the Node.js `stream.Readable` API",
55
"keywords": [

packages/csv-parse/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.3.9](https://github.com/adaltas/node-csv/compare/[email protected]@5.3.9) (2023-04-30)
7+
8+
**Note:** Version bump only for package csv-parse
9+
10+
11+
12+
13+
614
## [5.3.8](https://github.com/adaltas/node-csv/compare/[email protected]@5.3.8) (2023-04-16)
715

816
**Note:** Version bump only for package csv-parse

0 commit comments

Comments
 (0)