@alwatr/nanotron 4.0.0 → 4.0.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,10 @@
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.0.1](https://github.com/Alwatr/nanotron/compare/v4.0.0...v4.0.1) (2024-09-14)
7
+
8
+ **Note:** Version bump only for package @alwatr/nanotron
9
+
6
10
  ## [4.0.0](https://github.com/Alwatr/nanotron/compare/v4.0.0-alpha.3...v4.0.0) (2024-09-14)
7
11
 
8
12
  **Note:** Version bump only for package @alwatr/nanotron
package/dist/main.cjs CHANGED
@@ -1,3 +1,3 @@
1
- /* @alwatr/nanotron v4.0.0 */
1
+ /* @alwatr/nanotron v4.0.1 */
2
2
  "use strict";var a=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var p=(r,o,f,x)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of c(o))!d.call(r,e)&&e!==f&&a(r,e,{get:()=>o[e],enumerable:!(x=b(o,e))||x.enumerable});return r},t=(r,o,f)=>(p(r,o,"default"),f&&p(f,o,"default"));var g=r=>p(a({},"__esModule",{value:!0}),r);var m={};module.exports=g(m);t(m,require("@alwatr/nanotron-api-server"),module.exports);0&&(module.exports={...require("@alwatr/nanotron-api-server")});
3
3
  //# sourceMappingURL=main.cjs.map
package/dist/main.mjs CHANGED
@@ -1,3 +1,3 @@
1
- /* @alwatr/nanotron v4.0.0 */
1
+ /* @alwatr/nanotron v4.0.1 */
2
2
  export*from"@alwatr/nanotron-api-server";
3
3
  //# sourceMappingURL=main.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwatr/nanotron",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "Elegant powerful nodejs server for nanoservice use cases, written in tiny TypeScript module.",
5
5
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
6
6
  "keywords": [
@@ -57,7 +57,7 @@
57
57
  "clean": "rm -rfv dist *.tsbuildinfo"
58
58
  },
59
59
  "dependencies": {
60
- "@alwatr/nanotron-api-server": "^4.0.0"
60
+ "@alwatr/nanotron-api-server": "^4.0.1"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@alwatr/nano-build": "^1.3.8",
@@ -68,5 +68,5 @@
68
68
  "jest": "^29.7.0",
69
69
  "typescript": "^5.6.2"
70
70
  },
71
- "gitHead": "4fac85b6d696585b70485f2cd171c3eca0b72ea3"
71
+ "gitHead": "2fe620c71481283f2e47a9a0056e51961b11504b"
72
72
  }