@dbcube/core 1.0.44 → 1.0.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -616,7 +616,7 @@ var Engine = class {
616
616
  args = [
617
617
  "--id",
618
618
  "dbcube-" + this.name,
619
- "--database-ref",
619
+ "--database",
620
620
  this.name,
621
621
  "--database",
622
622
  this.config.config.DATABASE + ".db",
@@ -627,7 +627,7 @@ var Engine = class {
627
627
  args = [
628
628
  "--id",
629
629
  "dbcube-" + this.name,
630
- "--database-ref",
630
+ "--database",
631
631
  this.name,
632
632
  "--database",
633
633
  this.config.config.DATABASE,