@alwatr/pre-handlers 4.5.1 → 4.5.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 +7 -0
- package/dist/main.cjs +2 -2
- package/dist/main.mjs +2 -2
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,13 @@
|
|
|
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.5.2](https://github.com/Alwatr/pre-handlers/compare/v4.5.1...v4.5.2) (2024-11-02)
|
|
7
|
+
|
|
8
|
+
### Dependencies update
|
|
9
|
+
|
|
10
|
+
* **deps:** bump the alwatr group with 6 updates ([6636bb3](https://github.com/Alwatr/pre-handlers/commit/6636bb307401e28863eb27288d5abbaab2d67e18)) by @dependabot[bot]
|
|
11
|
+
* update ([86fbeb6](https://github.com/Alwatr/pre-handlers/commit/86fbeb663d94452f3596d0894ec19d4c6bed3099)) by @
|
|
12
|
+
|
|
6
13
|
## [4.5.1](https://github.com/Alwatr/pre-handlers/compare/v4.5.0...v4.5.1) (2024-10-28)
|
|
7
14
|
|
|
8
15
|
### Bug Fixes
|
package/dist/main.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @alwatr/pre-handlers v4.5.
|
|
1
|
+
/* @alwatr/pre-handlers v4.5.2 */
|
|
2
2
|
"use strict";
|
|
3
3
|
var __defProp = Object.defineProperty;
|
|
4
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -91,7 +91,7 @@ var requireAccessToken = (accessToken) => async function requireAccessToken_() {
|
|
|
91
91
|
};
|
|
92
92
|
|
|
93
93
|
// src/main.ts
|
|
94
|
-
__dev_mode__: import_nanolib.packageTracer.add("@alwatr/pre-handlers", "4.5.
|
|
94
|
+
__dev_mode__: import_nanolib.packageTracer.add("@alwatr/pre-handlers", "4.5.2");
|
|
95
95
|
// Annotate the CommonJS export names for ESM import in node:
|
|
96
96
|
0 && (module.exports = {
|
|
97
97
|
getAuthBearer,
|
package/dist/main.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @alwatr/pre-handlers v4.5.
|
|
1
|
+
/* @alwatr/pre-handlers v4.5.2 */
|
|
2
2
|
|
|
3
3
|
// src/main.ts
|
|
4
4
|
import { packageTracer } from "@alwatr/nanolib";
|
|
@@ -66,7 +66,7 @@ var requireAccessToken = (accessToken) => async function requireAccessToken_() {
|
|
|
66
66
|
};
|
|
67
67
|
|
|
68
68
|
// src/main.ts
|
|
69
|
-
__dev_mode__: packageTracer.add("@alwatr/pre-handlers", "4.5.
|
|
69
|
+
__dev_mode__: packageTracer.add("@alwatr/pre-handlers", "4.5.2");
|
|
70
70
|
export {
|
|
71
71
|
getAuthBearer,
|
|
72
72
|
parseBodyAsJson,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwatr/pre-handlers",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.2",
|
|
4
4
|
"description": "Functions that will run before processing every defined route.",
|
|
5
5
|
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
|
|
6
6
|
"keywords": [
|
|
@@ -60,17 +60,17 @@
|
|
|
60
60
|
"clean": "rm -rfv dist *.tsbuildinfo"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@alwatr/nanolib": "^
|
|
64
|
-
"@alwatr/nanotron-api-server": "^4.5.
|
|
63
|
+
"@alwatr/nanolib": "^5.0.0",
|
|
64
|
+
"@alwatr/nanotron-api-server": "^4.5.2"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@alwatr/nano-build": "^
|
|
68
|
-
"@alwatr/prettier-config": "^
|
|
69
|
-
"@alwatr/tsconfig-base": "^
|
|
70
|
-
"@alwatr/type-helper": "^
|
|
71
|
-
"@types/node": "^22.8.
|
|
67
|
+
"@alwatr/nano-build": "^5.0.0",
|
|
68
|
+
"@alwatr/prettier-config": "^5.0.0",
|
|
69
|
+
"@alwatr/tsconfig-base": "^5.0.0",
|
|
70
|
+
"@alwatr/type-helper": "^5.0.0",
|
|
71
|
+
"@types/node": "^22.8.6",
|
|
72
72
|
"jest": "^29.7.0",
|
|
73
73
|
"typescript": "^5.6.3"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "aca37ff16c5e63f539c1e2eaeb0d01197eb179a2"
|
|
76
76
|
}
|