Skip to content

Commit

Permalink
v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
16601314215 authored and 16601314215 committed Apr 22, 2024
1 parent fdbd15c commit 253b04f
Show file tree
Hide file tree
Showing 17 changed files with 25,325 additions and 111 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.7"
"version": "1.0.8"
}
6,219 changes: 6,203 additions & 16 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.7",
"version": "1.0.8",
"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.7"
"@turajs/util": "^1.0.8"
},
"husky": {
"hooks": {
Expand Down
6,365 changes: 6,339 additions & 26 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.7",
"version": "1.0.8",
"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.7",
"@turajs/crypto": "^1.0.7",
"@turajs/http": "^1.0.7",
"@turajs/util": "^1.0.7",
"@turajs/contracts": "^1.0.8",
"@turajs/crypto": "^1.0.8",
"@turajs/http": "^1.0.8",
"@turajs/util": "^1.0.8",
"bignumber.js": "^9.0.0"
},
"husky": {
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turajs/crypto",
"version": "1.0.7",
"version": "1.0.8",
"description": "Cryptographic functions for building Tura Network apps.",
"keywords": [
"tura",
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@turajs/http",
"description": "Turajs Generic Http Module",
"version": "1.0.7",
"version": "1.0.8",
"keywords": [
"tura",
"tura-network",
Expand Down
2 changes: 1 addition & 1 deletion packages/monitor/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@turajs/monitor",
"description": "Monitor transactions on Tura Network blockchain",
"version": "1.0.7",
"version": "1.0.8",
"keywords": [
"tura",
"tura-network",
Expand Down
Loading

0 comments on commit 253b04f

Please sign in to comment.