Skip to content

Commit

Permalink
release v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaswagner committed Jan 26, 2022
1 parent 5a59b08 commit ce61335
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion apps/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion apps/vite-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion apps/webpack-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion apps/webpack-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/csv-parser/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ce61335

Please sign in to comment.