Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Nov 5, 2023
1 parent a6b7847 commit c58361d
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion packages/paima-sdk/paima-build-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paima/build-utils",
"version": "2.0.0",
"version": "2.0.1",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/paima-sdk/paima-concise/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paima/concise",
"version": "2.0.0",
"version": "2.0.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -29,6 +29,6 @@
},
"devDependencies": {
"@types/node": "^18.17.1",
"@paima/utils": "2.0.0"
"@paima/utils": "2.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/paima-sdk/paima-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paima/crypto",
"version": "2.0.0",
"version": "2.0.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -33,6 +33,6 @@
"@polkadot/util": "^10.4.2",
"@polkadot/util-crypto": "^10.4.2",
"bech32": "^2.0.0",
"@paima/utils": "2.0.0"
"@paima/utils": "2.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/paima-sdk/paima-db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paima/db",
"version": "2.0.0",
"version": "2.0.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -31,6 +31,6 @@
"pg": "^8.7.3",
"pg-tx": "^1.0.1",
"@pgtyped/runtime": "2.1.0",
"@paima/utils": "2.0.0"
"@paima/utils": "2.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/paima-sdk/paima-executors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paima/executors",
"version": "2.0.0",
"version": "2.0.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -26,6 +26,6 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@paima/prando": "2.0.0"
"@paima/prando": "2.0.1"
}
}
10 changes: 5 additions & 5 deletions packages/paima-sdk/paima-mw-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paima/mw-core",
"version": "2.0.0",
"version": "2.0.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -37,10 +37,10 @@
"@truffle/hdwallet-provider": "^2.1.15",
"algosdk": "^2.3.0",
"bech32": "^2.0.0",
"@paima/utils": "2.0.0",
"@paima/providers": "2.0.0",
"@paima/concise": "2.0.0",
"@paima/prando": "2.0.0",
"@paima/utils": "2.0.1",
"@paima/providers": "2.0.1",
"@paima/concise": "2.0.1",
"@paima/prando": "2.0.1",
"assert-never": "^1.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/paima-sdk/paima-prando/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paima/prando",
"version": "2.0.0",
"version": "2.0.1",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/paima-sdk/paima-providers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paima/providers",
"version": "2.0.0",
"version": "2.0.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -26,8 +26,8 @@
"dependencies": {
"@ethersproject/abstract-signer": "^5.7.0",
"@metamask/providers": "^10.2.1",
"@paima/crypto": "2.0.0",
"@paima/utils": "2.0.0",
"@paima/crypto": "2.0.1",
"@paima/utils": "2.0.1",
"@perawallet/connect": "^1.2.3",
"@polkadot/extension-dapp": "^0.44.9",
"@truffle/hdwallet-provider": "^2.1.15",
Expand Down
20 changes: 10 additions & 10 deletions packages/paima-sdk/paima-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paima/sdk",
"version": "2.0.0",
"version": "2.0.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -26,14 +26,14 @@
},
"devDependencies": {},
"dependencies": {
"@paima/concise": "2.0.0",
"@paima/crypto": "2.0.0",
"@paima/db": "2.0.0",
"@paima/executors": "2.0.0",
"@paima/mw-core": "2.0.0",
"@paima/prando": "2.0.0",
"@paima/providers": "2.0.0",
"@paima/utils-backend": "2.0.0",
"@paima/utils": "2.0.0"
"@paima/concise": "2.0.1",
"@paima/crypto": "2.0.1",
"@paima/db": "2.0.1",
"@paima/executors": "2.0.1",
"@paima/mw-core": "2.0.1",
"@paima/prando": "2.0.1",
"@paima/providers": "2.0.1",
"@paima/utils-backend": "2.0.1",
"@paima/utils": "2.0.1"
}
}
6 changes: 3 additions & 3 deletions packages/paima-sdk/paima-utils-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paima/utils-backend",
"version": "2.0.0",
"version": "2.0.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"yaml": "^2.3.1",
"@paima/db": "2.0.0",
"@paima/utils": "2.0.0"
"@paima/db": "2.0.1",
"@paima/utils": "2.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/paima-sdk/paima-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paima/utils",
"version": "2.0.0",
"version": "2.0.1",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit c58361d

Please sign in to comment.