Comparing version 1.3.0 to 1.3.2
@@ -122,3 +122,3 @@ const fs = require('fs'); | ||
}); | ||
} | ||
}); | ||
} | ||
@@ -125,0 +125,0 @@ // rollback backup to file |
@@ -39,3 +39,3 @@ // json module | ||
}); | ||
} | ||
}); | ||
} | ||
@@ -42,0 +42,0 @@ // rollback backup to file |
{ | ||
"name": "ldbjs", | ||
"version": "1.3.0", | ||
"version": "1.3.2", | ||
"description": "Create and manage local db files and data", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -214,3 +214,3 @@ # ldbjs | ||
ldb.roolback('.', 'dbName', 'fileName'); | ||
ldb.rollback('.', 'dbName', 'fileName'); | ||
// get the fileName.backup.ldb data and put in fileName.ldb | ||
@@ -217,0 +217,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
11739