Skip to content

Commit

Permalink
publish version v0.2.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
longngn committed Aug 4, 2023
1 parent 7ce354d commit 2f280c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@minswap/blockfrost-adapter",
"version": "0.1.0",
"description": "Query Minswap data from Blockfrost",
"name": "@minswap/sdk",
"version": "0.2.0-beta",
"description": "Query Minswap data and build transactions",
"main": "./build/index.js",
"module": "./build/index.es.js",
"types": "./build/index.d.ts",
Expand All @@ -23,18 +23,18 @@
"blockfrost",
"dex",
"blockchain",
"ape"
"lucid"
],
"author": "Minswap Labs",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/minswap/blockfrost-adapter.git"
"url": "git+https://github.com/minswap/sdk.git"
},
"bugs": {
"url": "https://github.com/minswap/blockfrost-adapter/issues"
"url": "https://github.com/minswap/sdk/issues"
},
"homepage": "https://github.com/minswap/blockfrost-adapter#readme",
"homepage": "https://github.com/minswap/sdk#readme",
"dependencies": {
"@blockfrost/blockfrost-js": "^5.3.1",
"@minswap/tiny-invariant": "^1.2.0",
Expand Down

0 comments on commit 2f280c4

Please sign in to comment.