@alwatr/nanotron 4.0.2 → 4.2.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 CHANGED
@@ -3,6 +3,28 @@
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.2.0](https://github.com/Alwatr/nanotron/compare/v4.1.0...v4.2.0) (2024-09-23)
7
+
8
+ ### Features
9
+
10
+ * Add @alwatr/crypto dependency to nanotron package.json and tsconfig.json ([94cdf28](https://github.com/Alwatr/nanotron/commit/94cdf28bbfcd6b77ebd60ceb93916414e9e11621)) by @AliMD
11
+
12
+ ### Bug Fixes
13
+
14
+ * export crypto from nanotron ([21f00d2](https://github.com/Alwatr/nanotron/commit/21f00d2d59fb7ac9fd4e7a8e4da3413f320a024d)) by @njfamirm
15
+
16
+ ### Dependencies update
17
+
18
+ * bump the alwatr-dependencies group with 6 updates ([1c8a8ec](https://github.com/Alwatr/nanotron/commit/1c8a8ec468aa31c79de45f0e897cc45578242981)) by @dependabot[bot]
19
+ * bump the development-dependencies group with 2 updates ([e3bc7f7](https://github.com/Alwatr/nanotron/commit/e3bc7f7dcbf1779a3fdf8fbe18c4f8b4095cc222)) by @dependabot[bot]
20
+ * update ([d9f8d57](https://github.com/Alwatr/nanotron/commit/d9f8d577b058b4e945db7dfc1c5c68da78c4112f)) by @AliMD
21
+
22
+ ## [4.1.0](https://github.com/Alwatr/nanotron/compare/v4.0.2...v4.1.0) (2024-09-14)
23
+
24
+ ### Features
25
+
26
+ * route handlers to use 'call' method for binding 'this' ([69517c1](https://github.com/Alwatr/nanotron/commit/69517c16909f8a9a4720c4863501b01e6ab0834e)) by @
27
+
6
28
  ## [4.0.2](https://github.com/Alwatr/nanotron/compare/v4.0.1...v4.0.2) (2024-09-14)
7
29
 
8
30
  ### Bug Fixes
package/dist/main.cjs CHANGED
@@ -1,3 +1,3 @@
1
- /* @alwatr/nanotron v4.0.2 */
2
- "use strict";var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var l=Object.getOwnPropertyNames;var c=Object.prototype.hasOwnProperty;var t=(o,a,e,m)=>{if(a&&typeof a=="object"||typeof a=="function")for(let r of l(a))!c.call(o,r)&&r!==e&&p(o,r,{get:()=>a[r],enumerable:!(m=f(a,r))||m.enumerable});return o},i=(o,a,e)=>(t(o,a,"default"),e&&t(e,a,"default"));var d=o=>t(p({},"__esModule",{value:!0}),o);var n={};module.exports=d(n);var _=require("@alwatr/logger");i(n,require("@alwatr/nanotron-api-server"),module.exports);(0,_.definePackage)("@alwatr/nanotron","4.0.2");0&&(module.exports={...require("@alwatr/nanotron-api-server")});
1
+ /* @alwatr/nanotron v4.2.0 */
2
+ "use strict";var f=Object.defineProperty;var _=Object.getOwnPropertyDescriptor;var l=Object.getOwnPropertyNames;var c=Object.prototype.hasOwnProperty;var m=(r,o,n,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of l(o))!c.call(r,t)&&t!==n&&f(r,t,{get:()=>o[t],enumerable:!(p=_(o,t))||p.enumerable});return r},e=(r,o,n)=>(m(r,o,"default"),n&&m(n,o,"default"));var d=r=>m(f({},"__esModule",{value:!0}),r);var a={};module.exports=d(a);var i=require("@alwatr/logger");e(a,require("@alwatr/nanotron-api-server"),module.exports);e(a,require("@alwatr/crypto"),module.exports);(0,i.definePackage)("@alwatr/nanotron","4.2.0");0&&(module.exports={...require("@alwatr/nanotron-api-server"),...require("@alwatr/crypto")});
3
3
  //# sourceMappingURL=main.cjs.map
package/dist/main.cjs.map CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../src/main.ts"],
4
- "sourcesContent": ["import {definePackage} from '@alwatr/logger';\n\nimport type {} from '@alwatr/nano-build';\n\nexport * from '@alwatr/nanotron-api-server';\n\ndefinePackage('@alwatr/nanotron', __package_version__);\n"],
5
- "mappings": ";iaAAA,IAAAA,EAAA,kBAAAC,EAAAD,GAAA,IAAAE,EAA4B,0BAI5BC,EAAAH,EAAc,uCAJd,mBAMA,iBAAc,mBAAoB,OAAmB",
4
+ "sourcesContent": ["import {definePackage} from '@alwatr/logger';\n\nimport type {} from '@alwatr/nano-build';\n\nexport * from '@alwatr/nanotron-api-server';\nexport * from '@alwatr/crypto';\n\ndefinePackage('@alwatr/nanotron', __package_version__);\n"],
5
+ "mappings": ";iaAAA,IAAAA,EAAA,kBAAAC,EAAAD,GAAA,IAAAE,EAA4B,0BAI5BC,EAAAH,EAAc,uCAJd,gBAKAG,EAAAH,EAAc,0BALd,mBAOA,iBAAc,mBAAoB,OAAmB",
6
6
  "names": ["main_exports", "__toCommonJS", "import_logger", "__reExport"]
7
7
  }
package/dist/main.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export * from '@alwatr/nanotron-api-server';
2
+ export * from '@alwatr/crypto';
2
3
  //# sourceMappingURL=main.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../src/main.ts"],"names":[],"mappings":"AAIA,cAAc,6BAA6B,CAAC"}
1
+ {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../src/main.ts"],"names":[],"mappings":"AAIA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gBAAgB,CAAC"}
package/dist/main.mjs CHANGED
@@ -1,3 +1,3 @@
1
- /* @alwatr/nanotron v4.0.2 */
2
- import{definePackage as a}from"@alwatr/logger";export*from"@alwatr/nanotron-api-server";a("@alwatr/nanotron","4.0.2");
1
+ /* @alwatr/nanotron v4.2.0 */
2
+ import{definePackage as o}from"@alwatr/logger";export*from"@alwatr/nanotron-api-server";export*from"@alwatr/crypto";o("@alwatr/nanotron","4.2.0");
3
3
  //# sourceMappingURL=main.mjs.map
package/dist/main.mjs.map CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../src/main.ts"],
4
- "sourcesContent": ["import {definePackage} from '@alwatr/logger';\n\nimport type {} from '@alwatr/nano-build';\n\nexport * from '@alwatr/nanotron-api-server';\n\ndefinePackage('@alwatr/nanotron', __package_version__);\n"],
5
- "mappings": ";AAAA,OAAQ,iBAAAA,MAAoB,iBAI5B,WAAc,8BAEdA,EAAc,mBAAoB,OAAmB",
4
+ "sourcesContent": ["import {definePackage} from '@alwatr/logger';\n\nimport type {} from '@alwatr/nano-build';\n\nexport * from '@alwatr/nanotron-api-server';\nexport * from '@alwatr/crypto';\n\ndefinePackage('@alwatr/nanotron', __package_version__);\n"],
5
+ "mappings": ";AAAA,OAAQ,iBAAAA,MAAoB,iBAI5B,WAAc,8BACd,WAAc,iBAEdA,EAAc,mBAAoB,OAAmB",
6
6
  "names": ["definePackage"]
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwatr/nanotron",
3
- "version": "4.0.2",
3
+ "version": "4.2.0",
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,17 +57,18 @@
57
57
  "clean": "rm -rfv dist *.tsbuildinfo"
58
58
  },
59
59
  "dependencies": {
60
- "@alwatr/logger": "^3.2.12",
61
- "@alwatr/nanotron-api-server": "^4.0.2"
60
+ "@alwatr/crypto": "^4.2.0",
61
+ "@alwatr/logger": "^3.2.14",
62
+ "@alwatr/nanotron-api-server": "^4.2.0"
62
63
  },
63
64
  "devDependencies": {
64
- "@alwatr/nano-build": "^1.3.8",
65
+ "@alwatr/nano-build": "^1.3.10",
65
66
  "@alwatr/prettier-config": "^1.0.4",
66
67
  "@alwatr/tsconfig-base": "^1.2.0",
67
- "@alwatr/type-helper": "^1.2.5",
68
- "@types/node": "^22.5.4",
68
+ "@alwatr/type-helper": "^1.2.6",
69
+ "@types/node": "^22.5.5",
69
70
  "jest": "^29.7.0",
70
71
  "typescript": "^5.6.2"
71
72
  },
72
- "gitHead": "1aabff422d2f78feacce391c839293db5c494ec2"
73
+ "gitHead": "34e75bad9206fc2b5c6b787cd030707003bd3c2a"
73
74
  }