Update dependencies again
This commit is contained in:
parent
858fa7c6ff
commit
f5ca89149e
|
@ -1,5 +1,5 @@
|
|||
PACKAGE_NAME=realm-js
|
||||
VERSION=2.0.0-rc4
|
||||
REALM_CORE_VERSION=3.1.0
|
||||
REALM_SYNC_VERSION=2.0.0-rc18
|
||||
REALM_OBJECT_SERVER_VERSION=2.0.0-alpha.22
|
||||
VERSION=2.0.0-rc7
|
||||
REALM_CORE_VERSION=3.2.1
|
||||
REALM_SYNC_VERSION=2.0.0-rc21
|
||||
REALM_OBJECT_SERVER_VERSION=2.0.0-alpha.34
|
||||
|
|
|
@ -414,7 +414,7 @@ void RealmClass<T>::constructor(ContextType ctx, ObjectType this_object, size_t
|
|||
static const String compact_on_launch_string = "shouldCompactOnLaunch";
|
||||
ValueType compact_value = Object::get_property(ctx, object, compact_on_launch_string);
|
||||
if (!Value::is_undefined(ctx, compact_value)) {
|
||||
if (config.schema_mode == SchemaMode::ReadOnly) {
|
||||
if (config.schema_mode == SchemaMode::Immutable) {
|
||||
throw std::invalid_argument("Cannot set 'shouldCompactOnLaunch' when 'readOnly' is set.");
|
||||
}
|
||||
if (config.sync_config) {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit d1a101fda6999e070c1e73cc5aff002c3de7c129
|
||||
Subproject commit 30b8a7853b17762719aa7671aac6ebea04473e33
|
Loading…
Reference in New Issue