Skip to content

Commit a312a7c

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.16](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.16) (2023-12-08)
7+
8+
**Note:** Version bump only for package csv-demo-browser
9+
10+
11+
12+
13+
614
## [0.1.15](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.15) (2023-10-09)
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.15",
3+
"version": "0.1.16",
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.5",
24-
"csv-generate": "^4.3.0",
25-
"csv-parse": "^5.5.2",
26-
"csv-stringify": "^6.4.4",
23+
"csv": "^6.3.6",
24+
"csv-generate": "^4.3.1",
25+
"csv-parse": "^5.5.3",
26+
"csv-stringify": "^6.4.5",
2727
"express": "^4.18.2",
28-
"stream-transform": "^3.2.10"
28+
"stream-transform": "^3.3.0"
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.14](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.14) (2023-12-08)
7+
8+
**Note:** Version bump only for package csv-demo-cjs
9+
10+
11+
12+
13+
614
## [0.2.13](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.13) (2023-10-09)
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.13",
3+
"version": "0.2.14",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "commonjs",
77
"private": true,
88
"dependencies": {
9-
"csv": "^6.3.5",
10-
"csv-parse": "^5.5.2",
11-
"csv-stringify": "^6.4.4"
9+
"csv": "^6.3.6",
10+
"csv-parse": "^5.5.3",
11+
"csv-stringify": "^6.4.5"
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.19](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.19) (2023-12-08)
7+
8+
**Note:** Version bump only for package csv-demo-eslint
9+
10+
11+
12+
13+
614
## [0.1.18](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.18) (2023-10-09)
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.18",
3+
"version": "0.1.19",
44
"description": "",
55
"main": "index.js",
66
"private": true,
@@ -10,7 +10,7 @@
1010
},
1111
"license": "MIT",
1212
"dependencies": {
13-
"csv-stringify": "^6.4.4"
13+
"csv-stringify": "^6.4.5"
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.28](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.28) (2023-12-08)
7+
8+
**Note:** Version bump only for package csv-demo-esm
9+
10+
11+
12+
13+
614
## [0.0.27](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.27) (2023-10-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.27",
3+
"version": "0.0.28",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "module",
77
"private": true,
88
"dependencies": {
9-
"csv": "^6.3.5",
10-
"csv-parse": "^5.5.2"
9+
"csv": "^6.3.6",
10+
"csv-parse": "^5.5.3"
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.3](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.3) (2023-12-08)
7+
8+
**Note:** Version bump only for package csv-issues-cjs
9+
10+
11+
12+
13+
614
## [0.2.2](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.2) (2023-10-09)
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.2",
3+
"version": "0.2.3",
44
"main": "index.js",
55
"license": "MIT",
66
"private": true,
77
"dependencies": {
8-
"csv-parse": "^5.5.2",
9-
"csv-stringify": "^6.4.4"
8+
"csv-parse": "^5.5.3",
9+
"csv-stringify": "^6.4.5"
1010
},
1111
"devDependencies": {
1212
"coffeescript": "^2.7.0",

0 commit comments

Comments
 (0)