quip-apps-api
Advanced tools
Comparing version 0.1.2-alpha.16 to 0.1.2-alpha.17
@@ -248,3 +248,3 @@ import { ReactNode } from "react"; | ||
isAndroid(): boolean; | ||
isApiVersionAtLeast(): boolean; | ||
isApiVersionAtLeast(minVersion: string): boolean; | ||
isAppFocused(): boolean; | ||
@@ -251,0 +251,0 @@ isDocumentEditable(): boolean; |
@@ -250,3 +250,3 @@ "use strict"; | ||
} | ||
isApiVersionAtLeast() { | ||
isApiVersionAtLeast(minVersion) { | ||
return this.isApiVersionAtLeastValue; | ||
@@ -253,0 +253,0 @@ } |
{ | ||
"name": "quip-apps-api", | ||
"version": "0.1.2-alpha.16", | ||
"version": "0.1.2-alpha.17", | ||
"description": "Quip Live Apps API", | ||
@@ -41,3 +41,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "f62425b7fab114303fb716e84d6e58b3b6c375ab" | ||
"gitHead": "cd3639d6a70a789f13f580eb4a5f35c3632e0c91" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
152594