quip-apps-api
Advanced tools
Comparing version 1.0.0-alpha.5 to 1.0.0-alpha.6
// Copyright Quip 2019 | ||
import Auth_ from "./src/auth"; | ||
import Auth_ from "./dist/auth"; | ||
import BaseOAuth_, { | ||
HttpResponse as HttpResponse_, | ||
HttpHeaders as HttpHeaders_, | ||
} from "./src/base-oauth"; | ||
import Blob_ from "./src/blob"; | ||
} from "./dist/base-oauth"; | ||
import Blob_ from "./dist/blob"; | ||
import CanvasRecord_, { | ||
CanvasRecordCommentAnchorRecord as CanvasRecordCommentAnchorRecord_, | ||
} from "./src/canvas-record"; | ||
} from "./dist/canvas-record"; | ||
import Record_, { | ||
@@ -16,11 +16,11 @@ RecordConstructor as RecordConstructor_, | ||
RecordParams as RecordParams_, | ||
} from "./src/record"; | ||
import ClientError_ from "./src/client-error"; | ||
import ImageRecord_ from "./src/image-record"; | ||
import OAuth1_ from "./src/oauth-1"; | ||
import OAuth2_ from "./src/oauth-2"; | ||
import Preferences_ from "./src/preferences"; | ||
import RecordIndex_ from "./src/record-index"; | ||
import RootRecord_ from "./src/root-record"; | ||
import RecordList_ from "./src/record-list"; | ||
} from "./dist/record"; | ||
import ClientError_ from "./dist/client-error"; | ||
import ImageRecord_ from "./dist/image-record"; | ||
import OAuth1_ from "./dist/oauth-1"; | ||
import OAuth2_ from "./dist/oauth-2"; | ||
import Preferences_ from "./dist/preferences"; | ||
import RecordIndex_ from "./dist/record-index"; | ||
import RootRecord_ from "./dist/root-record"; | ||
import RecordList_ from "./dist/record-list"; | ||
import Client_, { | ||
@@ -35,8 +35,8 @@ ElementsEventType as ElementsEventType_, | ||
RootEntityConstructor as RootEntityConstructor_, | ||
} from "./src/client"; | ||
import * as clientExports from "./src/client"; | ||
import RichTextRecord_ from "./src/rich-text-record"; | ||
import UrlAuth_ from "./src/url-auth"; | ||
import User_ from "./src/user"; | ||
import * as ui from "./src/ui"; | ||
} from "./dist/client"; | ||
import * as clientExports from "./dist/client"; | ||
import RichTextRecord_ from "./dist/rich-text-record"; | ||
import UrlAuth_ from "./dist/url-auth"; | ||
import User_ from "./dist/user"; | ||
import * as ui from "./dist/ui"; | ||
@@ -43,0 +43,0 @@ declare type QuipAPI = Client_ & |
{ | ||
"name": "quip-apps-api", | ||
"version": "1.0.0-alpha.5", | ||
"version": "1.0.0-alpha.6", | ||
"description": "Quip Live Apps API", | ||
@@ -41,3 +41,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "0b6f6219f33d527686ef8ff8de235a99402731a7" | ||
"gitHead": "9e8d1084131a08f1a9fd7cb1f63fc32a4475e2b8" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
139260
0