axiodb 1.5.5 → 1.5.6

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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "axiodb",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
4
4
  "description": "A fast, lightweight, and scalable open-source DBMS for modern apps. Supports JSON-based data storage, simple APIs, and secure data management. Ideal for projects needing efficient and flexible database solutions.",
5
5
  "main": "./lib/config/DB.js",
6
6
  "types": "./lib/config/DB.d.ts",
@@ -23,7 +23,8 @@
23
23
  ],
24
24
  "author": "Ankan Saha",
25
25
  "license": "MIT",
26
- "sponsor": {
26
+ "funding": {
27
+ "type": "git",
27
28
  "url": "https://github.com/sponsors/AnkanSaha"
28
29
  },
29
30
  "dependencies": {