@alwatr/nitrobase 7.7.0 → 7.8.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,13 @@
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.8.0](https://github.com/Alwatr/nitrobase/compare/v7.7.0...v7.8.0) (2025-03-06)
7
+
8
+ ### Dependencies update
9
+
10
+ * **deps-dev:** bump the dependencies group across 1 directory with 5 updates ([fe6ab37](https://github.com/Alwatr/nitrobase/commit/fe6ab37263f609f8bce8398462b7105b8e5a55fe)) by @dependabot[bot]
11
+ * update @alwatr/nanolib, @alwatr/nano-build, and @alwatr/type-helper to latest versions ([5f3f89b](https://github.com/Alwatr/nitrobase/commit/5f3f89b1236f66e9167957d60d43c8d0abff108d)) by @
12
+
6
13
  ## [7.7.0](https://github.com/Alwatr/nitrobase/compare/v7.6.1...v7.7.0) (2025-02-26)
7
14
 
8
15
  **Note:** Version bump only for package @alwatr/nitrobase
package/dist/client.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/nitrobase v7.7.0 */
1
+ /* @alwatr/nitrobase v7.8.0 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
package/dist/client.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/nitrobase v7.7.0 */
1
+ /* @alwatr/nitrobase v7.8.0 */
2
2
  export * from "@alwatr/nitrobase-helper";
3
3
  export * from "@alwatr/nitrobase-types";
4
4
  //# sourceMappingURL=client.mjs.map
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/nitrobase v7.7.0 */
1
+ /* @alwatr/nitrobase v7.8.0 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -22,7 +22,7 @@ __reExport(main_exports, require("@alwatr/nitrobase-reference"), module.exports)
22
22
  __reExport(main_exports, require("@alwatr/nitrobase-helper"), module.exports);
23
23
  __reExport(main_exports, require("@alwatr/nitrobase-types"), module.exports);
24
24
  __reExport(main_exports, require("@alwatr/nitrobase-user-management"), module.exports);
25
- __dev_mode__: import_nanolib.packageTracer.add("@alwatr/nitrobase", "7.7.0");
25
+ __dev_mode__: import_nanolib.packageTracer.add("@alwatr/nitrobase", "7.8.0");
26
26
  // Annotate the CommonJS export names for ESM import in node:
27
27
  0 && (module.exports = {
28
28
  ...require("@alwatr/nitrobase-engine"),
package/dist/main.mjs CHANGED
@@ -1,9 +1,9 @@
1
- /* @alwatr/nitrobase v7.7.0 */
1
+ /* @alwatr/nitrobase v7.8.0 */
2
2
  import { packageTracer } from "@alwatr/nanolib";
3
3
  export * from "@alwatr/nitrobase-engine";
4
4
  export * from "@alwatr/nitrobase-reference";
5
5
  export * from "@alwatr/nitrobase-helper";
6
6
  export * from "@alwatr/nitrobase-types";
7
7
  export * from "@alwatr/nitrobase-user-management";
8
- __dev_mode__: packageTracer.add("@alwatr/nitrobase", "7.7.0");
8
+ __dev_mode__: packageTracer.add("@alwatr/nitrobase", "7.8.0");
9
9
  //# sourceMappingURL=main.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwatr/nitrobase",
3
- "version": "7.7.0",
3
+ "version": "7.8.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": [
@@ -65,20 +65,20 @@
65
65
  "clean": "rm -rfv dist *.tsbuildinfo"
66
66
  },
67
67
  "dependencies": {
68
- "@alwatr/nanolib": "^5.4.0",
69
- "@alwatr/nitrobase-engine": "^7.7.0",
70
- "@alwatr/nitrobase-helper": "^7.7.0",
71
- "@alwatr/nitrobase-reference": "^7.7.0",
72
- "@alwatr/nitrobase-types": "^7.7.0",
73
- "@alwatr/nitrobase-user-management": "^7.7.0"
68
+ "@alwatr/nanolib": "^5.5.0",
69
+ "@alwatr/nitrobase-engine": "^7.8.0",
70
+ "@alwatr/nitrobase-helper": "^7.8.0",
71
+ "@alwatr/nitrobase-reference": "^7.8.0",
72
+ "@alwatr/nitrobase-types": "^7.8.0",
73
+ "@alwatr/nitrobase-user-management": "^7.8.0"
74
74
  },
75
75
  "devDependencies": {
76
- "@alwatr/nano-build": "^5.4.0",
76
+ "@alwatr/nano-build": "^5.5.0",
77
77
  "@alwatr/prettier-config": "^5.0.0",
78
78
  "@alwatr/tsconfig-base": "^5.0.0",
79
- "@alwatr/type-helper": "^5.3.0",
80
- "@types/node": "^22.13.4",
81
- "typescript": "^5.7.3"
79
+ "@alwatr/type-helper": "^5.4.0",
80
+ "@types/node": "^22.13.9",
81
+ "typescript": "^5.8.2"
82
82
  },
83
- "gitHead": "dbb4f1077b3c1e7d7f22b2c68ace3ca6acf1a162"
83
+ "gitHead": "fc40e664a2fe93d060fdbed6a05377043bbdc890"
84
84
  }