@based/db 0.0.59 → 0.0.60

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.
Binary file
Binary file
@@ -131,7 +131,7 @@ export async function start(db, opts) {
131
131
  db.emit('schema', db.schema);
132
132
  }
133
133
  if (opts?.delayInMs) {
134
- this.delayInMs = opts.delayInMs;
134
+ db.delayInMs = opts.delayInMs;
135
135
  await wait(opts.delayInMs);
136
136
  }
137
137
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@based/db",
3
- "version": "0.0.59",
3
+ "version": "0.0.60",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/src/index.js",