Skip to content

Commit

Permalink
Bump importer versions
Browse files Browse the repository at this point in the history
Main change is updating mailparser to v3 to fix Node 18 issues.
  • Loading branch information
sawyerh committed Dec 26, 2022
1 parent 16e522d commit c2fa015
Show file tree
Hide file tree
Showing 8 changed files with 257 additions and 836 deletions.
1,069 changes: 245 additions & 824 deletions aws/email-importer/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions aws/email-importer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"async": "^3.2.4",
"esbuild": "^0.16.10",
"firebase-admin": "^11.4.1",
"highlights-email-to-json": "^1.1.0",
"kindle-clippings-to-json": "^1.0.0",
"highlights-email-to-json": "^1.1.1",
"kindle-clippings-to-json": "^1.0.1",
"kindle-email-to-json": "^2.0.2",
"lodash": "^4.17.21",
"safari-books-csv-to-json": "^1.1.1",
"safari-books-csv-to-json": "^1.1.2",
"string-hash": "^1.1.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/highlights-email-to-json/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/highlights-email-to-json/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "highlights-email-to-json",
"description": "Converts an email of plain text notes into a JSON object",
"version": "1.1.0",
"version": "1.1.1",
"main": "index.js",
"author": {
"name": "Sawyer Hollenshead",
Expand Down
4 changes: 2 additions & 2 deletions packages/kindle-clippings-to-json/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/kindle-clippings-to-json/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kindle-clippings-to-json",
"description": "Converts an email consisting of Kindle clippings into a JSON object",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"author": {
"name": "Sawyer Hollenshead",
Expand Down
4 changes: 2 additions & 2 deletions packages/safari-books-csv-to-json/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/safari-books-csv-to-json/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "safari-books-csv-to-json",
"description": "Converts an email attachment consisting of an O'Reilly Safari Books CSV highlights export into a JSON object",
"version": "1.1.1",
"version": "1.1.2",
"main": "index.js",
"author": {
"name": "Sawyer Hollenshead",
Expand Down

1 comment on commit c2fa015

@vercel
Copy link

@vercel vercel bot commented on c2fa015 Dec 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.