Comparing version 0.3.0 to 0.4.0
@@ -69,3 +69,3 @@ /// <reference path="../types/realm/bson.d.ts" /> | ||
*/ | ||
static logIn(app: App<Realm.BaseFunctionsFactory>, credentials: Realm.Credentials, fetchProfile?: boolean): Promise<UserControlHandle>; | ||
static logIn(app: App<any>, credentials: Realm.Credentials, fetchProfile?: boolean): Promise<UserControlHandle>; | ||
private _id; | ||
@@ -210,5 +210,5 @@ private _accessToken; | ||
*/ | ||
declare class App<FunctionsFactoryType extends Realm.BaseFunctionsFactory = Realm.DefaultFunctionsFactory> implements Realm.App<FunctionsFactoryType> { | ||
declare class App<FunctionsFactoryType extends object = Realm.DefaultFunctionsFactory> implements Realm.App<FunctionsFactoryType> { | ||
/** @inheritdoc */ | ||
readonly functions: FunctionsFactoryType; | ||
readonly functions: FunctionsFactoryType & Realm.BaseFunctionsFactory; | ||
/** @inheritdoc */ | ||
@@ -215,0 +215,0 @@ readonly services: Realm.Services; |
{ | ||
"name": "realm-web", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Authenticate and communicate with the MongoDB Realm platform, from your web-browser", | ||
@@ -41,4 +41,4 @@ "main": "dist/bundle.cjs.js", | ||
"dependencies": { | ||
"@types/bson": "^4.0.2", | ||
"bson": "^4.0.3" | ||
"@types/bson": "^4.0.0", | ||
"bson": "4.0.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "optionalDependencies": { |
@@ -381,3 +381,3 @@ //////////////////////////////////////////////////////////////////////////// | ||
url: string, | ||
options: HTTP.RequestOptions, | ||
options?: HTTP.RequestOptions, | ||
): Promise<HTTP.Response>; | ||
@@ -394,3 +394,3 @@ | ||
url: string, | ||
options: HTTP.RequestOptions, | ||
options?: HTTP.RequestOptions, | ||
): Promise<HTTP.Response>; | ||
@@ -407,3 +407,3 @@ | ||
url: string, | ||
options: HTTP.RequestOptions, | ||
options?: HTTP.RequestOptions, | ||
): Promise<HTTP.Response>; | ||
@@ -420,3 +420,3 @@ | ||
url: string, | ||
options: HTTP.RequestOptions, | ||
options?: HTTP.RequestOptions, | ||
): Promise<HTTP.Response>; | ||
@@ -433,3 +433,3 @@ | ||
url: string, | ||
options: HTTP.RequestOptions, | ||
options?: HTTP.RequestOptions, | ||
): Promise<HTTP.Response>; | ||
@@ -446,3 +446,3 @@ | ||
url: string, | ||
options: HTTP.RequestOptions, | ||
options?: HTTP.RequestOptions, | ||
): Promise<HTTP.Response>; | ||
@@ -449,0 +449,0 @@ } |
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
179032
11
+ Addedbson@4.0.0(transitive)
+ Addedlong@4.0.0(transitive)
- Removedbson@4.7.2(transitive)
Updated@types/bson@^4.0.0
Updatedbson@4.0.0