Skip to content

File tree

22 files changed

+114
-25
lines changed

22 files changed

+114
-25
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.11](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.11) (2023-05-26)
7+
8+
**Note:** Version bump only for package csv-demo-browser
9+
10+
11+
12+
13+
614
## [0.1.10](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.10) (2023-05-09)
715

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

demo/browser/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv-demo-browser",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "module",
@@ -20,9 +20,9 @@
2020
"start": "node server.js"
2121
},
2222
"dependencies": {
23-
"csv": "^6.3.0",
23+
"csv": "^6.3.1",
2424
"csv-generate": "^4.2.6",
25-
"csv-parse": "^5.3.10",
25+
"csv-parse": "^5.4.0",
2626
"csv-stringify": "^6.4.0",
2727
"express": "^4.18.2",
2828
"stream-transform": "^3.2.6"

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.9](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.9) (2023-05-26)
7+
8+
**Note:** Version bump only for package csv-demo-cjs
9+
10+
11+
12+
13+
614
## [0.2.8](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.8) (2023-05-09)
715

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

demo/cjs/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-cjs",
3-
"version": "0.2.8",
3+
"version": "0.2.9",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "commonjs",
77
"private": true,
88
"dependencies": {
9-
"csv": "^6.3.0",
10-
"csv-parse": "^5.3.10",
9+
"csv": "^6.3.1",
10+
"csv-parse": "^5.4.0",
1111
"csv-stringify": "^6.4.0"
1212
},
1313
"devDependencies": {

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.23](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.23) (2023-05-26)
7+
8+
**Note:** Version bump only for package csv-demo-esm
9+
10+
11+
12+
13+
614
## [0.0.22](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.22) (2023-05-09)
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.22",
3+
"version": "0.0.23",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "module",
77
"private": true,
88
"dependencies": {
9-
"csv": "^6.3.0",
10-
"csv-parse": "^5.3.10"
9+
"csv": "^6.3.1",
10+
"csv-parse": "^5.4.0"
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.10](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.10) (2023-05-26)
7+
8+
**Note:** Version bump only for package csv-issues-cjs
9+
10+
11+
12+
13+
614
## [0.1.9](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.9) (2023-05-09)
715

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

demo/issues-cjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "csv-issues-cjs",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"main": "index.js",
55
"license": "MIT",
66
"private": true,
77
"dependencies": {
8-
"csv-parse": "^5.3.10",
8+
"csv-parse": "^5.4.0",
99
"csv-stringify": "^6.4.0"
1010
},
1111
"devDependencies": {

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.14](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.14) (2023-05-26)
7+
8+
**Note:** Version bump only for package csv-issues-esm
9+
10+
11+
12+
13+
614
## [0.0.13](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.13) (2023-05-09)
715

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

demo/issues-esm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv-issues-esm",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "module",
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"csv-generate": "^4.2.6",
30-
"csv-parse": "^5.3.10",
30+
"csv-parse": "^5.4.0",
3131
"csv-stringify": "^6.4.0",
3232
"desm": "^1.3.0"
3333
}

0 commit comments

Comments
 (0)