@alwatr/nanotron 4.5.2 → 4.6.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 +7 -0
- package/dist/main.cjs +2 -2
- package/dist/main.mjs +2 -2
- package/package.json +7 -7
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.6.0](https://github.com/Alwatr/nanotron/compare/v4.5.2...v4.6.0) (2024-11-07)
|
|
7
|
+
|
|
8
|
+
### Dependencies update
|
|
9
|
+
|
|
10
|
+
* **deps-dev:** bump @types/node in the dependencies group ([9901819](https://github.com/Alwatr/nanotron/commit/9901819d0a7fef85736951f354bc1846294bb7fe)) by @dependabot[bot]
|
|
11
|
+
* **deps:** bump @alwatr/nanolib from 5.0.0 to 5.2.1 in the alwatr group ([f06afb7](https://github.com/Alwatr/nanotron/commit/f06afb74f363c478ffc5967bafadfa2bc9009129)) by @dependabot[bot]
|
|
12
|
+
|
|
6
13
|
## [4.5.2](https://github.com/Alwatr/nanotron/compare/v4.5.1...v4.5.2) (2024-11-02)
|
|
7
14
|
|
|
8
15
|
### Dependencies update
|
package/dist/main.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @alwatr/nanotron v4.
|
|
1
|
+
/* @alwatr/nanotron v4.6.0 */
|
|
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.
|
|
25
|
+
__dev_mode__: import_nanolib.packageTracer.add("@alwatr/nanotron", "4.6.0");
|
|
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.
|
|
1
|
+
/* @alwatr/nanotron v4.6.0 */
|
|
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.
|
|
8
|
+
__dev_mode__: packageTracer.add("@alwatr/nanotron", "4.6.0");
|
|
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.
|
|
3
|
+
"version": "4.6.0",
|
|
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.
|
|
61
|
-
"@alwatr/nanolib": "^5.
|
|
62
|
-
"@alwatr/nanotron-api-server": "^4.
|
|
63
|
-
"@alwatr/pre-handlers": "^4.
|
|
60
|
+
"@alwatr/crypto": "^4.6.0",
|
|
61
|
+
"@alwatr/nanolib": "^5.2.1",
|
|
62
|
+
"@alwatr/nanotron-api-server": "^4.6.0",
|
|
63
|
+
"@alwatr/pre-handlers": "^4.6.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@alwatr/nano-build": "^5.0.0",
|
|
67
67
|
"@alwatr/prettier-config": "^5.0.0",
|
|
68
68
|
"@alwatr/tsconfig-base": "^5.0.0",
|
|
69
69
|
"@alwatr/type-helper": "^5.0.0",
|
|
70
|
-
"@types/node": "^22.
|
|
70
|
+
"@types/node": "^22.9.0",
|
|
71
71
|
"jest": "^29.7.0",
|
|
72
72
|
"typescript": "^5.6.3"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "2c680281d1a01aa734dc2867c9d41be8f1848182"
|
|
75
75
|
}
|