molly-db 1.0.6 → 1.0.7

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.
Files changed (2) hide show
  1. package/main.js +1 -1
  2. package/package.json +1 -1
package/main.js CHANGED
@@ -28,7 +28,7 @@ class molly_db{
28
28
  if( this.worker ) return console.log(`server is running`);
29
29
 
30
30
  this.worker = new worker.Worker(
31
- `${__dirname}/module/_worker_`,{
31
+ `${__dirname}/module/_worker_.js`,{
32
32
  env: worker.SHARE_ENV,
33
33
  workerData: this
34
34
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "license": "MIT",
3
3
  "main": "main.js",
4
- "version": "1.0.6",
4
+ "version": "1.0.7",
5
5
  "name": "molly-db",
6
6
  "author": "bececrazy",
7
7
  "scripts": {