@alwatr/nanotron-api-server 4.4.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,20 @@
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
+
13
+ ## [4.5.0](https://github.com/Alwatr/nanotron/compare/v4.4.1...v4.5.0) (2024-10-28)
14
+
15
+ ### Dependencies update
16
+
17
+ * bump the development-dependencies group across 1 directory with 2 updates ([8b3e101](https://github.com/Alwatr/nanotron/commit/8b3e10128af769ef95a2e7b2ed788e843eb47414)) by @dependabot[bot]
18
+ * update nanolib v1.4.0 and other deps ([b8e7be7](https://github.com/Alwatr/nanotron/commit/b8e7be7b6c58d4f1cbc12593b2d6124f3d19b377)) by @
19
+
6
20
  ## [4.4.1](https://github.com/Alwatr/nanotron/compare/v4.4.0...v4.4.1) (2024-10-16)
7
21
 
8
22
  ### Bug Fixes
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/nanotron-api-server v4.4.1 */
1
+ /* @alwatr/nanotron-api-server v4.5.2 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -631,7 +631,7 @@ _NanotronUrl.versionPattern_ = new RegExp("^/v[0-9]+/");
631
631
  var NanotronUrl = _NanotronUrl;
632
632
 
633
633
  // src/api-server.ts
634
- __dev_mode__: import_nanolib3.packageTracer.add("@alwatr/nanotron-api-server", "4.4.1");
634
+ __dev_mode__: import_nanolib3.packageTracer.add("@alwatr/nanotron-api-server", "4.5.2");
635
635
  var _NanotronApiServer = class _NanotronApiServer {
636
636
  constructor(config) {
637
637
  this.config_ = {
package/dist/main.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/nanotron-api-server v4.4.1 */
1
+ /* @alwatr/nanotron-api-server v4.5.2 */
2
2
 
3
3
  // src/api-server.ts
4
4
  import { createServer } from "node:http";
@@ -603,7 +603,7 @@ _NanotronUrl.versionPattern_ = new RegExp("^/v[0-9]+/");
603
603
  var NanotronUrl = _NanotronUrl;
604
604
 
605
605
  // src/api-server.ts
606
- __dev_mode__: packageTracer.add("@alwatr/nanotron-api-server", "4.4.1");
606
+ __dev_mode__: packageTracer.add("@alwatr/nanotron-api-server", "4.5.2");
607
607
  var _NanotronApiServer = class _NanotronApiServer {
608
608
  constructor(config) {
609
609
  this.config_ = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwatr/nanotron-api-server",
3
- "version": "4.4.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,16 +57,16 @@
57
57
  "clean": "rm -rfv dist *.tsbuildinfo"
58
58
  },
59
59
  "dependencies": {
60
- "@alwatr/nanolib": "^1.3.0"
60
+ "@alwatr/nanolib": "^5.0.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@alwatr/nano-build": "^2.0.2",
64
- "@alwatr/prettier-config": "^1.0.6",
65
- "@alwatr/tsconfig-base": "^1.3.2",
66
- "@alwatr/type-helper": "^2.0.2",
67
- "@types/node": "^22.7.5",
63
+ "@alwatr/nano-build": "^5.0.0",
64
+ "@alwatr/prettier-config": "^5.0.0",
65
+ "@alwatr/tsconfig-base": "^5.0.0",
66
+ "@alwatr/type-helper": "^5.0.0",
67
+ "@types/node": "^22.8.6",
68
68
  "jest": "^29.7.0",
69
69
  "typescript": "^5.6.3"
70
70
  },
71
- "gitHead": "2dedfab4aaaba05891ae12a8e81b6cbdf8fde8be"
71
+ "gitHead": "aca37ff16c5e63f539c1e2eaeb0d01197eb179a2"
72
72
  }