Skip to content

Commit 6aadcac

Browse files
committed

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.19](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.19) (2024-05-13)
7+
8+
**Note:** Version bump only for package csv-demo-browser
9+
10+
11+
12+
13+
614
## [0.1.18](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.18) (2024-02-28)
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.18",
3+
"version": "0.1.19",
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.3.8",
24-
"csv-generate": "^4.4.0",
25-
"csv-parse": "^5.5.5",
26-
"csv-stringify": "^6.4.6",
23+
"csv": "^6.3.9",
24+
"csv-generate": "^4.4.1",
25+
"csv-parse": "^5.5.6",
26+
"csv-stringify": "^6.5.0",
2727
"express": "^4.18.2",
28-
"stream-transform": "^3.3.1"
28+
"stream-transform": "^3.3.2"
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.17](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.17) (2024-05-13)
7+
8+
**Note:** Version bump only for package csv-demo-cjs
9+
10+
11+
12+
13+
614
## [0.2.16](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.16) (2024-02-28)
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.16",
3+
"version": "0.2.17",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "commonjs",
77
"private": true,
88
"dependencies": {
9-
"csv": "^6.3.8",
10-
"csv-parse": "^5.5.5",
11-
"csv-stringify": "^6.4.6"
9+
"csv": "^6.3.9",
10+
"csv-parse": "^5.5.6",
11+
"csv-stringify": "^6.5.0"
1212
},
1313
"devDependencies": {
1414
"@types/node": "^20.5.6",

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.21](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.21) (2024-05-13)
7+
8+
**Note:** Version bump only for package csv-demo-eslint
9+
10+
11+
12+
13+
614
## [0.1.20](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.20) (2024-02-27)
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.20",
3+
"version": "0.1.21",
44
"description": "",
55
"main": "index.js",
66
"private": true,
@@ -10,7 +10,7 @@
1010
},
1111
"license": "MIT",
1212
"dependencies": {
13-
"csv-stringify": "^6.4.6"
13+
"csv-stringify": "^6.5.0"
1414
},
1515
"devDependencies": {
1616
"eslint": "^8.47.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.31](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.31) (2024-05-13)
7+
8+
**Note:** Version bump only for package csv-demo-esm
9+
10+
11+
12+
13+
614
## [0.0.30](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.30) (2024-02-28)
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.30",
3+
"version": "0.0.31",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "module",
77
"private": true,
88
"dependencies": {
9-
"csv": "^6.3.8",
10-
"csv-parse": "^5.5.5"
9+
"csv": "^6.3.9",
10+
"csv-parse": "^5.5.6"
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.2.6](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.6) (2024-05-13)
7+
8+
**Note:** Version bump only for package csv-issues-cjs
9+
10+
11+
12+
13+
614
## [0.2.5](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.5) (2024-02-28)
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.2.5",
3+
"version": "0.2.6",
44
"main": "index.js",
55
"license": "MIT",
66
"private": true,
77
"dependencies": {
8-
"csv-parse": "^5.5.5",
9-
"csv-stringify": "^6.4.6"
8+
"csv-parse": "^5.5.6",
9+
"csv-stringify": "^6.5.0"
1010
},
1111
"devDependencies": {
1212
"coffeescript": "^2.7.0",

0 commit comments

Comments
 (0)