@alwatr/nitrobase 7.4.0 → 7.4.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,12 @@
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.4.1](https://github.com/Alwatr/nitrobase/compare/v7.4.0...v7.4.1) (2024-11-08)
7
+
8
+ ### Bug Fixes
9
+
10
+ * **nitrobase:** update build:es script to use module3 preset ([0f5c497](https://github.com/Alwatr/nitrobase/commit/0f5c4974ddf66b9d0de3a0d860f6756a05180491)) by @AliMD
11
+
6
12
  ## [7.4.0](https://github.com/Alwatr/nitrobase/compare/v7.3.1...v7.4.0) (2024-11-08)
7
13
 
8
14
  ### Features
@@ -0,0 +1,27 @@
1
+ /* @alwatr/nitrobase v7.4.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
+ var client_exports = {};
18
+ module.exports = __toCommonJS(client_exports);
19
+ __reExport(client_exports, require("@alwatr/nitrobase-helper"), module.exports);
20
+ __reExport(client_exports, require("@alwatr/nitrobase-types"), module.exports);
21
+ // Annotate the CommonJS export names for ESM import in node:
22
+ 0 && (module.exports = {
23
+ ...require("@alwatr/nitrobase-helper"),
24
+ ...require("@alwatr/nitrobase-types")
25
+ });
26
+ /*! For license information please see client.cjs.LEGAL.txt */
27
+ //# sourceMappingURL=client.cjs.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../src/client.ts"],
4
+ "sourcesContent": ["export * from '@alwatr/nitrobase-helper';\nexport * from '@alwatr/nitrobase-types';\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,2BAAc,qCAAd;AACA,2BAAc,oCADd;",
6
+ "names": []
7
+ }
@@ -0,0 +1,5 @@
1
+ /* @alwatr/nitrobase v7.4.1 */
2
+ export * from "@alwatr/nitrobase-helper";
3
+ export * from "@alwatr/nitrobase-types";
4
+ /*! For license information please see client.mjs.LEGAL.txt */
5
+ //# sourceMappingURL=client.mjs.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../src/client.ts"],
4
+ "sourcesContent": ["export * from '@alwatr/nitrobase-helper';\nexport * from '@alwatr/nitrobase-types';\n"],
5
+ "mappings": ";AAAA,cAAc;AACd,cAAc;",
6
+ "names": []
7
+ }
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/nitrobase v7.4.0 */
1
+ /* @alwatr/nitrobase v7.4.1 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -14,8 +14,6 @@ var __copyProps = (to, from, except, desc) => {
14
14
  };
15
15
  var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
16
16
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
17
-
18
- // src/main.ts
19
17
  var main_exports = {};
20
18
  module.exports = __toCommonJS(main_exports);
21
19
  var import_nanolib = require("@alwatr/nanolib");
@@ -23,7 +21,7 @@ __reExport(main_exports, require("@alwatr/nitrobase-engine"), module.exports);
23
21
  __reExport(main_exports, require("@alwatr/nitrobase-reference"), module.exports);
24
22
  __reExport(main_exports, require("@alwatr/nitrobase-helper"), module.exports);
25
23
  __reExport(main_exports, require("@alwatr/nitrobase-types"), module.exports);
26
- __dev_mode__: import_nanolib.packageTracer.add("@alwatr/nitrobase", "7.4.0");
24
+ __dev_mode__: import_nanolib.packageTracer.add("@alwatr/nitrobase", "7.4.1");
27
25
  // Annotate the CommonJS export names for ESM import in node:
28
26
  0 && (module.exports = {
29
27
  ...require("@alwatr/nitrobase-engine"),
package/dist/main.cjs.map CHANGED
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../src/main.ts"],
4
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;",
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
6
  "names": []
7
7
  }
package/dist/main.mjs CHANGED
@@ -1,11 +1,9 @@
1
- /* @alwatr/nitrobase v7.4.0 */
2
-
3
- // src/main.ts
1
+ /* @alwatr/nitrobase v7.4.1 */
4
2
  import { packageTracer } from "@alwatr/nanolib";
5
3
  export * from "@alwatr/nitrobase-engine";
6
4
  export * from "@alwatr/nitrobase-reference";
7
5
  export * from "@alwatr/nitrobase-helper";
8
6
  export * from "@alwatr/nitrobase-types";
9
- __dev_mode__: packageTracer.add("@alwatr/nitrobase", "7.4.0");
7
+ __dev_mode__: packageTracer.add("@alwatr/nitrobase", "7.4.1");
10
8
  /*! For license information please see main.mjs.LEGAL.txt */
11
9
  //# sourceMappingURL=main.mjs.map
package/dist/main.mjs.map CHANGED
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../src/main.ts"],
4
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;",
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.4.0",
3
+ "version": "7.4.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": [
@@ -57,7 +57,7 @@
57
57
  "cb": "yarn run clean && yarn run build",
58
58
  "d": "yarn run build:es && yarn node",
59
59
  "build": "yarn run build:ts & yarn run build:es",
60
- "build:es": "nano-build --preset=module",
60
+ "build:es": "nano-build --preset=module3",
61
61
  "build:ts": "tsc --build",
62
62
  "watch": "yarn run watch:ts & yarn run watch:es",
63
63
  "watch:es": "yarn run build:es --watch",
@@ -79,5 +79,5 @@
79
79
  "@types/node": "^22.9.0",
80
80
  "typescript": "^5.6.3"
81
81
  },
82
- "gitHead": "ac284c47ccbd75f187bd5f4da4e990b1f92b52f5"
82
+ "gitHead": "c3eb0bb9e298ef795ce7a0876a206ec9bd6eb1ae"
83
83
  }