Skip to content

Commit

Permalink
Merge pull request #211 from kodadot/feat/kind
Browse files Browse the repository at this point in the history
(hyperdata): kind + generative uri
  • Loading branch information
vikiival authored Sep 16, 2024
2 parents 0b73a23 + 862890b commit b11f1f4
Show file tree
Hide file tree
Showing 6 changed files with 3,268 additions and 2,884 deletions.
16 changes: 8 additions & 8 deletions hyperdata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kodadot1/hyperdata",
"version": "0.0.1-rc.4",
"version": "0.0.1-rc.5",
"description": "Get unified NFT content",
"repository": "kodadot/nft-gallery",
"license": "MIT",
Expand Down Expand Up @@ -29,14 +29,14 @@
"test": "vitest"
},
"devDependencies": {
"@kodadot1/minipfs": "0.4.1-rc.0",
"@vitest/coverage-v8": "^0.34.6",
"@kodadot1/minipfs": "0.4.3-rc.2",
"@vitest/coverage-v8": "^2.1.1",
"changelogen": "^0.5.5",
"eslint": "^8.50.0",
"eslint-config-unjs": "^0.2.1",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"eslint": "^9.10.0",
"eslint-config-unjs": "^0.3.2",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"unbuild": "^2.0.0",
"vitest": "^0.34.6"
"vitest": "^2.1.1"
}
}
Loading

0 comments on commit b11f1f4

Please sign in to comment.