Skip to content

Commit 632c10e

Browse files
committed
1 parent 63c4ac6 commit 632c10e

38 files changed

Lines changed: 236 additions & 112 deletions

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.14](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.14) (2023-10-05)
7+
8+
**Note:** Version bump only for package csv-demo-browser
9+
10+
11+
12+
13+
614
## [0.1.13](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.13) (2023-08-25)
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.13",
3+
"version": "0.1.14",
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.3",
24-
"csv-generate": "^4.2.8",
25-
"csv-parse": "^5.5.0",
26-
"csv-stringify": "^6.4.2",
23+
"csv": "^6.3.4",
24+
"csv-generate": "^4.3.0",
25+
"csv-parse": "^5.5.1",
26+
"csv-stringify": "^6.4.3",
2727
"express": "^4.18.2",
28-
"stream-transform": "^3.2.8"
28+
"stream-transform": "^3.2.9"
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.12](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.12) (2023-10-05)
7+
8+
**Note:** Version bump only for package csv-demo-cjs
9+
10+
11+
12+
13+
614
## [0.2.11](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.11) (2023-08-25)
715

816

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.11",
3+
"version": "0.2.12",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "commonjs",
77
"private": true,
88
"dependencies": {
9-
"csv": "^6.3.3",
10-
"csv-parse": "^5.5.0",
11-
"csv-stringify": "^6.4.2"
9+
"csv": "^6.3.4",
10+
"csv-parse": "^5.5.1",
11+
"csv-stringify": "^6.4.3"
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.17](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.17) (2023-10-05)
7+
8+
**Note:** Version bump only for package csv-demo-eslint
9+
10+
11+
12+
13+
614
## [0.1.16](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.16) (2023-08-25)
715

816

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.16",
3+
"version": "0.1.17",
44
"description": "",
55
"main": "index.js",
66
"private": true,
@@ -10,7 +10,7 @@
1010
},
1111
"license": "MIT",
1212
"dependencies": {
13-
"csv-stringify": "^6.4.2"
13+
"csv-stringify": "^6.4.3"
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.26](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.26) (2023-10-05)
7+
8+
**Note:** Version bump only for package csv-demo-esm
9+
10+
11+
12+
13+
614
## [0.0.25](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.25) (2023-08-25)
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.25",
3+
"version": "0.0.26",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "module",
77
"private": true,
88
"dependencies": {
9-
"csv": "^6.3.3",
10-
"csv-parse": "^5.5.0"
9+
"csv": "^6.3.4",
10+
"csv-parse": "^5.5.1"
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.1](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.1) (2023-10-05)
7+
8+
**Note:** Version bump only for package csv-issues-cjs
9+
10+
11+
12+
13+
614
## [0.2.0](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.0) (2023-08-25)
715

816

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.0",
3+
"version": "0.2.1",
44
"main": "index.js",
55
"license": "MIT",
66
"private": true,
77
"dependencies": {
8-
"csv-parse": "^5.5.0",
9-
"csv-stringify": "^6.4.2"
8+
"csv-parse": "^5.5.1",
9+
"csv-stringify": "^6.4.3"
1010
},
1111
"devDependencies": {
1212
"coffeescript": "^2.7.0",

0 commit comments

Comments
 (0)