Skip to content

Commit

Permalink
Dep update (#62)
Browse files Browse the repository at this point in the history
* update dwn-sql-store

* transpile pg package
  • Loading branch information
adam4leos authored Sep 19, 2023
1 parent 00ed815 commit 3c194fe
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 46 deletions.
1 change: 1 addition & 0 deletions build/create-cjs-bundle.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const includeList = new Set([
'ipfs-unixfs-exporter',
'ipfs-unixfs-importer',
'multiformats',
'pg',
]);

// create list of dependencies that we _do not_ want to include in our bundle
Expand Down
84 changes: 39 additions & 45 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@tbd54566975/dwn-sdk-js": "0.2.1",
"@tbd54566975/dwn-sql-store": "^0.0.3",
"@tbd54566975/dwn-sql-store": "^0.1.0",
"better-sqlite3": "^8.5.0",
"bytes": "3.1.2",
"cors": "2.8.5",
Expand Down

0 comments on commit 3c194fe

Please sign in to comment.