@alwatr/pre-handlers 4.7.0 → 4.8.1
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 +11 -0
- package/dist/main.cjs +2 -3
- package/dist/main.mjs +2 -3
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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.8.1](https://github.com/Alwatr/pre-handlers/compare/v4.8.0...v4.8.1) (2025-02-18)
|
|
7
|
+
|
|
8
|
+
### Dependencies update
|
|
9
|
+
|
|
10
|
+
* **deps-dev:** bump the dependencies group across 1 directory with 11 updates ([9257e08](https://github.com/Alwatr/pre-handlers/commit/9257e08b96f5661a7e13e153b9c71d9dbc08fd18)) by @dependabot[bot]
|
|
11
|
+
* update TypeScript, Prettier, and various dependencies to latest versions ([5c0f752](https://github.com/Alwatr/pre-handlers/commit/5c0f7521851acaabb2466e459754c130d7ebf31b)) by @
|
|
12
|
+
|
|
13
|
+
## [4.8.0](https://github.com/Alwatr/pre-handlers/compare/v4.7.0...v4.8.0) (2024-11-08)
|
|
14
|
+
|
|
15
|
+
**Note:** Version bump only for package @alwatr/pre-handlers
|
|
16
|
+
|
|
6
17
|
## [4.7.0](https://github.com/Alwatr/pre-handlers/compare/v4.6.0...v4.7.0) (2024-11-07)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @alwatr/pre-handlers
|
package/dist/main.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @alwatr/pre-handlers v4.
|
|
1
|
+
/* @alwatr/pre-handlers v4.8.1 */
|
|
2
2
|
"use strict";
|
|
3
3
|
var __defProp = Object.defineProperty;
|
|
4
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -91,12 +91,11 @@ 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.
|
|
94
|
+
__dev_mode__: import_nanolib.packageTracer.add("@alwatr/pre-handlers", "4.8.1");
|
|
95
95
|
// Annotate the CommonJS export names for ESM import in node:
|
|
96
96
|
0 && (module.exports = {
|
|
97
97
|
getAuthBearer,
|
|
98
98
|
parseBodyAsJson,
|
|
99
99
|
requireAccessToken
|
|
100
100
|
});
|
|
101
|
-
/*! For license information please see main.cjs.LEGAL.txt */
|
|
102
101
|
//# sourceMappingURL=main.cjs.map
|
package/dist/main.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @alwatr/pre-handlers v4.
|
|
1
|
+
/* @alwatr/pre-handlers v4.8.1 */
|
|
2
2
|
|
|
3
3
|
// src/main.ts
|
|
4
4
|
import { packageTracer } from "@alwatr/nanolib";
|
|
@@ -66,11 +66,10 @@ var requireAccessToken = (accessToken) => async function requireAccessToken_() {
|
|
|
66
66
|
};
|
|
67
67
|
|
|
68
68
|
// src/main.ts
|
|
69
|
-
__dev_mode__: packageTracer.add("@alwatr/pre-handlers", "4.
|
|
69
|
+
__dev_mode__: packageTracer.add("@alwatr/pre-handlers", "4.8.1");
|
|
70
70
|
export {
|
|
71
71
|
getAuthBearer,
|
|
72
72
|
parseBodyAsJson,
|
|
73
73
|
requireAccessToken
|
|
74
74
|
};
|
|
75
|
-
/*! For license information please see main.mjs.LEGAL.txt */
|
|
76
75
|
//# sourceMappingURL=main.mjs.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwatr/pre-handlers",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.8.1",
|
|
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": "^5.
|
|
64
|
-
"@alwatr/nanotron-api-server": "^4.
|
|
63
|
+
"@alwatr/nanolib": "^5.4.0",
|
|
64
|
+
"@alwatr/nanotron-api-server": "^4.8.1"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@alwatr/nano-build": "^5.
|
|
67
|
+
"@alwatr/nano-build": "^5.4.0",
|
|
68
68
|
"@alwatr/prettier-config": "^5.0.0",
|
|
69
69
|
"@alwatr/tsconfig-base": "^5.0.0",
|
|
70
|
-
"@alwatr/type-helper": "^5.
|
|
71
|
-
"@types/node": "^22.
|
|
70
|
+
"@alwatr/type-helper": "^5.3.0",
|
|
71
|
+
"@types/node": "^22.13.4",
|
|
72
72
|
"jest": "^29.7.0",
|
|
73
|
-
"typescript": "^5.
|
|
73
|
+
"typescript": "^5.7.3"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "8f7cbca94fd9edee517b4f4c21f0de9a8442cc32"
|
|
76
76
|
}
|