From ce61335f131e537bff9a59d049bdb0984332fd04 Mon Sep 17 00:00:00 2001 From: Lukas Wagner Date: Wed, 26 Jan 2022 17:35:48 +0100 Subject: [PATCH] release v0.2 --- apps/express/package.json | 2 +- apps/vite-ts/package.json | 2 +- apps/webpack-js/package.json | 2 +- apps/webpack-ts/package.json | 2 +- package-lock.json | 18 +++++++++--------- packages/csv-parser/package.json | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/apps/express/package.json b/apps/express/package.json index 9327d02..7a78c46 100644 --- a/apps/express/package.json +++ b/apps/express/package.json @@ -12,7 +12,7 @@ "license": "MIT", "dependencies": { "@csv-parser/data": "1.0.0", - "@lukaswagner/csv-parser": "^0.1.0", + "@lukaswagner/csv-parser": "^0.2.0", "express": "^4.17.2" }, "scripts": { diff --git a/apps/vite-ts/package.json b/apps/vite-ts/package.json index ea6b672..3dcba9f 100644 --- a/apps/vite-ts/package.json +++ b/apps/vite-ts/package.json @@ -21,7 +21,7 @@ "@csv-parser/data": "1.0.0", "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", - "@lukaswagner/csv-parser": "^0.1.0", + "@lukaswagner/csv-parser": "^0.2.0", "framer-motion": "^5.6.0", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/apps/webpack-js/package.json b/apps/webpack-js/package.json index 843bbe2..3a3d3b3 100644 --- a/apps/webpack-js/package.json +++ b/apps/webpack-js/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@csv-parser/data": "1.0.0", - "@lukaswagner/csv-parser": "^0.1.0" + "@lukaswagner/csv-parser": "^0.2.0" }, "devDependencies": { "html-webpack-plugin": "^5.5.0", diff --git a/apps/webpack-ts/package.json b/apps/webpack-ts/package.json index 7fd0a09..7031e36 100644 --- a/apps/webpack-ts/package.json +++ b/apps/webpack-ts/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@csv-parser/data": "1.0.0", - "@lukaswagner/csv-parser": "^0.1.0", + "@lukaswagner/csv-parser": "^0.2.0", "pako": "^2.0.4" }, "devDependencies": { diff --git a/package-lock.json b/package-lock.json index 89449c4..575d245 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "license": "MIT", "dependencies": { "@csv-parser/data": "1.0.0", - "@lukaswagner/csv-parser": "^0.1.0", + "@lukaswagner/csv-parser": "^0.2.0", "express": "^4.17.2" } }, @@ -58,7 +58,7 @@ "@csv-parser/data": "1.0.0", "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", - "@lukaswagner/csv-parser": "^0.1.0", + "@lukaswagner/csv-parser": "^0.2.0", "framer-motion": "^5.6.0", "react": "^17.0.2", "react-dom": "^17.0.2", @@ -423,7 +423,7 @@ "license": "MIT", "dependencies": { "@csv-parser/data": "1.0.0", - "@lukaswagner/csv-parser": "^0.1.0" + "@lukaswagner/csv-parser": "^0.2.0" }, "devDependencies": { "html-webpack-plugin": "^5.5.0", @@ -438,7 +438,7 @@ "license": "MIT", "dependencies": { "@csv-parser/data": "1.0.0", - "@lukaswagner/csv-parser": "^0.1.0", + "@lukaswagner/csv-parser": "^0.2.0", "pako": "^2.0.4" }, "devDependencies": { @@ -9190,7 +9190,7 @@ }, "packages/csv-parser": { "name": "@lukaswagner/csv-parser", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "devDependencies": { "@rollup/plugin-replace": "^3.0.1", @@ -10811,7 +10811,7 @@ "version": "file:apps/express", "requires": { "@csv-parser/data": "1.0.0", - "@lukaswagner/csv-parser": "^0.1.0", + "@lukaswagner/csv-parser": "^0.2.0", "express": "^4.17.2" } }, @@ -10823,7 +10823,7 @@ "@csv-parser/data": "1.0.0", "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", - "@lukaswagner/csv-parser": "^0.1.0", + "@lukaswagner/csv-parser": "^0.2.0", "@types/react": "^17.0.38", "@types/react-dom": "^17.0.11", "@types/wicg-file-system-access": "^2020.9.4", @@ -11029,7 +11029,7 @@ "version": "file:apps/webpack-js", "requires": { "@csv-parser/data": "1.0.0", - "@lukaswagner/csv-parser": "^0.1.0", + "@lukaswagner/csv-parser": "^0.2.0", "html-webpack-plugin": "^5.5.0", "webpack": "^5.66.0", "webpack-cli": "^4.9.1", @@ -11040,7 +11040,7 @@ "version": "file:apps/webpack-ts", "requires": { "@csv-parser/data": "1.0.0", - "@lukaswagner/csv-parser": "^0.1.0", + "@lukaswagner/csv-parser": "^0.2.0", "@types/pako": "^1.0.3", "dotenv-webpack": "^7.0.3", "html-loader": "^3.1.0", diff --git a/packages/csv-parser/package.json b/packages/csv-parser/package.json index 86095f4..b0fc146 100644 --- a/packages/csv-parser/package.json +++ b/packages/csv-parser/package.json @@ -1,6 +1,6 @@ { "name": "@lukaswagner/csv-parser", - "version": "0.1.0", + "version": "0.2.0", "description": "Multi-threaded CSV parser using web workers.", "type": "module", "module": "./lib/csv.js",