@neus/sdk 1.1.2 → 1.1.5

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/client.js CHANGED
@@ -11,19 +11,19 @@ import {
11
11
 
12
12
  const FALLBACK_PUBLIC_VERIFIER_CATALOG = {
13
13
  'ownership-basic': { supportsDirectApi: true },
14
+ 'ownership-social': { supportsDirectApi: false },
14
15
  'ownership-pseudonym': { supportsDirectApi: true },
15
16
  'ownership-dns-txt': { supportsDirectApi: true },
16
- 'ownership-social': { supportsDirectApi: false },
17
17
  'ownership-org-oauth': { supportsDirectApi: false },
18
18
  'contract-ownership': { supportsDirectApi: true },
19
+ 'proof-of-human': { supportsDirectApi: false },
19
20
  'nft-ownership': { supportsDirectApi: true },
20
21
  'token-holding': { supportsDirectApi: true },
21
- 'wallet-link': { supportsDirectApi: true },
22
22
  'wallet-risk': { supportsDirectApi: true },
23
- 'proof-of-human': { supportsDirectApi: false },
23
+ 'wallet-link': { supportsDirectApi: true },
24
+ 'ai-content-moderation': { supportsDirectApi: true },
24
25
  'agent-identity': { supportsDirectApi: true },
25
- 'agent-delegation': { supportsDirectApi: true },
26
- 'ai-content-moderation': { supportsDirectApi: true }
26
+ 'agent-delegation': { supportsDirectApi: true }
27
27
  };
28
28
 
29
29
  const EVM_ADDRESS_RE = /^0x[a-fA-F0-9]{40}$/;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neus/sdk",
3
- "version": "1.1.2",
3
+ "version": "1.1.5",
4
4
  "description": "NEUS makes trust portable across the internet — so people, apps, and AI agents can prove what is real before access, payout, or execution.",
5
5
  "bin": {
6
6
  "neus": "cli/neus.mjs"