@alwatr/nanotron 4.1.0 → 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 +16 -0
- package/dist/main.cjs +2 -2
- package/dist/main.cjs.map +2 -2
- package/dist/main.d.ts +1 -0
- package/dist/main.d.ts.map +1 -1
- package/dist/main.mjs +2 -2
- package/dist/main.mjs.map +2 -2
- package/package.json +8 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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
|
+
|
|
6
22
|
## [4.1.0](https://github.com/Alwatr/nanotron/compare/v4.0.2...v4.1.0) (2024-09-14)
|
|
7
23
|
|
|
8
24
|
### Features
|
package/dist/main.cjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
/* @alwatr/nanotron v4.
|
|
2
|
-
"use strict";var
|
|
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,
|
|
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
package/dist/main.d.ts.map
CHANGED
|
@@ -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.
|
|
2
|
-
import{definePackage as
|
|
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,
|
|
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.
|
|
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/
|
|
61
|
-
"@alwatr/
|
|
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.
|
|
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.
|
|
68
|
-
"@types/node": "^22.5.
|
|
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": "
|
|
73
|
+
"gitHead": "34e75bad9206fc2b5c6b787cd030707003bd3c2a"
|
|
73
74
|
}
|