demoway-sdk
Advanced tools
Comparing version 0.2.0-beta.2 to 0.2.0-beta.3
import type { ISDKService } from './lib/service-host'; | ||
export * from './lib/demo-dialog'; | ||
export type { ISDKService }; | ||
export interface ISDKInitializeOptions { | ||
@@ -4,0 +5,0 @@ accessToken: string; |
@@ -1,2 +0,2 @@ | ||
const p = (e) => { | ||
const d = (e) => { | ||
const t = /* @__PURE__ */ new Set(); | ||
@@ -9,3 +9,3 @@ do | ||
}; | ||
function d(e, { include: t, exclude: o } = {}) { | ||
function p(e, { include: t, exclude: o } = {}) { | ||
const i = (c) => { | ||
@@ -15,3 +15,3 @@ const r = (n) => typeof n == "string" ? c === n : n.test(c); | ||
}; | ||
for (const [c, r] of p(e.constructor.prototype)) { | ||
for (const [c, r] of d(e.constructor.prototype)) { | ||
if (r === "constructor" || !i(r)) | ||
@@ -26,3 +26,3 @@ continue; | ||
constructor(t) { | ||
this.delegate = t, d(this); | ||
this.delegate = t, p(this); | ||
} | ||
@@ -39,3 +39,3 @@ enableRecord() { | ||
} | ||
const g = "MIAOLU_SERVICE_ENDPOINT", l = f(g) || "//s.demoway.co/sdk/sdk-service/service.js"; | ||
const g = "MIAOLU_SERVICE_ENDPOINT", l = f(g) || "//s.demoway.co/sdk/sdk-service/index.js"; | ||
function a() { | ||
@@ -42,0 +42,0 @@ throw new Error("sdk is not initialized"); |
{ | ||
"name": "demoway-sdk", | ||
"version": "0.2.0-beta.2", | ||
"version": "0.2.0-beta.3", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
12663
13