@alwatr/nanotron 9.2.1 → 9.4.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/dist/main.js +2 -2
- package/dist/main.js.map +1 -1
- package/package.json +7 -7
package/dist/main.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/* 📦 @alwatr/nanotron v9.
|
|
1
|
+
/* 📦 @alwatr/nanotron v9.4.0 */
|
|
2
2
|
export*from"@alwatr/nanotron-api-server";export*from"@alwatr/crypto";export*from"@alwatr/pre-handlers";
|
|
3
3
|
|
|
4
|
-
//# debugId=
|
|
4
|
+
//# debugId=98D1D8849B0C898264756E2164756E21
|
|
5
5
|
//# sourceMappingURL=main.js.map
|
package/dist/main.js.map
CHANGED
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
"export * from '@alwatr/nanotron-api-server';\nexport * from '@alwatr/crypto';\nexport * from '@alwatr/pre-handlers';\n"
|
|
6
6
|
],
|
|
7
7
|
"mappings": ";AAAA,yCACA,4BACA",
|
|
8
|
-
"debugId": "
|
|
8
|
+
"debugId": "98D1D8849B0C898264756E2164756E21",
|
|
9
9
|
"names": []
|
|
10
10
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwatr/nanotron",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.4.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
|
"license": "MPL-2.0",
|
|
6
6
|
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com> (https://ali.mihandoost.com)",
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
},
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@alwatr/crypto": "9.
|
|
25
|
-
"@alwatr/nanotron-api-server": "9.
|
|
26
|
-
"@alwatr/pre-handlers": "9.
|
|
24
|
+
"@alwatr/crypto": "9.4.0",
|
|
25
|
+
"@alwatr/nanotron-api-server": "9.4.0",
|
|
26
|
+
"@alwatr/pre-handlers": "9.4.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@alwatr/nano-build": "9.
|
|
30
|
-
"@alwatr/
|
|
29
|
+
"@alwatr/nano-build": "9.3.0",
|
|
30
|
+
"@alwatr/standard": "9.4.0",
|
|
31
31
|
"@alwatr/type-helper": "9.1.1",
|
|
32
32
|
"@types/node": "^24.12.2",
|
|
33
33
|
"typescript": "^6.0.2"
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"server",
|
|
67
67
|
"typescript"
|
|
68
68
|
],
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "662f1047fc2a1b53a00902028d6cebfd04b52dd5"
|
|
70
70
|
}
|