@farcaster/miniapp-sdk 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/back.js +2 -2
- package/dist/endpoint.js +0 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.min.js +12 -40
- package/dist/index.min.js.map +4 -4
- package/dist/quickAuth.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/back.ts +2 -8
- package/src/endpoint.ts +0 -1
- package/src/index.ts +2 -4
- package/src/quickAuth.ts +1 -1
- package/src/solanaProvider.ts +1 -1
- package/src/types.ts +3 -1
package/dist/quickAuth.js
CHANGED
|
@@ -5,7 +5,7 @@ import * as Siwe from 'ox/Siwe';
|
|
|
5
5
|
import { miniAppHost } from './miniAppHost.js';
|
|
6
6
|
export const quickAuth = (() => {
|
|
7
7
|
let current;
|
|
8
|
-
let pendingPromise
|
|
8
|
+
let pendingPromise;
|
|
9
9
|
async function getTokenInner(options) {
|
|
10
10
|
const quickAuthClient = createLightClient({
|
|
11
11
|
origin: options.quickAuthServerOrigin,
|