@alwatr/nanotron 4.0.0-alpha.1 → 4.0.0-alpha.3

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,23 @@
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.0-alpha.3](https://github.com/Alwatr/nanotron/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2024-09-13)
7
+
8
+ ### Features
9
+
10
+ * **api-server:** add new endpoint for hello2 in API demo ([818c710](https://github.com/Alwatr/nanotron/commit/818c710425c1fc7f93150bac309a207fc2405619)) by @AliMD
11
+ * **demo:** add POST /echo-body endpoint to echo request body ([f13b916](https://github.com/Alwatr/nanotron/commit/f13b91607abf33e5e8978fbd4ad26bc7ada355d3)) by @AliMD
12
+
13
+ ## [4.0.0-alpha.2](https://github.com/Alwatr/nanotron/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2024-09-12)
14
+
15
+ ### Code Refactoring
16
+
17
+ * **api-server:** Add new route for /hello endpoint ([d2dad04](https://github.com/Alwatr/nanotron/commit/d2dad04bd6e288b99e145a8af1bbadba8d6f7cbe)) by @AliMD
18
+
19
+ ### Miscellaneous Chores
20
+
21
+ * update demo ([218d375](https://github.com/Alwatr/nanotron/commit/218d3751266eff7367e9056f1763958a1100cdef)) by @
22
+
6
23
  ## [4.0.0-alpha.1](https://github.com/Alwatr/nanotron/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2024-09-11)
7
24
 
8
25
  ### Features
package/dist/main.cjs CHANGED
@@ -1,3 +1,3 @@
1
- /* @alwatr/nanotron v4.0.0-alpha.1 */
1
+ /* @alwatr/nanotron v4.0.0-alpha.3 */
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-alpha.1 */
1
+ /* @alwatr/nanotron v4.0.0-alpha.3 */
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-alpha.1",
3
+ "version": "4.0.0-alpha.3",
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-alpha.1"
60
+ "@alwatr/nanotron-api-server": "^4.0.0-alpha.3"
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": "680e1e5804e3b2fee5f1c9ecc4818892de783567"
71
+ "gitHead": "a3947d44239c998b37d0a5804ffc741d86ea9b3a"
72
72
  }