@alwatr/nanotron 4.0.0-alpha.0 → 4.0.0-alpha.2

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,7 +3,27 @@
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.0 (2024-09-10)
6
+ ## [4.0.0-alpha.2](https://github.com/Alwatr/nanotron/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2024-09-12)
7
+
8
+ ### Code Refactoring
9
+
10
+ * **api-server:** Add new route for /hello endpoint ([d2dad04](https://github.com/Alwatr/nanotron/commit/d2dad04bd6e288b99e145a8af1bbadba8d6f7cbe)) by @AliMD
11
+
12
+ ### Miscellaneous Chores
13
+
14
+ * update demo ([218d375](https://github.com/Alwatr/nanotron/commit/218d3751266eff7367e9056f1763958a1100cdef)) by @
15
+
16
+ ## [4.0.0-alpha.1](https://github.com/Alwatr/nanotron/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2024-09-11)
17
+
18
+ ### Features
19
+
20
+ * **demo:** add 404 test ([b15bf5d](https://github.com/Alwatr/nanotron/commit/b15bf5d4dded330f710dc6b2516506c8dc31261a)) by @AliMD
21
+
22
+ ### Bug Fixes
23
+
24
+ * **demo:** update with new apis ([16fceca](https://github.com/Alwatr/nanotron/commit/16fceca7df279bf908878d15b0ef78adfaeed582)) by @
25
+
26
+ ## [4.0.0-alpha.0](https://github.com/Alwatr/nanotron/compare/v1.2.7...v4.0.0-alpha.0) (2024-09-10)
7
27
 
8
28
  ### Features
9
29
 
package/dist/main.cjs CHANGED
@@ -1,3 +1,3 @@
1
- /* @alwatr/nanotron v4.0.0-alpha.0 */
1
+ /* @alwatr/nanotron v4.0.0-alpha.2 */
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.0 */
1
+ /* @alwatr/nanotron v4.0.0-alpha.2 */
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.0",
3
+ "version": "4.0.0-alpha.2",
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.0"
60
+ "@alwatr/nanotron-api-server": "^4.0.0-alpha.2"
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": "98c507c61c76e83f1559fd1df4f7ef6510cfc70a"
71
+ "gitHead": "55e4345fd4f5e75b33dbbee0c92a57256c5a7e41"
72
72
  }