Skip to content

File tree

30 files changed

+179
-56
lines changed

30 files changed

+179
-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.6](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.6) (2023-04-16)
7+
8+
**Note:** Version bump only for package csv-demo-browser
9+
10+
11+
12+
13+
614
## [0.1.5](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.5) (2023-03-03)
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.5",
3+
"version": "0.1.6",
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.8",
24-
"csv-generate": "^4.2.2",
25-
"csv-parse": "^5.3.6",
26-
"csv-stringify": "^6.3.0",
23+
"csv": "^6.2.9",
24+
"csv-generate": "^4.2.3",
25+
"csv-parse": "^5.3.7",
26+
"csv-stringify": "^6.3.1",
2727
"express": "^4.18.2",
28-
"stream-transform": "^3.2.2"
28+
"stream-transform": "^3.2.3"
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.4](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.4) (2023-04-16)
7+
8+
**Note:** Version bump only for package csv-demo-cjs
9+
10+
11+
12+
13+
614
## [0.2.3](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.3) (2023-03-03)
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.3",
3+
"version": "0.2.4",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "commonjs",
77
"private": true,
88
"dependencies": {
9-
"csv": "^6.2.8",
10-
"csv-parse": "^5.3.6",
11-
"csv-stringify": "^6.3.0"
9+
"csv": "^6.2.9",
10+
"csv-parse": "^5.3.7",
11+
"csv-stringify": "^6.3.1"
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.10](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.10) (2023-04-16)
7+
8+
**Note:** Version bump only for package csv-demo-eslint
9+
10+
11+
12+
13+
614
## [0.1.9](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.9) (2023-03-03)
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.9",
3+
"version": "0.1.10",
44
"description": "",
55
"main": "index.js",
66
"private": true,
@@ -10,7 +10,7 @@
1010
},
1111
"license": "MIT",
1212
"dependencies": {
13-
"csv-stringify": "^6.3.0"
13+
"csv-stringify": "^6.3.1"
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.18](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.18) (2023-04-16)
7+
8+
**Note:** Version bump only for package csv-demo-esm
9+
10+
11+
12+
13+
614
## [0.0.17](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.17) (2023-03-03)
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.17",
3+
"version": "0.0.18",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "module",
77
"private": true,
88
"dependencies": {
9-
"csv": "^6.2.8",
10-
"csv-parse": "^5.3.6"
9+
"csv": "^6.2.9",
10+
"csv-parse": "^5.3.7"
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.5](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.5) (2023-04-16)
7+
8+
**Note:** Version bump only for package csv-issues-cjs
9+
10+
11+
12+
13+
614
## [0.1.4](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.4) (2023-03-03)
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.4",
3+
"version": "0.1.5",
44
"main": "index.js",
55
"license": "MIT",
66
"private": true,
77
"dependencies": {
8-
"csv-parse": "^5.3.6",
9-
"csv-stringify": "^6.3.0"
8+
"csv-parse": "^5.3.7",
9+
"csv-stringify": "^6.3.1"
1010
},
1111
"devDependencies": {
1212
"coffeescript": "^2.7.0",

demo/issues-esm/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.9](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.9) (2023-04-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **csv-issues-esm:** illustrate cas [#381](https://github.com/adaltas/node-csv/issues/381) ([5f8fcb6](https://github.com/adaltas/node-csv/commit/5f8fcb639af87d04f96115ddc811df90f435c483))
12+
13+
14+
615
## [0.0.8](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.8) (2023-03-03)
716

817
**Note:** Version bump only for package csv-issues-esm

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.8",
3+
"version": "0.0.9",
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.2",
30-
"csv-parse": "^5.3.6",
31-
"csv-stringify": "^6.3.0",
29+
"csv-generate": "^4.2.3",
30+
"csv-parse": "^5.3.7",
31+
"csv-stringify": "^6.3.1",
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.4](https://github.com/adaltas/node-csv/compare/csv-demo-ts-moduleresolution-node16-cjs@[email protected]) (2023-04-16)
7+
8+
**Note:** Version bump only for package csv-demo-ts-moduleresolution-node16-cjs
9+
10+
11+
12+
13+
614
## [0.2.3](https://github.com/adaltas/node-csv/compare/csv-demo-ts-moduleresolution-node16-cjs@[email protected]) (2023-03-03)
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.3",
3+
"version": "0.2.4",
44
"dependencies": {
5-
"csv-generate": "^4.2.2",
6-
"csv-parse": "^5.3.6",
7-
"csv-stringify": "^6.3.0",
8-
"stream-transform": "^3.2.2"
5+
"csv-generate": "^4.2.3",
6+
"csv-parse": "^5.3.7",
7+
"csv-stringify": "^6.3.1",
8+
"stream-transform": "^3.2.3"
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.4](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.4) (2023-04-16)
7+
8+
**Note:** Version bump only for package csv-demo-ts-module-node16
9+
10+
11+
12+
13+
614
## [0.2.3](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.3) (2023-03-03)
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.3",
3+
"version": "0.2.4",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "module",
77
"private": true,
88
"dependencies": {
9-
"csv-generate": "^4.2.2",
10-
"csv-parse": "^5.3.6",
11-
"csv-stringify": "^6.3.0",
12-
"stream-transform": "^3.2.2"
9+
"csv-generate": "^4.2.3",
10+
"csv-parse": "^5.3.7",
11+
"csv-stringify": "^6.3.1",
12+
"stream-transform": "^3.2.3"
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.6](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.6) (2023-04-16)
7+
8+
**Note:** Version bump only for package csv-demo-webpack-ts
9+
10+
11+
12+
13+
614
## [0.1.5](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.5) (2023-03-03)
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.5",
3+
"version": "0.1.6",
44
"description": "",
55
"private": true,
66
"keywords": [],
77
"author": "",
88
"license": "ISC",
99
"dependencies": {
10-
"csv-generate": "^4.2.2",
11-
"csv-parse": "^5.3.6",
12-
"csv-stringify": "^6.3.0",
10+
"csv-generate": "^4.2.3",
11+
"csv-parse": "^5.3.7",
12+
"csv-stringify": "^6.3.1",
1313
"http-server": "^14.1.1",
14-
"stream-transform": "^3.2.2"
14+
"stream-transform": "^3.2.3"
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.8](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.8) (2023-04-16)
7+
8+
**Note:** Version bump only for package csv-demo-webpack
9+
10+
11+
12+
13+
614
## [0.1.7](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.7) (2023-03-03)
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.7",
3+
"version": "0.1.8",
44
"description": "",
55
"private": true,
66
"scripts": {
@@ -16,12 +16,12 @@
1616
"webpack-cli": "^5.0.1"
1717
},
1818
"dependencies": {
19-
"csv": "^6.2.8",
20-
"csv-generate": "^4.2.2",
21-
"csv-parse": "^5.3.6",
22-
"csv-stringify": "^6.3.0",
19+
"csv": "^6.2.9",
20+
"csv-generate": "^4.2.3",
21+
"csv-parse": "^5.3.7",
22+
"csv-stringify": "^6.3.1",
2323
"http-server": "^14.1.1",
2424
"stream-browserify": "^3.0.0",
25-
"stream-transform": "^3.2.2"
25+
"stream-transform": "^3.2.3"
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.3](https://github.com/adaltas/node-csv/compare/[email protected]@4.2.3) (2023-04-16)
7+
8+
**Note:** Version bump only for package csv-generate
9+
10+
11+
12+
13+
614
## [4.2.2](https://github.com/adaltas/node-csv/compare/[email protected]@4.2.2) (2023-02-08)
715

816

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.2",
2+
"version": "4.2.3",
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.7](https://github.com/adaltas/node-csv/compare/[email protected]@5.3.7) (2023-04-16)
7+
8+
**Note:** Version bump only for package csv-parse
9+
10+
11+
12+
13+
614
## [5.3.6](https://github.com/adaltas/node-csv/compare/[email protected]@5.3.6) (2023-03-03)
715

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

0 commit comments

Comments
 (0)