Skip to content

Commit

Permalink
Merge pull request #1 from decentldotland/staging
Browse files Browse the repository at this point in the history
feat: add support for KV API
  • Loading branch information
charmful0x authored Sep 21, 2023
2 parents 4ecc384 + 0739f78 commit 09346c5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mem-testnet",
"version": "0.0.1",
"version": "0.0.2",
"description": "testnet endpoint for MEM network",
"main": "index.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/decentldotland/mem-testnet#readme",
"dependencies": {
"@three-em/node": "^0.3.22",
"@three-em/node": "^0.3.23",
"@types/express": "^4.17.17",
"@types/node": "^20.5.1",
"axios": "^1.4.0",
Expand Down

0 comments on commit 09346c5

Please sign in to comment.