Comparing version 1.2.5 to 1.2.6
@@ -512,3 +512,3 @@ /*! | ||
existingData.unshift(newDataWithId); | ||
existingData.push(newDataWithId); // Append the new data to the existing array | ||
@@ -606,2 +606,2 @@ await this.writeDataByFileName(dataName, existingData).then(() => { | ||
module.exports = jsonverse; | ||
module.exports = jsonverse; |
{ | ||
"name": "jsonverse", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"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.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
28931
570