quip-apps-api
Advanced tools
Comparing version 1.0.0-alpha.6 to 1.0.0-alpha.7
@@ -198,3 +198,3 @@ import ClientBlob from "./blob"; | ||
private version_; | ||
constructor(elementConfigId: string, elementId: string, elementLocalId: string, window: Window, bridgeToken: string); | ||
constructor(elementConfigId: string, elementId: string, elementLocalId: string, window?: Window, bridgeToken?: string); | ||
setVersion(version: string): void; | ||
@@ -201,0 +201,0 @@ addDetachedNode(node: Node): void; |
@@ -32,3 +32,3 @@ "use strict"; | ||
const ui = __importStar(require("./ui")); | ||
const client = new client_1.default("", "", "", window, ""); | ||
const client = new client_1.default("", "", ""); | ||
const api = Object.assign(client, clientExports, { | ||
@@ -35,0 +35,0 @@ Auth: auth_1.default, |
{ | ||
"name": "quip-apps-api", | ||
"version": "1.0.0-alpha.6", | ||
"version": "1.0.0-alpha.7", | ||
"description": "Quip Live Apps API", | ||
@@ -41,3 +41,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "9e8d1084131a08f1a9fd7cb1f63fc32a4475e2b8" | ||
"gitHead": "16cac2cdf1d14d0059e8e8a01913fc1496e9a445" | ||
} |
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
139240