Skip to content

Commit

Permalink
Merge pull request #25 from shubhvjain/main
Browse files Browse the repository at this point in the history
new version release
  • Loading branch information
shubhvjain authored Oct 21, 2024
2 parents 4559d73 + 3e169d2 commit d62be9e
Show file tree
Hide file tree
Showing 8 changed files with 2,155 additions and 735 deletions.
26 changes: 24 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "beanbagdb",
"version": "0.5.52",
"version": "0.5.53",
"description": "A JS library to introduce a schema layer to a No-SQL local database",
"main": "src/index.js",
"module": "src/index.js",
"type": "module",
"scripts": {
"test": "mocha",
"test": "mocha;rm -rf test_database_*/;",
"docgen": "npx jsdoc -c jsdoc.json"
},
"repository": {
Expand All @@ -29,6 +29,7 @@
"devDependencies": {
"ajv": "^8.17.1",
"chai": "^5.1.1",
"chai-as-promised": "^8.0.0",
"dotenv": "^16.4.5",
"jsdoc": "^4.0.3",
"mocha": "^10.7.3",
Expand Down
Loading

0 comments on commit d62be9e

Please sign in to comment.