Skip to content

File tree

28 files changed

+141
-25
lines changed

28 files changed

+141
-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.3](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.3) (2022-11-08)
7+
8+
**Note:** Version bump only for package csv-demo-browser
9+
10+
11+
12+
13+
614
### [0.1.2](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.2) (2022-05-24)
715

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

demo/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv-demo-browser",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "module",

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.1](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.1) (2022-11-08)
7+
8+
**Note:** Version bump only for package csv-demo-cjs
9+
10+
11+
12+
13+
614
## [0.2.0](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.0) (2022-07-10)
715

816

demo/cjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv-demo-cjs",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "commonjs",

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.5](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.5) (2022-11-08)
7+
8+
**Note:** Version bump only for package csv-demo-eslint
9+
10+
11+
12+
13+
614
### [0.1.4](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.4) (2022-07-10)
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.4",
3+
"version": "0.1.5",
44
"description": "",
55
"main": "index.js",
66
"private": true,
@@ -10,7 +10,7 @@
1010
},
1111
"license": "MIT",
1212
"dependencies": {
13-
"csv-stringify": "^6.2.0"
13+
"csv-stringify": "^6.2.1"
1414
},
1515
"devDependencies": {
1616
"eslint": "^8.27.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.11](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.11) (2022-11-08)
7+
8+
**Note:** Version bump only for package csv-demo-esm
9+
10+
11+
12+
13+
614
### [0.0.10](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.10) (2022-10-12)
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.10",
3+
"version": "0.0.11",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "module",
77
"private": true,
88
"dependencies": {
9-
"csv": "^6.2.1",
10-
"csv-parse": "^5.3.1"
9+
"csv": "^6.2.2",
10+
"csv-parse": "^5.3.2"
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.2](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.2) (2022-11-08)
7+
8+
**Note:** Version bump only for package csv-issues-cjs
9+
10+
11+
12+
13+
614
### [0.1.1](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.1) (2022-07-10)
715

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

demo/issues-cjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv-issues-cjs",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"main": "index.js",
55
"license": "MIT",
66
"private": true,

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.5](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.5) (2022-11-08)
7+
8+
**Note:** Version bump only for package csv-issues-esm
9+
10+
11+
12+
13+
614
### [0.0.4](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.4) (2022-10-12)
715

816

demo/issues-esm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv-issues-esm",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "module",

demo/ts-module-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.1](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.1) (2022-11-08)
7+
8+
**Note:** Version bump only for package csv-demo-ts-module-node16
9+
10+
11+
12+
13+
614
## 0.2.0 (2022-10-12)
715

816

demo/ts-module-node16/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv-demo-ts-module-node16",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "module",

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.3](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.3) (2022-11-08)
7+
8+
**Note:** Version bump only for package csv-demo-webpack-ts
9+
10+
11+
12+
13+
614
### [0.1.2](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.2) (2022-07-10)
715

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

demo/webpack-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv-demo-webpack-ts",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "",
55
"private": true,
66
"scripts": {

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.5](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.5) (2022-11-08)
7+
8+
**Note:** Version bump only for package csv-demo-webpack
9+
10+
11+
12+
13+
614
### [0.1.4](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.4) (2022-07-10)
715

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

demo/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv-demo-webpack",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "",
55
"private": true,
66
"scripts": {

packages/csv-generate/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+
## [4.2.1](https://github.com/adaltas/node-csv/compare/[email protected]@4.2.1) (2022-11-08)
7+
8+
9+
### Bug Fixes
10+
11+
* support TypeScript moduleResolution node16 ([#368](https://github.com/adaltas/node-csv/issues/368)) ([f4d7c97](https://github.com/adaltas/node-csv/commit/f4d7c97f39fb73e9d248eee21e61e7dc48015c78))
12+
13+
14+
615
## [4.2.0](https://github.com/adaltas/node-csv/compare/[email protected]@4.2.0) (2022-07-10)
716

817

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.0",
2+
"version": "4.2.1",
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: 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+
## [5.3.2](https://github.com/adaltas/node-csv/compare/[email protected]@5.3.2) (2022-11-08)
7+
8+
9+
### Bug Fixes
10+
11+
* support TypeScript moduleResolution node16 ([#368](https://github.com/adaltas/node-csv/issues/368)) ([f4d7c97](https://github.com/adaltas/node-csv/commit/f4d7c97f39fb73e9d248eee21e61e7dc48015c78))
12+
13+
14+
615
### [5.3.1](https://github.com/adaltas/node-csv/compare/[email protected]@5.3.1) (2022-10-12)
716

817

packages/csv-parse/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.3.1",
2+
"version": "5.3.2",
33
"name": "csv-parse",
44
"description": "CSV parsing implementing the Node.js `stream.Transform` API",
55
"keywords": [
@@ -56,7 +56,7 @@
5656
"@types/node": "^18.11.9",
5757
"coffeelint": "^2.1.0",
5858
"coffeescript": "^2.7.0",
59-
"csv-generate": "^4.2.0",
59+
"csv-generate": "^4.2.1",
6060
"csv-spectrum": "^1.0.0",
6161
"each": "^1.2.2",
6262
"eslint": "^8.27.0",
@@ -66,7 +66,7 @@
6666
"rollup-plugin-node-builtins": "^2.1.2",
6767
"rollup-plugin-node-globals": "^1.4.0",
6868
"should": "^13.2.3",
69-
"stream-transform": "^3.2.0",
69+
"stream-transform": "^3.2.1",
7070
"ts-node": "^10.9.1",
7171
"typescript": "^4.8.4"
7272
},

packages/csv-stringify/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+
## [6.2.1](https://github.com/adaltas/node-csv/compare/[email protected]@6.2.1) (2022-11-08)
7+
8+
9+
### Bug Fixes
10+
11+
* support TypeScript moduleResolution node16 ([#368](https://github.com/adaltas/node-csv/issues/368)) ([f4d7c97](https://github.com/adaltas/node-csv/commit/f4d7c97f39fb73e9d248eee21e61e7dc48015c78))
12+
13+
14+
615
## [6.2.0](https://github.com/adaltas/node-csv/compare/[email protected]@6.2.0) (2022-07-10)
716

817

packages/csv-stringify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.2.0",
2+
"version": "6.2.1",
33
"name": "csv-stringify",
44
"description": "CSV stringifier implementing the Node.js `stream.Transform` API",
55
"keywords": [
@@ -15,7 +15,7 @@
1515
"@types/node": "^18.11.9",
1616
"@types/should": "^13.0.0",
1717
"coffeescript": "~2.7.0",
18-
"csv-generate": "^4.2.0",
18+
"csv-generate": "^4.2.1",
1919
"each": "^1.2.2",
2020
"eslint": "^8.27.0",
2121
"express": "^4.18.2",

packages/csv/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+
## [6.2.2](https://github.com/adaltas/node-csv/compare/[email protected]@6.2.2) (2022-11-08)
7+
8+
**Note:** Version bump only for package csv
9+
10+
11+
12+
13+
614
### [6.2.1](https://github.com/adaltas/node-csv/compare/[email protected]@6.2.1) (2022-10-12)
715

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

packages/csv/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv",
3-
"version": "6.2.1",
3+
"version": "6.2.2",
44
"description": "A mature CSV toolset with simple api, full of options and tested against large datasets.",
55
"keywords": [
66
"node",
@@ -21,10 +21,10 @@
2121
"David Worms <[email protected]> (https://www.adaltas.com)"
2222
],
2323
"dependencies": {
24-
"csv-generate": "^4.2.0",
25-
"csv-parse": "^5.3.1",
26-
"csv-stringify": "^6.2.0",
27-
"stream-transform": "^3.2.0"
24+
"csv-generate": "^4.2.1",
25+
"csv-parse": "^5.3.2",
26+
"csv-stringify": "^6.2.1",
27+
"stream-transform": "^3.2.1"
2828
},
2929
"devDependencies": {
3030
"@rollup/plugin-eslint": "^9.0.1",

packages/stream-transform/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+
## [3.2.1](https://github.com/adaltas/node-csv/compare/[email protected]@3.2.1) (2022-11-08)
7+
8+
9+
### Bug Fixes
10+
11+
* support TypeScript moduleResolution node16 ([#368](https://github.com/adaltas/node-csv/issues/368)) ([f4d7c97](https://github.com/adaltas/node-csv/commit/f4d7c97f39fb73e9d248eee21e61e7dc48015c78))
12+
13+
14+
615
## [3.2.0](https://github.com/adaltas/node-csv/compare/[email protected]@3.2.0) (2022-07-10)
716

817

packages/stream-transform/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.2.0",
2+
"version": "3.2.1",
33
"name": "stream-transform",
44
"description": "Object transformations implementing the Node.js `stream.Transform` API",
55
"keywords": [
@@ -15,7 +15,7 @@
1515
"@types/mocha": "^10.0.0",
1616
"@types/node": "^18.11.9",
1717
"coffeescript": "~2.7.0",
18-
"csv-generate": "^4.2.0",
18+
"csv-generate": "^4.2.1",
1919
"each": "^1.2.2",
2020
"eslint": "^8.27.0",
2121
"mocha": "~10.1.0",

0 commit comments

Comments
 (0)