@dscvr-one/canvas-interface
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -687,5 +687,9 @@ import * as zod from 'zod'; | ||
} | ||
declare class ReferrerNotDefinedError extends Error { | ||
name: string; | ||
message: string; | ||
} | ||
declare const VERSION = "vNext"; | ||
export { ClientAlreadyInitializedError, type ClientMessage, ClientMessageSchema, type ClientMessageType, ClientNotInitializedError, type HostMessage, HostMessageSchema, type HostMessageType, lifecycle as Lifecycle, user as User, VERSION, WindowNotDefinedError }; | ||
export { ClientAlreadyInitializedError, type ClientMessage, ClientMessageSchema, type ClientMessageType, ClientNotInitializedError, type HostMessage, HostMessageSchema, type HostMessageType, lifecycle as Lifecycle, ReferrerNotDefinedError, user as User, VERSION, WindowNotDefinedError }; |
@@ -177,2 +177,6 @@ var __defProp = Object.defineProperty; | ||
}; | ||
var ReferrerNotDefinedError = class extends Error { | ||
name = "ReferrerNotDefinedError"; | ||
message = "Referrer is not defined"; | ||
}; | ||
@@ -187,2 +191,3 @@ // src/index.ts | ||
lifecycle_exports as Lifecycle, | ||
ReferrerNotDefinedError, | ||
user_exports as User, | ||
@@ -189,0 +194,0 @@ VERSION, |
{ | ||
"name": "@dscvr-one/canvas-interface", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Types for iframes to interact with dscvr", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
83635
1105