better-near-auth 1.4.0 → 1.4.1
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/package.json
CHANGED
package/skills/client/SKILL.md
CHANGED
|
@@ -8,7 +8,7 @@ description: >
|
|
|
8
8
|
using authClient.near.* methods, or building delegate actions for gasless relay.
|
|
9
9
|
type: core
|
|
10
10
|
library: better-near-auth
|
|
11
|
-
library_version: "1.
|
|
11
|
+
library_version: "1.4.1"
|
|
12
12
|
sources:
|
|
13
13
|
- "elliotBraem/better-near-auth:src/client.ts"
|
|
14
14
|
- "elliotBraem/better-near-auth:src/types.ts"
|
package/skills/relay/SKILL.md
CHANGED
|
@@ -8,7 +8,7 @@ description: >
|
|
|
8
8
|
configuring RotatingKeyStore for high-throughput relay.
|
|
9
9
|
type: core
|
|
10
10
|
library: better-near-auth
|
|
11
|
-
library_version: "1.
|
|
11
|
+
library_version: "1.4.1"
|
|
12
12
|
sources:
|
|
13
13
|
- "elliotBraem/better-near-auth:src/index.ts"
|
|
14
14
|
- "elliotBraem/better-near-auth:src/utils.ts"
|
package/skills/siwn/SKILL.md
CHANGED
|
@@ -8,7 +8,7 @@ description: >
|
|
|
8
8
|
or debugging NEP-413 verify or nonce issues.
|
|
9
9
|
type: core
|
|
10
10
|
library: better-near-auth
|
|
11
|
-
library_version: "1.
|
|
11
|
+
library_version: "1.4.1"
|
|
12
12
|
sources:
|
|
13
13
|
- "elliotBraem/better-near-auth:src/index.ts"
|
|
14
14
|
- "elliotBraem/better-near-auth:src/profile.ts"
|
package/skills/tanstack/SKILL.md
CHANGED
|
@@ -8,8 +8,11 @@ description: >
|
|
|
8
8
|
wiring auth into router context, or debugging wallet state loss after
|
|
9
9
|
sign-in in SSR/CSR TanStack apps.
|
|
10
10
|
type: framework
|
|
11
|
+
requires:
|
|
12
|
+
- client
|
|
13
|
+
- siwn
|
|
11
14
|
library: better-near-auth
|
|
12
|
-
library_version: "1.
|
|
15
|
+
library_version: "1.4.1"
|
|
13
16
|
sources:
|
|
14
17
|
- "elliotBraem/better-near-auth:src/client.ts"
|
|
15
18
|
- "elliotBraem/better-near-auth:examples/auth.everything.dev/ui/src/auth.ts"
|