@bzr/bazaar
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -1518,2 +1518,2 @@ import io from 'socket.io-client'; | ||
export { BazaarApp, BazaarError, CollectionAPI, CollectionsAPI, ErrorTypes, LoginType, OrderByType, PermissionType, PermissionsAPI, SocialAPI, isNoAppUserError, isNoPermissionError }; | ||
export { BazaarApp, BazaarError, CollectionAPI, CollectionsAPI, ErrorTypes, LoginType, OrderByType, PermissionType, PermissionsAPI, SendNotification, SocialAPI, isNoAppUserError, isNoPermissionError }; |
@@ -17,4 +17,4 @@ import { CollectionAPI } from "./api/collection"; | ||
*/ | ||
export { OrderByType, PermissionType, LoginType } from "./types"; | ||
export type { User, Contact, Permission, NewPermission, PermissionTemplate, GrantedPermission, SendNotification, SharingNotification, FilterObject, FilterComparison, OrderBy, BazaarMessage, Link, Doc, AnyDoc, DeepPartial, SubscribeListener, BazaarOptions, MirrorOptions, } from "./types"; | ||
export { OrderByType, PermissionType, LoginType, SendNotification } from "./types"; | ||
export type { User, Contact, Permission, NewPermission, PermissionTemplate, GrantedPermission, SharingNotification, FilterObject, FilterComparison, OrderBy, BazaarMessage, Link, Doc, AnyDoc, DeepPartial, SubscribeListener, BazaarOptions, MirrorOptions, } from "./types"; | ||
/** | ||
@@ -21,0 +21,0 @@ * The primary class of the Bazaar JS SDK to help you more easily build web apps with Bazaar. |
{ | ||
"name": "@bzr/bazaar", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"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
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
172348