@alwatr/nanotron 4.5.1 → 4.5.2

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
+ ## [4.5.2](https://github.com/Alwatr/nanotron/compare/v4.5.1...v4.5.2) (2024-11-02)
7
+
8
+ ### Dependencies update
9
+
10
+ * **deps:** bump the alwatr group with 6 updates ([6636bb3](https://github.com/Alwatr/nanotron/commit/6636bb307401e28863eb27288d5abbaab2d67e18)) by @dependabot[bot]
11
+ * update ([86fbeb6](https://github.com/Alwatr/nanotron/commit/86fbeb663d94452f3596d0894ec19d4c6bed3099)) by @
12
+
6
13
  ## [4.5.1](https://github.com/Alwatr/nanotron/compare/v4.5.0...v4.5.1) (2024-10-28)
7
14
 
8
15
  **Note:** Version bump only for package @alwatr/nanotron
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/nanotron v4.5.1 */
1
+ /* @alwatr/nanotron v4.5.2 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -22,7 +22,7 @@ var import_nanolib = require("@alwatr/nanolib");
22
22
  __reExport(main_exports, require("@alwatr/nanotron-api-server"), module.exports);
23
23
  __reExport(main_exports, require("@alwatr/crypto"), module.exports);
24
24
  __reExport(main_exports, require("@alwatr/pre-handlers"), module.exports);
25
- __dev_mode__: import_nanolib.packageTracer.add("@alwatr/nanotron", "4.5.1");
25
+ __dev_mode__: import_nanolib.packageTracer.add("@alwatr/nanotron", "4.5.2");
26
26
  // Annotate the CommonJS export names for ESM import in node:
27
27
  0 && (module.exports = {
28
28
  ...require("@alwatr/nanotron-api-server"),
package/dist/main.mjs CHANGED
@@ -1,10 +1,10 @@
1
- /* @alwatr/nanotron v4.5.1 */
1
+ /* @alwatr/nanotron v4.5.2 */
2
2
 
3
3
  // src/main.ts
4
4
  import { packageTracer } from "@alwatr/nanolib";
5
5
  export * from "@alwatr/nanotron-api-server";
6
6
  export * from "@alwatr/crypto";
7
7
  export * from "@alwatr/pre-handlers";
8
- __dev_mode__: packageTracer.add("@alwatr/nanotron", "4.5.1");
8
+ __dev_mode__: packageTracer.add("@alwatr/nanotron", "4.5.2");
9
9
  /*! For license information please see main.mjs.LEGAL.txt */
10
10
  //# sourceMappingURL=main.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwatr/nanotron",
3
- "version": "4.5.1",
3
+ "version": "4.5.2",
4
4
  "description": "Nanotron: Your Lightweight, High-Performance Micro/Nano Service Framework. Nanotron is designed for building blazingly fast and efficient microservices and APIs. Its minimalist approach and focus on performance make it ideal for resource-constrained environments and scenarios where every millisecond counts.",
5
5
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
6
6
  "keywords": [
@@ -57,19 +57,19 @@
57
57
  "clean": "rm -rfv dist *.tsbuildinfo"
58
58
  },
59
59
  "dependencies": {
60
- "@alwatr/crypto": "^4.5.0",
61
- "@alwatr/nanolib": "^1.4.0",
62
- "@alwatr/nanotron-api-server": "^4.5.0",
63
- "@alwatr/pre-handlers": "^4.5.1"
60
+ "@alwatr/crypto": "^4.5.2",
61
+ "@alwatr/nanolib": "^5.0.0",
62
+ "@alwatr/nanotron-api-server": "^4.5.2",
63
+ "@alwatr/pre-handlers": "^4.5.2"
64
64
  },
65
65
  "devDependencies": {
66
- "@alwatr/nano-build": "^2.0.3",
67
- "@alwatr/prettier-config": "^1.0.6",
68
- "@alwatr/tsconfig-base": "^1.3.3",
69
- "@alwatr/type-helper": "^2.0.3",
70
- "@types/node": "^22.8.1",
66
+ "@alwatr/nano-build": "^5.0.0",
67
+ "@alwatr/prettier-config": "^5.0.0",
68
+ "@alwatr/tsconfig-base": "^5.0.0",
69
+ "@alwatr/type-helper": "^5.0.0",
70
+ "@types/node": "^22.8.6",
71
71
  "jest": "^29.7.0",
72
72
  "typescript": "^5.6.3"
73
73
  },
74
- "gitHead": "edcbcb699154329e65c24b2a2bb988da0a8a4896"
74
+ "gitHead": "aca37ff16c5e63f539c1e2eaeb0d01197eb179a2"
75
75
  }