axiodb 3.31.109 → 3.31.112

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/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  > **AxioDB** is an embedded NoSQL database for Node.js with MongoDB-style queries. Zero native dependencies, no compilation, no platform issues. Pure JavaScript from npm install to production. Think SQLite, but NoSQL with JavaScript queries—perfect for desktop apps, CLI tools, and embedded systems.
9
9
 
10
- 👉 **[Official Documentation](https://axiodb.site/)**: Access full guides, examples, and API references.
10
+ 👉 **[Official Documentation](https://axiodb.in/)**: Access full guides, examples, and API references.
11
11
 
12
12
  ---
13
13
 
@@ -20,10 +20,10 @@
20
20
  content="Powerful database management system with an intuitive web interface."
21
21
  />
22
22
  <meta property="og:image" content="AXioDB.png" />
23
- <meta property="og:url" content="https://axiodb.site" />
23
+ <meta property="og:url" content="https://axiodb.in" />
24
24
  <meta property="og:type" content="website" />
25
25
  <meta name="twitter:card" content="summary_large_image" />
26
- <link rel="canonical" href="https://axiodb.site" />
26
+ <link rel="canonical" href="https://axiodb.in" />
27
27
  <link rel="icon" type="image/svg+xml" href="AXioDB.png" />
28
28
  <script type="module" crossorigin src="/assets/index-BRkVgnlw.js"></script>
29
29
  <link rel="stylesheet" crossorigin href="/assets/index-C8TNGVxT.css">
@@ -1 +1 @@
1
- if(!self.define){let e,s={};const i=(i,n)=>(i=new URL(i+".js",n).href,s[i]||new Promise(s=>{if("document"in self){const e=document.createElement("script");e.src=i,e.onload=s,document.head.appendChild(e)}else e=i,importScripts(i),s()}).then(()=>{let e=s[i];if(!e)throw new Error(`Module ${i} didn’t register its module`);return e}));self.define=(n,r)=>{const t=e||("document"in self?document.currentScript.src:"")||location.href;if(s[t])return;let o={};const l=e=>i(e,t),c={module:{uri:t},exports:o,require:l};s[t]=Promise.all(n.map(e=>c[e]||l(e))).then(e=>(r(...e),o))}}define(["./workbox-5ffe50d4"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"assets/index-BRkVgnlw.js",revision:null},{url:"assets/index-C8TNGVxT.css",revision:null},{url:"index.html",revision:"08ef528145089ed6eb06acf3f90a9b25"},{url:"registerSW.js",revision:"1872c500de691dce40960bb85481de07"},{url:"manifest.webmanifest",revision:"531c27931688c6a365595ec1badc959b"}],{}),e.cleanupOutdatedCaches(),e.registerRoute(new e.NavigationRoute(e.createHandlerBoundToURL("index.html")))});
1
+ if(!self.define){let e,s={};const i=(i,n)=>(i=new URL(i+".js",n).href,s[i]||new Promise(s=>{if("document"in self){const e=document.createElement("script");e.src=i,e.onload=s,document.head.appendChild(e)}else e=i,importScripts(i),s()}).then(()=>{let e=s[i];if(!e)throw new Error(`Module ${i} didn’t register its module`);return e}));self.define=(n,r)=>{const t=e||("document"in self?document.currentScript.src:"")||location.href;if(s[t])return;let o={};const l=e=>i(e,t),c={module:{uri:t},exports:o,require:l};s[t]=Promise.all(n.map(e=>c[e]||l(e))).then(e=>(r(...e),o))}}define(["./workbox-5ffe50d4"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"assets/index-BRkVgnlw.js",revision:null},{url:"assets/index-C8TNGVxT.css",revision:null},{url:"index.html",revision:"e4c167a94e0eef17d1a607bca581d664"},{url:"registerSW.js",revision:"1872c500de691dce40960bb85481de07"},{url:"manifest.webmanifest",revision:"531c27931688c6a365595ec1badc959b"}],{}),e.cleanupOutdatedCaches(),e.registerRoute(new e.NavigationRoute(e.createHandlerBoundToURL("index.html")))});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "axiodb",
3
- "version": "3.31.109",
3
+ "version": "3.31.112",
4
4
  "description": "The Pure JavaScript Alternative to SQLite. Embedded NoSQL database for Node.js with MongoDB-style queries, zero native dependencies, built-in InMemoryCache, and web GUI. Perfect for desktop apps, CLI tools, and embedded systems. No compilation, no platform issues—pure JavaScript from npm install to production.",
5
5
  "main": "./lib/config/DB.js",
6
6
  "types": "./lib/config/DB.d.ts",
@@ -54,6 +54,10 @@
54
54
  "type": "git",
55
55
  "url": "https://github.com/sponsors/AnkanSaha"
56
56
  },
57
+ "repository": {
58
+ "type": "git",
59
+ "url": "https://github.com/nexoral/AxioDB"
60
+ },
57
61
  "dependencies": {
58
62
  "@eslint/js": "^9.11.1",
59
63
  "@fastify/cors": "^11.0.1",