@unchainedshop/api 4.8.11 → 4.8.12

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.
@@ -20,7 +20,7 @@ export interface PushSubscription {
20
20
  }
21
21
  export interface Web3Address {
22
22
  address: string;
23
- nonce?: number;
23
+ nonce?: string;
24
24
  verified: boolean;
25
25
  }
26
26
  export interface WebAuthnCredentials {
@@ -82,7 +82,7 @@ export default [
82
82
 
83
83
  type Web3Address {
84
84
  address: String!
85
- nonce: Int
85
+ nonce: String
86
86
  verified: Boolean!
87
87
  }
88
88
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unchainedshop/api",
3
3
  "description": "GraphQL API layer for the Unchained Engine with Express/Fastify adapters and MCP server",
4
- "version": "4.8.11",
4
+ "version": "4.8.12",
5
5
  "main": "lib/api-index.js",
6
6
  "types": "lib/api-index.d.ts",
7
7
  "type": "module",