@alwatr/nitrobase 7.2.0 → 7.3.0

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,41 @@
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.0](https://github.com/Alwatr/nitrobase/compare/v7.2.1...v7.3.0) (2024-10-11)
7
+
8
+ ### Features
9
+
10
+ * update `import`s & packages based on the latest changes of `nanolib` & prevent side-effects ([0d66f89](https://github.com/Alwatr/nitrobase/commit/0d66f894dc4ff615ab73ebd27c275f98dc384fbe)) by @mohammadhonarvar
11
+
12
+ ### Code Refactoring
13
+
14
+ * update `import`s & packages based on the latest changes of `nanolib` ([ce990a2](https://github.com/Alwatr/nitrobase/commit/ce990a2fedc5545e971c3bb6e58b55bfba8c0bd9)) by @mohammadhonarvar
15
+
16
+ ### Miscellaneous Chores
17
+
18
+ * **deps-dev:** bump the development-dependencies group with 10 updates ([7bdcf3f](https://github.com/Alwatr/nitrobase/commit/7bdcf3f47ddb8e1376a1c7ae6e221811182bae58)) by @dependabot[bot]
19
+ * **deps:** bump the alwatr-dependencies group with 10 updates ([60afdde](https://github.com/Alwatr/nitrobase/commit/60afdde98562f3023e6624ee0579d6bdee80bc32)) by @dependabot[bot]
20
+ * **deps:** bump the alwatr-dependencies group with 6 updates ([1cf29b2](https://github.com/Alwatr/nitrobase/commit/1cf29b20055554945cd669ea9d022ab7c503d9fc)) by @dependabot[bot]
21
+
22
+ ### Dependencies update
23
+
24
+ * cleanup dependencies ([91eab0b](https://github.com/Alwatr/nitrobase/commit/91eab0b0fc570b2493cccd5ccd891b01405450d7)) by @AliMD
25
+
26
+ ## [7.2.1](https://github.com/Alwatr/nitrobase/compare/v7.2.0...v7.2.1) (2024-09-29)
27
+
28
+ ### Bug Fixes
29
+
30
+ * **nitrobase:** export helper ([ca17b18](https://github.com/Alwatr/nitrobase/commit/ca17b18c37f5c78ec7d8afcee7affdeb31e9a946)) by @njfamirm
31
+
32
+ ### Miscellaneous Chores
33
+
34
+ * **deps-dev:** bump @types/node in the development-dependencies group ([9b146d2](https://github.com/Alwatr/nitrobase/commit/9b146d2f6cf7d1d79a2a6f46a5e8f50e7fb2ac75)) by @dependabot[bot]
35
+ * **nitrobase:** change the license to AGPL-3.0 ([15a9859](https://github.com/Alwatr/nitrobase/commit/15a98595ebf6c6f7cb8c30715c729b7994c2169f)) by @ArmanAsadian
36
+
37
+ ### Dependencies update
38
+
39
+ * update ([90a0fe1](https://github.com/Alwatr/nitrobase/commit/90a0fe146eb703c183c116776d7c5748918282da)) by @
40
+
6
41
  ## [7.2.0](https://github.com/Alwatr/nitrobase/compare/v7.1.1...v7.2.0) (2024-09-24)
7
42
 
8
43
  ### Code Refactoring
package/README.md CHANGED
@@ -80,10 +80,10 @@ The following companies, organizations, and individuals support Nitrobase ongoin
80
80
 
81
81
  [![Exir Studio](https://avatars.githubusercontent.com/u/181194967?s=200&v=4)](https://exirstudio.com)
82
82
 
83
- ## License
83
+ ### Contributing
84
84
 
85
- This project is licensed under the AGPL-3.0 License.
85
+ Contributions are welcome! Please read our [contribution guidelines](https://github.com/Alwatr/.github/blob/next/CONTRIBUTING.md) before submitting a pull request.
86
86
 
87
- ## Contributing
87
+ ### License
88
88
 
89
- Contributions are welcome! Please feel free to submit issues and pull requests.
89
+ This project is licensed under the [AGPL-3.0 License](LICENSE).
package/dist/main.cjs CHANGED
@@ -1,3 +1,35 @@
1
- /* @alwatr/nitrobase v7.2.0 */
2
- "use strict";var a=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var t=(f,r,p,x)=>{if(r&&typeof r=="object"||typeof r=="function")for(let m of c(r))!d.call(f,m)&&m!==p&&a(f,m,{get:()=>r[m],enumerable:!(x=b(r,m))||x.enumerable});return f},e=(f,r,p)=>(t(f,r,"default"),p&&t(p,r,"default"));var g=f=>t(a({},"__esModule",{value:!0}),f);var o={};module.exports=g(o);e(o,require("@alwatr/nitrobase-engine"),module.exports);e(o,require("@alwatr/nitrobase-reference"),module.exports);e(o,require("@alwatr/nitrobase-types"),module.exports);0&&(module.exports={...require("@alwatr/nitrobase-engine"),...require("@alwatr/nitrobase-reference"),...require("@alwatr/nitrobase-types")});
1
+ /* @alwatr/nitrobase v7.3.0 */
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.0");
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-types';\n"],
5
- "mappings": ";iaAAA,IAAAA,EAAA,kBAAAC,EAAAD,GAAAE,EAAAF,EAAc,oCAAd,gBACAE,EAAAF,EAAc,uCADd,gBAEAE,EAAAF,EAAc,mCAFd",
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
  }
package/dist/main.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export * from '@alwatr/nitrobase-engine';
2
2
  export * from '@alwatr/nitrobase-reference';
3
+ export * from '@alwatr/nitrobase-helper';
3
4
  export * from '@alwatr/nitrobase-types';
4
5
  //# sourceMappingURL=main.d.ts.map
@@ -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,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.0 */
2
- export*from"@alwatr/nitrobase-engine";export*from"@alwatr/nitrobase-reference";export*from"@alwatr/nitrobase-types";
1
+ /* @alwatr/nitrobase v7.3.0 */
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.0");
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-types';\n"],
5
- "mappings": ";AAAA,WAAc,2BACd,WAAc,8BACd,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.0",
3
+ "version": "7.3.0",
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": [
@@ -27,7 +27,7 @@
27
27
  "require": "./dist/main.cjs"
28
28
  }
29
29
  },
30
- "license": "MIT",
30
+ "license": "AGPL-3.0-only",
31
31
  "files": [
32
32
  "**/*.{js,mjs,cjs,map,d.ts,html,md}",
33
33
  "!demo/**/*"
@@ -60,18 +60,19 @@
60
60
  "clean": "rm -rfv dist *.tsbuildinfo"
61
61
  },
62
62
  "dependencies": {
63
- "@alwatr/nitrobase-engine": "^7.2.0",
64
- "@alwatr/nitrobase-reference": "^7.2.0",
65
- "@alwatr/nitrobase-types": "^7.2.0"
63
+ "@alwatr/nanolib": "^1.2.0",
64
+ "@alwatr/nitrobase-engine": "^7.3.0",
65
+ "@alwatr/nitrobase-helper": "^7.3.0",
66
+ "@alwatr/nitrobase-reference": "^7.3.0",
67
+ "@alwatr/nitrobase-types": "^7.3.0"
66
68
  },
67
69
  "devDependencies": {
68
- "@alwatr/logger": "^3.2.14",
69
- "@alwatr/nano-build": "^1.3.10",
70
- "@alwatr/prettier-config": "^1.0.4",
71
- "@alwatr/tsconfig-base": "^1.2.0",
72
- "@alwatr/wait": "^1.1.16",
73
- "@types/node": "^22.6.1",
74
- "typescript": "^5.6.2"
70
+ "@alwatr/nano-build": "^2.0.1",
71
+ "@alwatr/prettier-config": "^1.0.6",
72
+ "@alwatr/tsconfig-base": "^1.3.2",
73
+ "@alwatr/type-helper": "^2.0.2",
74
+ "@types/node": "^22.7.5",
75
+ "typescript": "^5.6.3"
75
76
  },
76
- "gitHead": "16721bc83c4c971ae03f8ab4ee4f66794e3ed5b6"
77
+ "gitHead": "e80e7aa8f61ba048d91f1d4fe1433a7bfa27d28c"
77
78
  }