@alwatr/nitrobase 7.2.1 → 7.3.1

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/CHANGELOG.md CHANGED
@@ -3,6 +3,38 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [7.3.1](https://github.com/Alwatr/nitrobase/compare/v7.3.0...v7.3.1) (2024-11-02)
7
+
8
+ ### Miscellaneous Chores
9
+
10
+ * **deps-dev:** bump the development-dependencies group with 8 updates ([63f7adc](https://github.com/Alwatr/nitrobase/commit/63f7adc5ff83d4876f34d4f089a4be9b95b711a6)) by @dependabot[bot]
11
+ * **deps:** bump the alwatr-dependencies group with 2 updates ([20fb436](https://github.com/Alwatr/nitrobase/commit/20fb436b9f146d5ec7452a693c7af8faa32bedff)) by @dependabot[bot]
12
+
13
+ ### Dependencies update
14
+
15
+ * **deps-dev:** bump @types/node in the dependencies group ([dd3e94a](https://github.com/Alwatr/nitrobase/commit/dd3e94a4c007da8fddda4cfeffe5f0763d74952e)) by @dependabot[bot]
16
+ * **deps:** bump the alwatr group with 6 updates ([eb9eeb1](https://github.com/Alwatr/nitrobase/commit/eb9eeb1901f7947cde783bf6f06340c984d6f59d)) by @dependabot[bot]
17
+
18
+ ## [7.3.0](https://github.com/Alwatr/nitrobase/compare/v7.2.1...v7.3.0) (2024-10-11)
19
+
20
+ ### Features
21
+
22
+ * update `import`s & packages based on the latest changes of `nanolib` & prevent side-effects ([0d66f89](https://github.com/Alwatr/nitrobase/commit/0d66f894dc4ff615ab73ebd27c275f98dc384fbe)) by @mohammadhonarvar
23
+
24
+ ### Code Refactoring
25
+
26
+ * update `import`s & packages based on the latest changes of `nanolib` ([ce990a2](https://github.com/Alwatr/nitrobase/commit/ce990a2fedc5545e971c3bb6e58b55bfba8c0bd9)) by @mohammadhonarvar
27
+
28
+ ### Miscellaneous Chores
29
+
30
+ * **deps-dev:** bump the development-dependencies group with 10 updates ([7bdcf3f](https://github.com/Alwatr/nitrobase/commit/7bdcf3f47ddb8e1376a1c7ae6e221811182bae58)) by @dependabot[bot]
31
+ * **deps:** bump the alwatr-dependencies group with 10 updates ([60afdde](https://github.com/Alwatr/nitrobase/commit/60afdde98562f3023e6624ee0579d6bdee80bc32)) by @dependabot[bot]
32
+ * **deps:** bump the alwatr-dependencies group with 6 updates ([1cf29b2](https://github.com/Alwatr/nitrobase/commit/1cf29b20055554945cd669ea9d022ab7c503d9fc)) by @dependabot[bot]
33
+
34
+ ### Dependencies update
35
+
36
+ * cleanup dependencies ([91eab0b](https://github.com/Alwatr/nitrobase/commit/91eab0b0fc570b2493cccd5ccd891b01405450d7)) by @AliMD
37
+
6
38
  ## [7.2.1](https://github.com/Alwatr/nitrobase/compare/v7.2.0...v7.2.1) (2024-09-29)
7
39
 
8
40
  ### Bug Fixes
package/dist/main.cjs CHANGED
@@ -1,3 +1,35 @@
1
- /* @alwatr/nitrobase v7.2.1 */
2
- "use strict";var a=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var t=(f,e,p,x)=>{if(e&&typeof e=="object"||typeof e=="function")for(let m of c(e))!d.call(f,m)&&m!==p&&a(f,m,{get:()=>e[m],enumerable:!(x=b(e,m))||x.enumerable});return f},r=(f,e,p)=>(t(f,e,"default"),p&&t(p,e,"default"));var g=f=>t(a({},"__esModule",{value:!0}),f);var o={};module.exports=g(o);r(o,require("@alwatr/nitrobase-engine"),module.exports);r(o,require("@alwatr/nitrobase-reference"),module.exports);r(o,require("@alwatr/nitrobase-helper"),module.exports);r(o,require("@alwatr/nitrobase-types"),module.exports);0&&(module.exports={...require("@alwatr/nitrobase-engine"),...require("@alwatr/nitrobase-reference"),...require("@alwatr/nitrobase-helper"),...require("@alwatr/nitrobase-types")});
1
+ /* @alwatr/nitrobase v7.3.1 */
2
+ "use strict";
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __copyProps = (to, from, except, desc) => {
8
+ if (from && typeof from === "object" || typeof from === "function") {
9
+ for (let key of __getOwnPropNames(from))
10
+ if (!__hasOwnProp.call(to, key) && key !== except)
11
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
12
+ }
13
+ return to;
14
+ };
15
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
16
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
17
+
18
+ // src/main.ts
19
+ var main_exports = {};
20
+ module.exports = __toCommonJS(main_exports);
21
+ var import_nanolib = require("@alwatr/nanolib");
22
+ __reExport(main_exports, require("@alwatr/nitrobase-engine"), module.exports);
23
+ __reExport(main_exports, require("@alwatr/nitrobase-reference"), module.exports);
24
+ __reExport(main_exports, require("@alwatr/nitrobase-helper"), module.exports);
25
+ __reExport(main_exports, require("@alwatr/nitrobase-types"), module.exports);
26
+ __dev_mode__: import_nanolib.packageTracer.add("@alwatr/nitrobase", "7.3.1");
27
+ // Annotate the CommonJS export names for ESM import in node:
28
+ 0 && (module.exports = {
29
+ ...require("@alwatr/nitrobase-engine"),
30
+ ...require("@alwatr/nitrobase-reference"),
31
+ ...require("@alwatr/nitrobase-helper"),
32
+ ...require("@alwatr/nitrobase-types")
33
+ });
34
+ /*! For license information please see main.cjs.LEGAL.txt */
3
35
  //# sourceMappingURL=main.cjs.map
package/dist/main.cjs.map CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../src/main.ts"],
4
- "sourcesContent": ["export * from '@alwatr/nitrobase-engine';\nexport * from '@alwatr/nitrobase-reference';\nexport * from '@alwatr/nitrobase-helper';\nexport * from '@alwatr/nitrobase-types';\n"],
5
- "mappings": ";iaAAA,IAAAA,EAAA,kBAAAC,EAAAD,GAAAE,EAAAF,EAAc,oCAAd,gBACAE,EAAAF,EAAc,uCADd,gBAEAE,EAAAF,EAAc,oCAFd,gBAGAE,EAAAF,EAAc,mCAHd",
6
- "names": ["main_exports", "__toCommonJS", "__reExport"]
4
+ "sourcesContent": ["import {packageTracer} from '@alwatr/nanolib';\n\nexport * from '@alwatr/nitrobase-engine';\nexport * from '@alwatr/nitrobase-reference';\nexport * from '@alwatr/nitrobase-helper';\nexport * from '@alwatr/nitrobase-types';\n\n__dev_mode__: packageTracer.add(__package_name__, __package_version__);\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,qBAA4B;AAE5B,yBAAc,qCAFd;AAGA,yBAAc,wCAHd;AAIA,yBAAc,qCAJd;AAKA,yBAAc,oCALd;AAOA,aAAc,8BAAc,IAAI,qBAAkB,OAAmB;",
6
+ "names": []
7
7
  }
@@ -1 +1 @@
1
- {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../src/main.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC"}
1
+ {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../src/main.ts"],"names":[],"mappings":"AAEA,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC"}
package/dist/main.mjs CHANGED
@@ -1,3 +1,11 @@
1
- /* @alwatr/nitrobase v7.2.1 */
2
- export*from"@alwatr/nitrobase-engine";export*from"@alwatr/nitrobase-reference";export*from"@alwatr/nitrobase-helper";export*from"@alwatr/nitrobase-types";
1
+ /* @alwatr/nitrobase v7.3.1 */
2
+
3
+ // src/main.ts
4
+ import { packageTracer } from "@alwatr/nanolib";
5
+ export * from "@alwatr/nitrobase-engine";
6
+ export * from "@alwatr/nitrobase-reference";
7
+ export * from "@alwatr/nitrobase-helper";
8
+ export * from "@alwatr/nitrobase-types";
9
+ __dev_mode__: packageTracer.add("@alwatr/nitrobase", "7.3.1");
10
+ /*! For license information please see main.mjs.LEGAL.txt */
3
11
  //# sourceMappingURL=main.mjs.map
package/dist/main.mjs.map CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../src/main.ts"],
4
- "sourcesContent": ["export * from '@alwatr/nitrobase-engine';\nexport * from '@alwatr/nitrobase-reference';\nexport * from '@alwatr/nitrobase-helper';\nexport * from '@alwatr/nitrobase-types';\n"],
5
- "mappings": ";AAAA,WAAc,2BACd,WAAc,8BACd,WAAc,2BACd,WAAc",
4
+ "sourcesContent": ["import {packageTracer} from '@alwatr/nanolib';\n\nexport * from '@alwatr/nitrobase-engine';\nexport * from '@alwatr/nitrobase-reference';\nexport * from '@alwatr/nitrobase-helper';\nexport * from '@alwatr/nitrobase-types';\n\n__dev_mode__: packageTracer.add(__package_name__, __package_version__);\n"],
5
+ "mappings": ";;;AAAA,SAAQ,qBAAoB;AAE5B,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEd,aAAc,eAAc,IAAI,qBAAkB,OAAmB;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwatr/nitrobase",
3
- "version": "7.2.1",
3
+ "version": "7.3.1",
4
4
  "description": "Nitrobase is a blazingly fast, lightweight database built on JSON. It stores data entirely in memory for lightning-quick access, while also providing a JSON file backup for persistence. You can easily serve your data over the web using our high-performance accelerated Nginx server.",
5
5
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
6
6
  "keywords": [
@@ -60,19 +60,19 @@
60
60
  "clean": "rm -rfv dist *.tsbuildinfo"
61
61
  },
62
62
  "dependencies": {
63
- "@alwatr/nitrobase-engine": "^7.2.1",
64
- "@alwatr/nitrobase-helper": "^7.2.1",
65
- "@alwatr/nitrobase-reference": "^7.2.1",
66
- "@alwatr/nitrobase-types": "^7.2.1"
63
+ "@alwatr/nanolib": "^5.0.0",
64
+ "@alwatr/nitrobase-engine": "^7.3.1",
65
+ "@alwatr/nitrobase-helper": "^7.3.1",
66
+ "@alwatr/nitrobase-reference": "^7.3.1",
67
+ "@alwatr/nitrobase-types": "^7.3.1"
67
68
  },
68
69
  "devDependencies": {
69
- "@alwatr/logger": "^3.2.14",
70
- "@alwatr/nano-build": "^1.3.10",
71
- "@alwatr/prettier-config": "^1.0.4",
72
- "@alwatr/tsconfig-base": "^1.2.0",
73
- "@alwatr/wait": "^1.1.16",
74
- "@types/node": "^22.7.4",
75
- "typescript": "^5.6.2"
70
+ "@alwatr/nano-build": "^5.0.0",
71
+ "@alwatr/prettier-config": "^5.0.0",
72
+ "@alwatr/tsconfig-base": "^5.0.0",
73
+ "@alwatr/type-helper": "^5.0.0",
74
+ "@types/node": "^22.8.6",
75
+ "typescript": "^5.6.3"
76
76
  },
77
- "gitHead": "519fd869ca85fe593f863b29cc945554f28dc870"
77
+ "gitHead": "cbcfe6e61e21062570f91ae751e4fce3c232b003"
78
78
  }