Skip to content

Commit

Permalink
v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
16601314215 authored and 16601314215 committed Apr 22, 2024
1 parent 4ddbb2f commit fdbd15c
Show file tree
Hide file tree
Showing 17 changed files with 191 additions and 30,610 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "1.0.6"
"version": "1.0.7"
}
6,241 changes: 27 additions & 6,214 deletions packages/contracts/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turajs/contracts",
"version": "1.0.6",
"version": "1.0.7",
"description": "Smart Contracts package for Tura Network",
"keywords": [
"tura",
Expand Down Expand Up @@ -54,7 +54,7 @@
"readme": "jsdoc2md --files ./src/*.ts --template ./README.md.hbs --configure ../../jsdoc2md.json > ./README.md"
},
"dependencies": {
"@turajs/util": "^1.0.6"
"@turajs/util": "^1.0.7"
},
"husky": {
"hooks": {
Expand Down
6,386 changes: 26 additions & 6,360 deletions packages/core/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turajs/core",
"version": "1.0.6",
"version": "1.0.7",
"description": "Principal package with functions and models for building Tura Network applications.",
"deprecations": "",
"keywords": [
Expand Down Expand Up @@ -58,10 +58,10 @@
"readme": "jsdoc2md --files ./src/**/*.ts --template ./README.md.hbs --configure ../../jsdoc2md.json > ./README.md"
},
"dependencies": {
"@turajs/contracts": "^1.0.6",
"@turajs/crypto": "^1.0.6",
"@turajs/http": "^1.0.6",
"@turajs/util": "^1.0.6",
"@turajs/contracts": "^1.0.7",
"@turajs/crypto": "^1.0.7",
"@turajs/http": "^1.0.7",
"@turajs/util": "^1.0.7",
"bignumber.js": "^9.0.0"
},
"husky": {
Expand Down
Loading

0 comments on commit fdbd15c

Please sign in to comment.