Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 30 changed files with 190 additions and 56 deletions.
9 changes: 9 additions & 0 deletions demo/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.4](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.4) (2023-02-08)


### Bug Fixes

* support ts node16 resolution in cjs ([#354](https://github.com/adaltas/node-csv/issues/354)) ([fa09d03](https://github.com/adaltas/node-csv/commit/fa09d03aaf0008b2790656871ca6b2c4be12d14c))



## [0.1.3](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.3) (2022-11-08)

**Note:** Version bump only for package csv-demo-browser
Expand Down
12 changes: 6 additions & 6 deletions demo/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csv-demo-browser",
"version": "0.1.3",
"version": "0.1.4",
"main": "index.js",
"license": "MIT",
"type": "module",
Expand All @@ -20,11 +20,11 @@
"start": "node server.js"
},
"dependencies": {
"csv": "^6.2.6",
"csv-generate": "^4.2.1",
"csv-parse": "^5.3.4",
"csv-stringify": "^6.2.3",
"csv": "^6.2.7",
"csv-generate": "^4.2.2",
"csv-parse": "^5.3.5",
"csv-stringify": "^6.2.4",
"express": "^4.18.2",
"stream-transform": "^3.2.1"
"stream-transform": "^3.2.2"
}
}
9 changes: 9 additions & 0 deletions demo/cjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.2](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.2) (2023-02-08)


### Bug Fixes

* support ts node16 resolution in cjs ([#354](https://github.com/adaltas/node-csv/issues/354)) ([fa09d03](https://github.com/adaltas/node-csv/commit/fa09d03aaf0008b2790656871ca6b2c4be12d14c))



## [0.2.1](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.1) (2022-11-08)

**Note:** Version bump only for package csv-demo-cjs
Expand Down
8 changes: 4 additions & 4 deletions demo/cjs/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "csv-demo-cjs",
"version": "0.2.1",
"version": "0.2.2",
"main": "index.js",
"license": "MIT",
"type": "commonjs",
"private": true,
"dependencies": {
"csv": "^6.2.6",
"csv-parse": "^5.3.4",
"csv-stringify": "^6.2.3"
"csv": "^6.2.7",
"csv-parse": "^5.3.5",
"csv-stringify": "^6.2.4"
},
"devDependencies": {
"@types/node": "^18.8.4",
Expand Down
8 changes: 8 additions & 0 deletions demo/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.8](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.8) (2023-02-08)

**Note:** Version bump only for package csv-demo-eslint





## [0.1.7](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.7) (2022-11-30)

**Note:** Version bump only for package csv-demo-eslint
Expand Down
4 changes: 2 additions & 2 deletions demo/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csv-demo-eslint",
"version": "0.1.7",
"version": "0.1.8",
"description": "",
"main": "index.js",
"private": true,
Expand All @@ -10,7 +10,7 @@
},
"license": "MIT",
"dependencies": {
"csv-stringify": "^6.2.3"
"csv-stringify": "^6.2.4"
},
"devDependencies": {
"eslint": "^8.27.0",
Expand Down
8 changes: 8 additions & 0 deletions demo/esm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.16](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.16) (2023-02-08)

**Note:** Version bump only for package csv-demo-esm





## [0.0.15](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.15) (2023-01-31)

**Note:** Version bump only for package csv-demo-esm
Expand Down
6 changes: 3 additions & 3 deletions demo/esm/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "csv-demo-esm",
"version": "0.0.15",
"version": "0.0.16",
"main": "index.js",
"license": "MIT",
"type": "module",
"private": true,
"dependencies": {
"csv": "^6.2.6",
"csv-parse": "^5.3.4"
"csv": "^6.2.7",
"csv-parse": "^5.3.5"
},
"devDependencies": {
"coffeescript": "^2.7.0",
Expand Down
9 changes: 9 additions & 0 deletions demo/issues-cjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.3](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.3) (2023-02-08)


### Bug Fixes

* support ts node16 resolution in cjs ([#354](https://github.com/adaltas/node-csv/issues/354)) ([fa09d03](https://github.com/adaltas/node-csv/commit/fa09d03aaf0008b2790656871ca6b2c4be12d14c))



## [0.1.2](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.2) (2022-11-08)

**Note:** Version bump only for package csv-issues-cjs
Expand Down
6 changes: 3 additions & 3 deletions demo/issues-cjs/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "csv-issues-cjs",
"version": "0.1.2",
"version": "0.1.3",
"main": "index.js",
"license": "MIT",
"private": true,
"dependencies": {
"csv-parse": "^5.3.4",
"csv-stringify": "^6.2.3"
"csv-parse": "^5.3.5",
"csv-stringify": "^6.2.4"
},
"devDependencies": {
"coffeescript": "^2.7.0",
Expand Down
9 changes: 9 additions & 0 deletions demo/issues-esm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.7](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.7) (2023-02-08)


### Bug Fixes

* support ts node16 resolution in cjs ([#354](https://github.com/adaltas/node-csv/issues/354)) ([fa09d03](https://github.com/adaltas/node-csv/commit/fa09d03aaf0008b2790656871ca6b2c4be12d14c))



## [0.0.6](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.6) (2023-01-31)

**Note:** Version bump only for package csv-issues-esm
Expand Down
8 changes: 4 additions & 4 deletions demo/issues-esm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csv-issues-esm",
"version": "0.0.6",
"version": "0.0.7",
"main": "index.js",
"license": "MIT",
"type": "module",
Expand All @@ -26,9 +26,9 @@
"test": "mocha 'test/**/*.coffee'"
},
"dependencies": {
"csv-generate": "^4.2.1",
"csv-parse": "^5.3.4",
"csv-stringify": "^6.2.3",
"csv-generate": "^4.2.2",
"csv-parse": "^5.3.5",
"csv-stringify": "^6.2.4",
"desm": "^1.3.0"
}
}
11 changes: 11 additions & 0 deletions demo/ts-cjs-node16/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.2 (2023-02-08)


### Bug Fixes

* support ts node16 resolution in cjs ([#354](https://github.com/adaltas/node-csv/issues/354)) ([fa09d03](https://github.com/adaltas/node-csv/commit/fa09d03aaf0008b2790656871ca6b2c4be12d14c))
10 changes: 5 additions & 5 deletions demo/ts-cjs-node16/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "csv-demo-ts-moduleresolution-node16-cjs",
"version": "0.2.1",
"version": "0.2.2",
"dependencies": {
"csv-generate": "^4.2.1",
"csv-parse": "^5.3.4",
"csv-stringify": "^6.2.3",
"stream-transform": "^3.2.1"
"csv-generate": "^4.2.2",
"csv-parse": "^5.3.5",
"csv-stringify": "^6.2.4",
"stream-transform": "^3.2.2"
},
"main": "index.js",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions demo/ts-esm-node16/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.2](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.2) (2023-02-08)


### Bug Fixes

* support ts node16 resolution in cjs ([#354](https://github.com/adaltas/node-csv/issues/354)) ([fa09d03](https://github.com/adaltas/node-csv/commit/fa09d03aaf0008b2790656871ca6b2c4be12d14c))



## [0.2.1](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.1) (2022-11-08)

**Note:** Version bump only for package csv-demo-ts-module-node16
Expand Down
10 changes: 5 additions & 5 deletions demo/ts-esm-node16/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "csv-demo-ts-module-node16",
"version": "0.2.1",
"version": "0.2.2",
"main": "index.js",
"license": "MIT",
"type": "module",
"private": true,
"dependencies": {
"csv-generate": "^4.2.1",
"csv-parse": "^5.3.4",
"csv-stringify": "^6.2.3",
"stream-transform": "^3.2.1"
"csv-generate": "^4.2.2",
"csv-parse": "^5.3.5",
"csv-stringify": "^6.2.4",
"stream-transform": "^3.2.2"
},
"devDependencies": {
"@types/node": "^18.11.9",
Expand Down
9 changes: 9 additions & 0 deletions demo/webpack-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.4](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.4) (2023-02-08)


### Bug Fixes

* support ts node16 resolution in cjs ([#354](https://github.com/adaltas/node-csv/issues/354)) ([fa09d03](https://github.com/adaltas/node-csv/commit/fa09d03aaf0008b2790656871ca6b2c4be12d14c))



## [0.1.3](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.3) (2022-11-08)

**Note:** Version bump only for package csv-demo-webpack-ts
Expand Down
10 changes: 5 additions & 5 deletions demo/webpack-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "csv-demo-webpack-ts",
"version": "0.1.3",
"version": "0.1.4",
"description": "",
"private": true,
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"csv-generate": "^4.2.1",
"csv-parse": "^5.3.4",
"csv-stringify": "^6.2.3",
"csv-generate": "^4.2.2",
"csv-parse": "^5.3.5",
"csv-stringify": "^6.2.4",
"http-server": "^14.1.1",
"stream-transform": "^3.2.1"
"stream-transform": "^3.2.2"
},
"devDependencies": {
"buffer-browserify": "^0.2.5",
Expand Down
9 changes: 9 additions & 0 deletions demo/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.6](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.6) (2023-02-08)


### Bug Fixes

* support ts node16 resolution in cjs ([#354](https://github.com/adaltas/node-csv/issues/354)) ([fa09d03](https://github.com/adaltas/node-csv/commit/fa09d03aaf0008b2790656871ca6b2c4be12d14c))



## [0.1.5](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.5) (2022-11-08)

**Note:** Version bump only for package csv-demo-webpack
Expand Down
12 changes: 6 additions & 6 deletions demo/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csv-demo-webpack",
"version": "0.1.5",
"version": "0.1.6",
"description": "",
"private": true,
"scripts": {
Expand All @@ -16,12 +16,12 @@
"webpack-cli": "^4.10.0"
},
"dependencies": {
"csv": "^6.2.6",
"csv-generate": "^4.2.1",
"csv-parse": "^5.3.4",
"csv-stringify": "^6.2.3",
"csv": "^6.2.7",
"csv-generate": "^4.2.2",
"csv-parse": "^5.3.5",
"csv-stringify": "^6.2.4",
"http-server": "^14.1.1",
"stream-browserify": "^3.0.0",
"stream-transform": "^3.2.1"
"stream-transform": "^3.2.2"
}
}
9 changes: 9 additions & 0 deletions packages/csv-generate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.2.2](https://github.com/adaltas/node-csv/compare/[email protected]@4.2.2) (2023-02-08)


### Bug Fixes

* support ts node16 resolution in cjs ([#354](https://github.com/adaltas/node-csv/issues/354)) ([fa09d03](https://github.com/adaltas/node-csv/commit/fa09d03aaf0008b2790656871ca6b2c4be12d14c))



## [4.2.1](https://github.com/adaltas/node-csv/compare/[email protected]@4.2.1) (2022-11-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/csv-generate/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.2.1",
"version": "4.2.2",
"name": "csv-generate",
"description": "CSV and object generation implementing the Node.js `stream.Readable` API",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/csv-parse/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.3.5](https://github.com/adaltas/node-csv/compare/[email protected]@5.3.5) (2023-02-08)


### Bug Fixes

* support ts node16 resolution in cjs ([#354](https://github.com/adaltas/node-csv/issues/354)) ([fa09d03](https://github.com/adaltas/node-csv/commit/fa09d03aaf0008b2790656871ca6b2c4be12d14c))



## [5.3.4](https://github.com/adaltas/node-csv/compare/[email protected]@5.3.4) (2023-01-31)


Expand Down
Loading

0 comments on commit c55f537

Please sign in to comment.