@alwatr/nitrobase-helper 7.5.5 → 7.5.8

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,19 @@
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.5.8](https://github.com/Alwatr/nitrobase/compare/v7.5.7...v7.5.8) (2025-02-18)
7
+
8
+ ### Dependencies update
9
+
10
+ * bump @alwatr/nanolib, @alwatr/nano-build, and @types/node to latest versions across multiple packages ([3e89c62](https://github.com/Alwatr/nitrobase/commit/3e89c62ad20f3afe0c38c6ae36d91bcb6199b231)) by @
11
+ * **deps-dev:** bump the dependencies group across 1 directory with 2 updates ([03715d0](https://github.com/Alwatr/nitrobase/commit/03715d0b5534b127dfb57ffe0ea713fb168eefe6)) by @dependabot[bot]
12
+
13
+ ## [7.5.7](https://github.com/Alwatr/nitrobase/compare/v7.5.6...v7.5.7) (2025-02-03)
14
+
15
+ ### Dependencies update
16
+
17
+ * update [@alwatr](https://github.com/alwatr) dependencies to latest versions ([f8bb10f](https://github.com/Alwatr/nitrobase/commit/f8bb10fa3343f25e2a442e80fbddb88c55fac813)) by @
18
+
6
19
  ## [7.5.5](https://github.com/Alwatr/nitrobase/compare/v7.5.4...v7.5.5) (2025-02-02)
7
20
 
8
21
  ### Dependencies update
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/nitrobase-helper v7.5.5 */
1
+ /* @alwatr/nitrobase-helper v7.5.8 */
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
  module.exports = __toCommonJS(main_exports);
28
28
  var import_nanolib = require("@alwatr/nanolib");
29
29
  var import_nitrobase_types = require("@alwatr/nitrobase-types");
30
- __dev_mode__: import_nanolib.packageTracer.add("@alwatr/nitrobase-helper", "7.5.5");
30
+ __dev_mode__: import_nanolib.packageTracer.add("@alwatr/nitrobase-helper", "7.5.8");
31
31
  function getStoreId(storeId) {
32
32
  let id = storeId.region + "/" + storeId.name;
33
33
  if (storeId.ownerId !== void 0) {
@@ -48,5 +48,4 @@ function getStorePath(storeStat) {
48
48
  getStoreId,
49
49
  getStorePath
50
50
  });
51
- /*! For license information please see main.cjs.LEGAL.txt */
52
51
  //# sourceMappingURL=main.cjs.map
package/dist/main.mjs CHANGED
@@ -1,9 +1,9 @@
1
- /* @alwatr/nitrobase-helper v7.5.5 */
1
+ /* @alwatr/nitrobase-helper v7.5.8 */
2
2
 
3
3
  // src/main.ts
4
4
  import { flatString, packageTracer } from "@alwatr/nanolib";
5
5
  import { StoreFileExtension } from "@alwatr/nitrobase-types";
6
- __dev_mode__: packageTracer.add("@alwatr/nitrobase-helper", "7.5.5");
6
+ __dev_mode__: packageTracer.add("@alwatr/nitrobase-helper", "7.5.8");
7
7
  function getStoreId(storeId) {
8
8
  let id = storeId.region + "/" + storeId.name;
9
9
  if (storeId.ownerId !== void 0) {
@@ -23,5 +23,4 @@ export {
23
23
  getStoreId,
24
24
  getStorePath
25
25
  };
26
- /*! For license information please see main.mjs.LEGAL.txt */
27
26
  //# sourceMappingURL=main.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwatr/nitrobase-helper",
3
- "version": "7.5.5",
3
+ "version": "7.5.8",
4
4
  "description": "Extremely fast and compact JSON-based database that operates in memory, includes a JSON file backup, and serve over the highly accelerated Nginx.",
5
5
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
6
6
  "keywords": [
@@ -60,16 +60,16 @@
60
60
  "clean": "rm -rfv dist *.tsbuildinfo"
61
61
  },
62
62
  "dependencies": {
63
- "@alwatr/nanolib": "^5.2.1",
64
- "@alwatr/nitrobase-types": "^7.5.5"
63
+ "@alwatr/nanolib": "^5.4.0",
64
+ "@alwatr/nitrobase-types": "^7.5.8"
65
65
  },
66
66
  "devDependencies": {
67
- "@alwatr/nano-build": "^5.0.0",
67
+ "@alwatr/nano-build": "^5.4.0",
68
68
  "@alwatr/prettier-config": "^5.0.0",
69
69
  "@alwatr/tsconfig-base": "^5.0.0",
70
- "@alwatr/type-helper": "^5.0.0",
71
- "@types/node": "^22.13.0",
70
+ "@alwatr/type-helper": "^5.3.0",
71
+ "@types/node": "^22.13.4",
72
72
  "typescript": "^5.7.3"
73
73
  },
74
- "gitHead": "5b82f47ce87bc700f98e6f90993491b03e5f530f"
74
+ "gitHead": "e7dad8e9ad71ab1eb783e1f8204abba2b6f7fbe8"
75
75
  }