@onurege3467/zerohelper 4.0.0 → 4.0.1

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/database/index.js CHANGED
@@ -9,7 +9,7 @@ var SQLiteDatabase = require("./sqldb/index");
9
9
  var RedisDatabase = require("./redis/index");
10
10
  var PostgreSQL = require("./postgresql/index");
11
11
  var YamlDatabase = require("./yamldatabase/index"); // Assuming you've saved the YAML class in this path
12
- const CSVDatabase = require("./csvdatabase/index"); // Assuming you've saved the CSV class in this path
12
+ const CSVDatabase = require("./csvdb/index"); // Assuming you've saved the CSV class in this path
13
13
  var MigrateDatabase = require("./migrate/index");
14
14
 
15
15
  module.exports = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onurege3467/zerohelper",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "node test.js"