Skip to content

Commit

Permalink
v1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
16601314215 authored and 16601314215 committed Apr 24, 2024
1 parent 488cfa6 commit 9974fd5
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 24 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.11"
"version": "1.0.12"
}
2 changes: 1 addition & 1 deletion packages/contracts/package-lock.json

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

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.11",
"version": "1.0.12",
"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.11"
"@turajs/util": "^1.0.12"
},
"husky": {
"hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

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

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.11",
"version": "1.0.12",
"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.11",
"@turajs/crypto": "^1.0.11",
"@turajs/http": "^1.0.11",
"@turajs/util": "^1.0.11",
"@turajs/contracts": "^1.0.12",
"@turajs/crypto": "^1.0.12",
"@turajs/http": "^1.0.12",
"@turajs/util": "^1.0.12",
"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.11",
"version": "1.0.12",
"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.11",
"version": "1.0.12",
"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.11",
"version": "1.0.12",
"keywords": [
"tura",
"tura-network",
Expand Down
2 changes: 1 addition & 1 deletion packages/standards/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/standards/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@turajs/standards",
"description": "Turajs Standards (SRC) tooling package",
"version": "1.0.11",
"version": "1.0.12",
"keywords": [
"tura",
"tura-network",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@braintree/sanitize-url": "^6.0.1",
"@turajs/core": "^1.0.11"
"@turajs/core": "^1.0.12"
},
"peerDependencies": {
"@turajs/core": "^1.0.0-rc.55"
Expand Down
2 changes: 1 addition & 1 deletion packages/util/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/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turajs/util",
"version": "1.0.11",
"version": "1.0.12",
"description": "Useful utilities and tools for building Tura Network applications",
"keywords": [
"tura",
Expand Down
2 changes: 1 addition & 1 deletion packages/wallets/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/wallets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turajs/wallets",
"version": "1.0.11",
"version": "1.0.12",
"description": "Wallets communication package for DApps in the Tura Network",
"keywords": [
"tura",
Expand Down Expand Up @@ -57,7 +57,7 @@
"readme": "jsdoc2md --files ./src/*.ts --template ./README.md.hbs --configure ../../jsdoc2md.json > ./README.md"
},
"dependencies": {
"@turajs/util": "^1.0.11",
"@turajs/util": "^1.0.12",
"uuid": "^8.3.2"
},
"husky": {
Expand Down

0 comments on commit 9974fd5

Please sign in to comment.