axiodb 2.26.74 → 2.27.75
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/lib/Services/Aggregation/Aggregation.Operation.js +2 -1
- package/lib/Services/Aggregation/Aggregation.Operation.js.map +1 -1
- package/lib/server/config/keys.d.ts +1 -1
- package/lib/server/config/keys.js +8 -0
- package/lib/server/config/keys.js.map +1 -1
- package/lib/server/controller/Operation/CRUD.controller.d.ts +23 -0
- package/lib/server/controller/Operation/CRUD.controller.js +39 -0
- package/lib/server/controller/Operation/CRUD.controller.js.map +1 -1
- package/lib/server/public/AxioControl/.vite/manifest.json +2 -2
- package/lib/server/public/AxioControl/assets/index-9nG-BJLn.css +1 -0
- package/lib/server/public/AxioControl/assets/index-DPJep36G.js +75 -0
- package/lib/server/public/AxioControl/index.html +2 -2
- package/lib/server/public/AxioControl/sw.js +1 -1
- package/lib/server/router/Routers/Operation.routes.js +1 -0
- package/lib/server/router/Routers/Operation.routes.js.map +1 -1
- package/package.json +1 -1
- package/lib/server/public/AxioControl/assets/index-BCa5aR5j.js +0 -81
- package/lib/server/public/AxioControl/assets/index-xtzT-Znx.css +0 -1
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
<meta name="twitter:card" content="summary_large_image" />
|
|
26
26
|
<link rel="canonical" href="https://axiodb.site" />
|
|
27
27
|
<link rel="icon" type="image/svg+xml" href="AXioDB.png" />
|
|
28
|
-
<script type="module" crossorigin src="/assets/index-
|
|
29
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
28
|
+
<script type="module" crossorigin src="/assets/index-DPJep36G.js"></script>
|
|
29
|
+
<link rel="stylesheet" crossorigin href="/assets/index-9nG-BJLn.css">
|
|
30
30
|
<link rel="manifest" href="/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head>
|
|
31
31
|
|
|
32
32
|
<body>
|
|
@@ -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,
|
|
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 d=e=>i(e,t),l={module:{uri:t},exports:o,require:d};s[t]=Promise.all(n.map(e=>l[e]||d(e))).then(e=>(r(...e),o))}}define(["./workbox-5ffe50d4"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"assets/index-9nG-BJLn.css",revision:null},{url:"assets/index-DPJep36G.js",revision:null},{url:"index.html",revision:"9cdd163a054d9899d4c9a4f6d3d3118d"},{url:"registerSW.js",revision:"1872c500de691dce40960bb85481de07"},{url:"manifest.webmanifest",revision:"531c27931688c6a365595ec1badc959b"}],{}),e.cleanupOutdatedCaches(),e.registerRoute(new e.NavigationRoute(e.createHandlerBoundToURL("index.html")))});
|
|
@@ -26,6 +26,7 @@ function OperationRouter(fastify, options) {
|
|
|
26
26
|
fastify.put("/update/", (request, reply) => __awaiter(this, void 0, void 0, function* () { return new CRUD_controller_1.default(AxioDBInstance).updateDocument(request); }));
|
|
27
27
|
// Delete Document
|
|
28
28
|
fastify.delete("/delete/", (request, reply) => __awaiter(this, void 0, void 0, function* () { return new CRUD_controller_1.default(AxioDBInstance).deleteDocument(request); }));
|
|
29
|
+
fastify.post("/aggregate/", (request, reply) => __awaiter(this, void 0, void 0, function* () { return new CRUD_controller_1.default(AxioDBInstance).runAggregation(request); }));
|
|
29
30
|
});
|
|
30
31
|
}
|
|
31
32
|
//# sourceMappingURL=Operation.routes.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Operation.routes.js","sourceRoot":"","sources":["../../../../source/server/router/Routers/Operation.routes.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAaA,
|
|
1
|
+
{"version":3,"file":"Operation.routes.js","sourceRoot":"","sources":["../../../../source/server/router/Routers/Operation.routes.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAaA,kCA6BC;AArCD,iGAAwE;AAOxE,oBAAoB;AACpB,SAA8B,eAAe,CAC3C,OAAwB,EACxB,OAAsB;;QAEtB,MAAM,EAAE,cAAc,EAAE,GAAG,OAAO,CAAC;QAEnC,oBAAoB;QACpB,OAAO,CAAC,GAAG,CAAC,OAAO,EAAE,CAAO,OAAO,EAAE,KAAK,EAAE,EAAE,gDAC5C,OAAA,IAAI,yBAAc,CAAC,cAAc,CAAC,CAAC,eAAe,CAAC,OAAO,CAAC,CAAA,GAAA,CAC5D,CAAC;QAEF,sBAAsB;QACtB,OAAO,CAAC,IAAI,CAAC,UAAU,EAAE,CAAO,OAAO,EAAE,KAAK,EAAE,EAAE,gDAChD,OAAA,IAAI,yBAAc,CAAC,cAAc,CAAC,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAA,GAAA,CAC9D,CAAC;QAEF,kBAAkB;QAClB,OAAO,CAAC,GAAG,CAAC,UAAU,EAAE,CAAO,OAAO,EAAE,KAAK,EAAE,EAAE,gDAC/C,OAAA,IAAI,yBAAc,CAAC,cAAc,CAAC,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,GAAA,CAC3D,CAAC;QAEF,kBAAkB;QAClB,OAAO,CAAC,MAAM,CAAC,UAAU,EAAE,CAAO,OAAO,EAAE,KAAK,EAAE,EAAE,gDAClD,OAAA,IAAI,yBAAc,CAAC,cAAc,CAAC,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,GAAA,CAC3D,CAAC;QAEF,OAAO,CAAC,IAAI,CAAC,aAAa,EAAE,CAAO,OAAO,EAAE,KAAK,EAAE,EAAE,gDACnD,OAAA,IAAI,yBAAc,CAAC,cAAc,CAAC,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,GAAA,CAC3D,CAAC;IACJ,CAAC;CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "axiodb",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.27.75",
|
|
4
4
|
"description": "A blazing-fast, lightweight, and scalable nodejs package based DBMS for modern application. Supports schemas, encryption, and advanced query capabilities.",
|
|
5
5
|
"main": "./lib/config/DB.js",
|
|
6
6
|
"types": "./lib/config/DB.d.ts",
|