Skip to content

Commit

Permalink
Merge pull request #143 from Itheum/alpha
Browse files Browse the repository at this point in the history
3.6.1 Ready to ship
  • Loading branch information
newbreedofgeek authored Aug 27, 2024
2 parents 5f98880 + e373cbc commit 217bc63
Show file tree
Hide file tree
Showing 14 changed files with 4,443 additions and 2,755 deletions.
3,368 changes: 1,827 additions & 1,541 deletions package-lock.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itheum/sdk-mx-data-nft",
"version": "3.5.1",
"version": "3.6.1",
"description": "SDK for Itheum's Data NFT Technology on MultiversX Blockchain",
"main": "out/index.js",
"types": "out/index.d.js",
Expand All @@ -17,28 +17,28 @@
"author": "Itheum Protocol",
"license": "GPL-3.0-only",
"dependencies": {
"@multiversx/sdk-core": "12.18.0",
"@multiversx/sdk-network-providers": "2.2.1",
"@multiversx/sdk-core": "13.2.2",
"@multiversx/sdk-network-providers": "2.4.3",
"bignumber.js": "9.1.2",
"nft.storage": "7.1.1"
"nft.storage": "7.2.0"
},
"devDependencies": {
"@commitlint/config-conventional": "18.4.4",
"@commitlint/config-conventional": "19.2.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.2.6",
"@semantic-release/npm": "11.0.2",
"@semantic-release/release-notes-generator": "12.1.0",
"@types/jest": "29.5.11",
"commitlint": "18.4.4",
"husky": "9.0.11",
"@semantic-release/github": "10.1.3",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.1",
"@types/jest": "29.5.12",
"commitlint": "19.3.0",
"husky": "9.1.4",
"jest": "29.7.0",
"semantic-release": "23.0.2",
"ts-jest": "29.1.2",
"semantic-release": "24.0.0",
"ts-jest": "29.2.3",
"tslint": "6.1.3",
"typedoc": "0.25.7",
"typescript": "5.3.3"
"typedoc": "0.26.5",
"typescript": "5.5.4"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 217bc63

Please sign in to comment.