Skip to content

Commit

Permalink
Library renamed to wharfkit-plugin-webauth
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyjamer committed Feb 8, 2024
1 parent be205d6 commit 168d556
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @proton/wallet-plugin-webauth
# @proton/wharfkit-plugin-webauth

A Session Kit wallet plugin for the [WebAuth](https://xprnetwork.org/wallet) wallet.

Expand All @@ -11,7 +11,7 @@ Mobile device and browser authentications are supported
**NOTE**: This wallet plugin will only work with the SessionKit and requires a browser-based environment.

```ts
import {WalletPluginWebAuth} from '@proton/wallet-plugin-webauth'
import {WalletPluginWebAuth} from '@proton/wharfkit-plugin-webauth'

const kit = new SessionKit({
// ... your other options
Expand All @@ -23,7 +23,7 @@ Main and test networks are supported

```ts

import {WalletPluginWebAuth} from '@proton/wallet-plugin-webauth'
import {WalletPluginWebAuth} from '@proton/wharfkit-plugin-webauth'

const kit = new SessionKit({
// ... your other options
Expand All @@ -39,7 +39,7 @@ Custom buoy url and websocket class are supported.

```ts
import WebSocket from 'isomorphic-ws'
import {WalletPluginWebAuth} from '@proton/wallet-plugin-webauth'
import {WalletPluginWebAuth} from '@proton/wharfkit-plugin-webauth'

const kit = new SessionKit({
// ... your other options
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@proton/wallet-plugin-webauth",
"name": "@proton/wharfkit-plugin-webauth",
"description": "A WebAuth plugin for use with @wharfkit/session.",
"version": "1.0.0",
"homepage": "https://github.com/XPRNetwork/wallet-plugin-webauth",
"homepage": "https://github.com/XPRNetwork/wharfkit-plugin-webauth",
"license": "BSD-3-Clause",
"main": "lib/wallet-plugin-webauth.js",
"module": "lib/wallet-plugin-webauth.m.js",
"types": "lib/wallet-plugin-webauth.d.ts",
"main": "lib/wharfkit-plugin-webauth.js",
"module": "lib/wharfkit-plugin-webauth.m.js",
"types": "lib/wharfkit-plugin-webauth.d.ts",
"sideEffects": false,
"files": [
"lib/*",
Expand Down

0 comments on commit 168d556

Please sign in to comment.