Skip to content

Commit

Permalink
Update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ewhal committed Mar 25, 2024
1 parent 0b7c94d commit 1ec43a5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/moon-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonup/ethers",
"version": "1.0.3",
"version": "1.0.4",
"author": "0xEwhal <[email protected]>",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/moon-rainbowkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonup/moon-rainbowkit",
"version": "1.0.12",
"version": "1.0.13",
"license": "MIT",
"author": "0xEwhal <[email protected]>",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/moon-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonup/moon-react",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",
"author": "0xEwhal <[email protected]>",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/moon-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonup/moon-sdk",
"version": "1.0.4",
"version": "1.0.5",
"author": "0xEwhal <[email protected]>",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/moon-sdk/src/moon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export class MoonSDK {
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.ewogICJyb2xlIjogImFub24iLAogICJpc3MiOiAic3VwYWJhc2UiLAogICJpYXQiOiAxNzEwNzIwMDAwLAogICJleHAiOiAxODY4NDg2NDAwCn0.am_Q1cqJ025FU-yEDXk5VDqv30DbOxw2hHb51YwRuaQ',
{}
);
this.MoonAPIClient.auth;
this.connect();
}
public async connect() {
this.MoonAPIClient.auth.onAuthStateChange((event, session) => {
Expand Down
2 changes: 1 addition & 1 deletion packages/moon-wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonup/wagmi-connector",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",
"author": "0xEwhal <[email protected]>",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/viem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonup/viem",
"version": "0.0.6",
"version": "0.0.7",
"author": "0xEwhal <[email protected]>",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down

0 comments on commit 1ec43a5

Please sign in to comment.