Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #53 from Marco5dev/v1.3.3
Browse files Browse the repository at this point in the history
Update 1.3.3
  • Loading branch information
Marco5dev authored Oct 2, 2023
2 parents 95dea73 + 54a2ed7 commit aa84685
Show file tree
Hide file tree
Showing 60 changed files with 739 additions and 704 deletions.
File renamed without changes.
File renamed without changes.
1,432 changes: 733 additions & 699 deletions index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ class Schema {
}
}

module.exports = Schema;
module.exports = Schema;
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "jsonverse",
"version": "1.3.2",
"version": "1.3.3",
"description": "jsonVerse is a lightweight JSON-based database package for Node.js. It provides a simple interface to store, retrieve, and manage data using JSON files.",
"main": "index.js",
"scripts": {
"test": "mocha ./test/jsonverse.test.js"
"test:jsonverse": "mocha ./test/jsonverse.test.js",
"test:schema": "mocha ./test/schema.test.js"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion test/jsonverse.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ describe("jsonverse package", () => {
console.error("Error deleting test folders:", error);
}
});
});
});
2 changes: 1 addition & 1 deletion test/schema.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ describe("jsonverse Model", () => {
console.error("Error deleting test folders:", error);
}
});
});
});

0 comments on commit aa84685

Please sign in to comment.