@multiplatform.one/gpg 6.6.0 → 7.0.0

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": "@multiplatform.one/gpg",
3
- "version": "6.6.0",
3
+ "version": "7.0.0",
4
4
  "description": "Sign-In With GPG (SIWG) screen + GpgProvider for the connectkit modal — no viem",
5
5
  "keywords": [
6
6
  "connectkit",
@@ -55,21 +55,21 @@
55
55
  "access": "public"
56
56
  },
57
57
  "dependencies": {
58
- "@multiplatform.one/connectkit": "6.6.0"
58
+ "@multiplatform.one/connectkit": "7.0.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@tamagui/build": "2.0.0-rc.41",
61
+ "@tamagui/build": "2.7.6",
62
62
  "@types/react": "~19.2.14",
63
63
  "react": "19.2.5",
64
64
  "typescript": "~5.9.3",
65
- "@multiplatform.one/config": "6.6.0"
65
+ "@multiplatform.one/config": "7.0.0"
66
66
  },
67
67
  "peerDependencies": {
68
68
  "@tanstack/react-query": "^5.62.0",
69
69
  "react": "^19.1.0"
70
70
  },
71
71
  "scripts": {
72
- "typecheck": "tsc --noEmit",
72
+ "typecheck": "tsgo --noEmit",
73
73
  "build": "rm -rf dist types 2>/dev/null && tamagui-build --ts-project ./tsconfig.build.json --exclude '\\.spec\\.|\\.test\\.|\\.stories\\.' && node scripts/fix-dist-specifiers.mjs"
74
74
  }
75
75
  }
@@ -14,7 +14,7 @@ export enum GpgStatusState {
14
14
  }
15
15
 
16
16
  export type GpgConfig = {
17
- // Required: fetch a fresh nonce from the backend (e.g. keycloak /realms/<realm>/siww/nonce).
17
+ // Required: fetch a fresh nonce from the backend (e.g. keycloak /realms/<realm>/wallet/nonce).
18
18
  getNonce: () => Promise<string>;
19
19
  // Required: submit the signed credential. The screen produces
20
20
  // username = base64(armoredSignature + armoredPublicKey)