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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "better-near-auth",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Sign in with NEAR (SIWN) plugin for Better Auth",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -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.2.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"
@@ -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.2.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"
@@ -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.2.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"
@@ -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.2.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"