Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
16601314215 authored and 16601314215 committed Apr 21, 2024
1 parent a6c55c6 commit 02d47f0
Show file tree
Hide file tree
Showing 17 changed files with 32 additions and 32 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.3"
"version": "1.0.4"
}
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.

6 changes: 3 additions & 3 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.3",
"version": "1.0.4",
"description": "Smart Contracts package for Tura Network",
"keywords": [
"tura",
Expand Down Expand Up @@ -54,14 +54,14 @@
"readme": "jsdoc2md --files ./src/*.ts --template ./README.md.hbs --configure ../../jsdoc2md.json > ./README.md"
},
"dependencies": {
"@turajs/util": "^1.0.3"
"@turajs/util": "^1.0.4"
},
"husky": {
"hooks": {
"pre-push": "npm test"
}
},
"gitHead": "42b6544b6e5af00151a23c8283ccefe5c0ea75e6",
"gitHead": "a6c55c694e1ca541b646185f14fdbdfd0710799c",
"publishConfig": {
"access": "public"
}
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.

12 changes: 6 additions & 6 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.3",
"version": "1.0.4",
"description": "Principal package with functions and models for building Tura Network applications.",
"keywords": [
"tura",
Expand Down Expand Up @@ -57,18 +57,18 @@
"readme": "jsdoc2md --files ./src/**/*.ts --template ./README.md.hbs --configure ../../jsdoc2md.json > ./README.md"
},
"dependencies": {
"@turajs/contracts": "^1.0.3",
"@turajs/crypto": "^1.0.3",
"@turajs/http": "^1.0.3",
"@turajs/util": "^1.0.3",
"@turajs/contracts": "^1.0.4",
"@turajs/crypto": "^1.0.4",
"@turajs/http": "^1.0.4",
"@turajs/util": "^1.0.4",
"bignumber.js": "^9.0.0"
},
"husky": {
"hooks": {
"pre-push": "npm test"
}
},
"gitHead": "42b6544b6e5af00151a23c8283ccefe5c0ea75e6",
"gitHead": "a6c55c694e1ca541b646185f14fdbdfd0710799c",
"publishConfig": {
"access": "public"
}
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.

4 changes: 2 additions & 2 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turajs/crypto",
"version": "1.0.3",
"version": "1.0.4",
"description": "Cryptographic functions for building Tura Network apps.",
"keywords": [
"tura",
Expand Down Expand Up @@ -65,7 +65,7 @@
"pre-push": "npm test"
}
},
"gitHead": "42b6544b6e5af00151a23c8283ccefe5c0ea75e6",
"gitHead": "a6c55c694e1ca541b646185f14fdbdfd0710799c",
"publishConfig": {
"access": "public"
}
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.

4 changes: 2 additions & 2 deletions 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.3",
"version": "1.0.4",
"keywords": [
"tura",
"tura-network",
Expand Down Expand Up @@ -59,7 +59,7 @@
"pre-push": "npm test"
}
},
"gitHead": "42b6544b6e5af00151a23c8283ccefe5c0ea75e6",
"gitHead": "a6c55c694e1ca541b646185f14fdbdfd0710799c",
"publishConfig": {
"access": "public"
}
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.

4 changes: 2 additions & 2 deletions 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.3",
"version": "1.0.4",
"keywords": [
"tura",
"tura-network",
Expand Down Expand Up @@ -59,5 +59,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "42b6544b6e5af00151a23c8283ccefe5c0ea75e6"
"gitHead": "a6c55c694e1ca541b646185f14fdbdfd0710799c"
}
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.

6 changes: 3 additions & 3 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.3",
"version": "1.0.4",
"keywords": [
"tura",
"tura-network",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@braintree/sanitize-url": "^6.0.1",
"@turajs/core": "^1.0.3"
"@turajs/core": "^1.0.4"
},
"peerDependencies": {
"@turajs/core": "^1.0.0-rc.55"
Expand All @@ -61,7 +61,7 @@
"pre-push": "npm test"
}
},
"gitHead": "42b6544b6e5af00151a23c8283ccefe5c0ea75e6",
"gitHead": "a6c55c694e1ca541b646185f14fdbdfd0710799c",
"publishConfig": {
"access": "public"
}
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.

4 changes: 2 additions & 2 deletions packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turajs/util",
"version": "1.0.3",
"version": "1.0.4",
"description": "Useful utilities and tools for building Tura Network applications",
"keywords": [
"tura",
Expand Down Expand Up @@ -58,7 +58,7 @@
"publishConfig": {
"access": "public"
},
"gitHead": "42b6544b6e5af00151a23c8283ccefe5c0ea75e6",
"gitHead": "a6c55c694e1ca541b646185f14fdbdfd0710799c",
"dependencies": {
"bignumber.js": "^9.0.0",
"js-base64": "^3.6.0"
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.

6 changes: 3 additions & 3 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.3",
"version": "1.0.4",
"description": "Wallets communication package for DApps in the Tura Network",
"keywords": [
"tura",
Expand Down Expand Up @@ -57,15 +57,15 @@
"readme": "jsdoc2md --files ./src/*.ts --template ./README.md.hbs --configure ../../jsdoc2md.json > ./README.md"
},
"dependencies": {
"@turajs/util": "^1.0.3",
"@turajs/util": "^1.0.4",
"uuid": "^8.3.2"
},
"husky": {
"hooks": {
"pre-push": "npm test"
}
},
"gitHead": "42b6544b6e5af00151a23c8283ccefe5c0ea75e6",
"gitHead": "a6c55c694e1ca541b646185f14fdbdfd0710799c",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 02d47f0

Please sign in to comment.