@alwatr/nanotron-api-server 4.9.0 → 4.9.1

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.9.1](https://github.com/Alwatr/nanotron/compare/v4.9.0...v4.9.1) (2025-03-06)
7
+
8
+ ### Dependencies update
9
+
10
+ * **deps-dev:** bump the dependencies group with 5 updates ([e6a00eb](https://github.com/Alwatr/nanotron/commit/e6a00eb139f70f2396ecf12b68103b40aa785521)) by @dependabot[bot]
11
+ * update @alwatr/nanolib and @alwatr/nano-build to version 5.5.0; bump @alwatr/type-helper to version 5.4.0 ([1e8b122](https://github.com/Alwatr/nanotron/commit/1e8b1228034af44e0d4914f5100d9e564c05a5a6)) by @
12
+
6
13
  ## [4.9.0](https://github.com/Alwatr/nanotron/compare/v4.8.1...v4.9.0) (2025-02-26)
7
14
 
8
15
  ### Dependencies update
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/nanotron-api-server v4.9.0 */
1
+ /* @alwatr/nanotron-api-server v4.9.1 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -638,7 +638,7 @@ _NanotronUrl.versionPattern_ = new RegExp("^/v[0-9]+/");
638
638
  var NanotronUrl = _NanotronUrl;
639
639
 
640
640
  // src/api-server.ts
641
- __dev_mode__: import_nanolib3.packageTracer.add("@alwatr/nanotron-api-server", "4.9.0");
641
+ __dev_mode__: import_nanolib3.packageTracer.add("@alwatr/nanotron-api-server", "4.9.1");
642
642
  var _NanotronApiServer = class _NanotronApiServer {
643
643
  constructor(config) {
644
644
  this.config_ = {
package/dist/main.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/nanotron-api-server v4.9.0 */
1
+ /* @alwatr/nanotron-api-server v4.9.1 */
2
2
 
3
3
  // src/api-server.ts
4
4
  import { createServer } from "node:http";
@@ -610,7 +610,7 @@ _NanotronUrl.versionPattern_ = new RegExp("^/v[0-9]+/");
610
610
  var NanotronUrl = _NanotronUrl;
611
611
 
612
612
  // src/api-server.ts
613
- __dev_mode__: packageTracer.add("@alwatr/nanotron-api-server", "4.9.0");
613
+ __dev_mode__: packageTracer.add("@alwatr/nanotron-api-server", "4.9.1");
614
614
  var _NanotronApiServer = class _NanotronApiServer {
615
615
  constructor(config) {
616
616
  this.config_ = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwatr/nanotron-api-server",
3
- "version": "4.9.0",
3
+ "version": "4.9.1",
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": "^5.4.0"
60
+ "@alwatr/nanolib": "^5.5.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@alwatr/nano-build": "^5.4.0",
63
+ "@alwatr/nano-build": "^5.5.0",
64
64
  "@alwatr/prettier-config": "^5.0.0",
65
65
  "@alwatr/tsconfig-base": "^5.0.0",
66
- "@alwatr/type-helper": "^5.3.0",
67
- "@types/node": "^22.13.5",
66
+ "@alwatr/type-helper": "^5.4.0",
67
+ "@types/node": "^22.13.9",
68
68
  "jest": "^29.7.0",
69
- "typescript": "^5.7.3"
69
+ "typescript": "^5.8.2"
70
70
  },
71
- "gitHead": "ef508cee0bcbb18697e4ec2ddc30abecaa92eba0"
71
+ "gitHead": "837fa8308cc3ba69a73c5cbe4ea03563adf0d56d"
72
72
  }