@discord/embedded-app-sdk
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -20,2 +20,4 @@ import { Platform, RPCCloseCodes } from './Constants'; | ||
readonly instanceId: string; | ||
readonly customId: string | null; | ||
readonly referrerId: string | null; | ||
readonly platform: Platform; | ||
@@ -22,0 +24,0 @@ readonly mobileAppVersion: string | null; |
@@ -10,2 +10,4 @@ import * as zod from 'zod'; | ||
readonly instanceId = "123456789012345678"; | ||
readonly customId: string | null; | ||
readonly referrerId: string | null; | ||
readonly configuration: import("./interface").SdkConfiguration; | ||
@@ -12,0 +14,0 @@ readonly source: Window | WindowProxy | null; |
{ | ||
"name": "@discord/embedded-app-sdk", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "@discord/embedded-app-sdk enables you to build rich, multiplayer experiences inside Discord.", | ||
@@ -5,0 +5,0 @@ "author": "Discord", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1596541
42467