@bzr/bazaar
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -61,2 +61,11 @@ import type { APIOptions, Permission, NewPermission, SubscribeListener, BazaarMessage, Contact, User, GrantedPermission, PermissionTemplate, Doc, BasicLink, ContextOptions, CollectionGetAllOptions, CollectionQueryOptions, SharingNotification, Notification, CreateNotification, Org, Team, PermissionGroup, LinksQuery, PermissionsQuery, GrantedPermissionsQuery, NewPermissionGroup } from "../types"; | ||
/** | ||
* Create context | ||
* | ||
* @param options - An optional object for specifying query options. | ||
* @returns BazaarMessage | ||
*/ | ||
createContext(options?: ContextOptions): Promise<{ | ||
message: string; | ||
}>; | ||
/** | ||
* Gets a collection doc | ||
@@ -63,0 +72,0 @@ * |
{ | ||
"name": "@bzr/bazaar", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "The Bazaar SDK. Conveniently use Bazaar with your app in the browser.", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
196814
3476