Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GalaxyPay/lute-connect
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 94c525611b1532a85e8d67e512ec5abebc5f59d5
Choose a base ref
...
head repository: GalaxyPay/lute-connect
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 360d4c9c9c3b8e5c4873c19bb71fea739a2bef5e
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 29, 2024

  1. update readme

    acfunk committed Mar 29, 2024
    Copy the full SHA
    94ea7d9 View commit details

Commits on Apr 17, 2024

  1. update github owner

    acfunk committed Apr 17, 2024
    Copy the full SHA
    360d4c9 View commit details
Showing with 6 additions and 6 deletions.
  1. +2 −2 README.md
  2. +4 −4 package.json
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Overview

Lute Connect is a Javascript library to securely sign transactions with [Lute](https://lute.app), an Algorand, Ledger-only web wallet.
Lute Connect is a Javascript library to securely sign transactions with [Lute](https://lute.app), an Algorand web wallet.

## Installation

@@ -16,7 +16,7 @@ npm i lute-connect

```js
import LuteConnect from "lute-connect";
const lute = new LuteConnect("YourAppName");
const lute = new LuteConnect("<YOUR_SITE_NAME>");
```

### Connect to Lute
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lute-connect",
"version": "1.1.3",
"version": "1.1.4",
"main": "./dist/main.cjs.js",
"module": "./dist/main.esm.js",
"types": "./dist/main.d.ts",
@@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/acfunk/lute-connect.git"
"url": "git+https://github.com/GalaxyPay/lute-connect.git"
},
"keywords": [
"algorand",
@@ -19,9 +19,9 @@
"author": "Andrew Funk",
"license": "ISC",
"bugs": {
"url": "https://github.com/acfunk/lute-connect/issues"
"url": "https://github.com/GalaxyPay/lute-connect/issues"
},
"homepage": "https://github.com/acfunk/lute-connect#readme",
"homepage": "https://github.com/GalaxyPay/lute-connect#readme",
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.6",
"rollup": "^4.9.5",