@alwatr/nitrobase-types 7.6.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,17 @@
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
+
13
+ ## [7.7.0](https://github.com/Alwatr/nitrobase/compare/v7.6.1...v7.7.0) (2025-02-26)
14
+
15
+ **Note:** Version bump only for package @alwatr/nitrobase-types
16
+
6
17
  ## [7.6.0](https://github.com/Alwatr/nitrobase/compare/v7.5.9...v7.6.0) (2025-02-26)
7
18
 
8
19
  ### Miscellaneous Chores
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/nitrobase-types v7.6.0 */
1
+ /* @alwatr/nitrobase-types v7.8.0 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -27,7 +27,7 @@ __export(main_exports, {
27
27
  });
28
28
  module.exports = __toCommonJS(main_exports);
29
29
  var import_nanolib = require("@alwatr/nanolib");
30
- __dev_mode__: import_nanolib.packageTracer.add("@alwatr/nitrobase-types", "7.6.0");
30
+ __dev_mode__: import_nanolib.packageTracer.add("@alwatr/nitrobase-types", "7.8.0");
31
31
  var Region = /* @__PURE__ */ ((Region2) => {
32
32
  Region2["Public"] = "p";
33
33
  Region2["Authenticated"] = "a";
package/dist/main.mjs CHANGED
@@ -1,8 +1,8 @@
1
- /* @alwatr/nitrobase-types v7.6.0 */
1
+ /* @alwatr/nitrobase-types v7.8.0 */
2
2
 
3
3
  // src/main.ts
4
4
  import { packageTracer } from "@alwatr/nanolib";
5
- __dev_mode__: packageTracer.add("@alwatr/nitrobase-types", "7.6.0");
5
+ __dev_mode__: packageTracer.add("@alwatr/nitrobase-types", "7.8.0");
6
6
  var Region = /* @__PURE__ */ ((Region2) => {
7
7
  Region2["Public"] = "p";
8
8
  Region2["Authenticated"] = "a";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwatr/nitrobase-types",
3
- "version": "7.6.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": [
@@ -60,15 +60,15 @@
60
60
  "clean": "rm -rfv dist *.tsbuildinfo"
61
61
  },
62
62
  "dependencies": {
63
- "@alwatr/nanolib": "^5.4.0"
63
+ "@alwatr/nanolib": "^5.5.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@alwatr/nano-build": "^5.4.0",
66
+ "@alwatr/nano-build": "^5.5.0",
67
67
  "@alwatr/prettier-config": "^5.0.0",
68
68
  "@alwatr/tsconfig-base": "^5.0.0",
69
- "@alwatr/type-helper": "^5.3.0",
70
- "@types/node": "^22.13.4",
71
- "typescript": "^5.7.3"
69
+ "@alwatr/type-helper": "^5.4.0",
70
+ "@types/node": "^22.13.9",
71
+ "typescript": "^5.8.2"
72
72
  },
73
- "gitHead": "847bcf64cf7dbc7fd9e9fe8ef423fecdb8b3ce94"
73
+ "gitHead": "fc40e664a2fe93d060fdbed6a05377043bbdc890"
74
74
  }