Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir committed Feb 25, 2022
1 parent 3457a8c commit 008a079
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 40 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pokt-foundation/pocketjs-monorepo",
"version": "0.0.0",
"version": "0.0.3",
"scripts": {
"build": "turbo run build",
"build:signer": "turbo run build --scope=*signer* --no-deps",
Expand Down
2 changes: 1 addition & 1 deletion packages/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pokt-foundation/pocketjs-provider",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"type": "module",
"source": "src/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/relayer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pokt-foundation/pocketjs-relayer",
"version": "0.0.2",
"version": "0.0.3",
"description": "Slim relayer client for the Pocket Network v0 Protocol",
"type": "module",
"source": "src/index.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"ts-jest": "^27.1.3"
},
"dependencies": {
"@pokt-foundation/pocketjs-provider": "^0.0.0",
"@pokt-foundation/pocketjs-provider": "^0.0.2",
"@pokt-foundation/pocketjs-signer": "^0.0.0",
"@pokt-foundation/pocketjs-types": "^0.0.0",
"js-sha256": "^0.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/signer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pokt-foundation/pocketjs-signer",
"version": "0.0.2",
"version": "0.0.3",
"description": "Signer for Pocket Network V0 accounts",
"type": "module",
"source": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pokt-foundation/pocketjs-types",
"version": "0.0.2",
"version": "0.0.3",
"description": "PocketJS types",
"type": "module",
"source": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pokt-foundation/pocketjs-utils",
"version": "0.0.2",
"version": "0.0.3",
"description": "Utilities used across pocket-js",
"type": "module",
"source": "src/index.ts",
Expand Down
81 changes: 48 additions & 33 deletions pnpm-lock.yaml

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

0 comments on commit 008a079

Please sign in to comment.