@alwatr/pre-handlers 4.6.0 → 4.8.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,14 @@
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.0](https://github.com/Alwatr/pre-handlers/compare/v4.7.0...v4.8.0) (2024-11-08)
7
+
8
+ **Note:** Version bump only for package @alwatr/pre-handlers
9
+
10
+ ## [4.7.0](https://github.com/Alwatr/pre-handlers/compare/v4.6.0...v4.7.0) (2024-11-07)
11
+
12
+ **Note:** Version bump only for package @alwatr/pre-handlers
13
+
6
14
  ## [4.6.0](https://github.com/Alwatr/pre-handlers/compare/v4.5.2...v4.6.0) (2024-11-07)
7
15
 
8
16
  ### Dependencies update
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/pre-handlers v4.6.0 */
1
+ /* @alwatr/pre-handlers v4.8.0 */
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.6.0");
94
+ __dev_mode__: import_nanolib.packageTracer.add("@alwatr/pre-handlers", "4.8.0");
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.6.0 */
1
+ /* @alwatr/pre-handlers v4.8.0 */
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.6.0");
69
+ __dev_mode__: packageTracer.add("@alwatr/pre-handlers", "4.8.0");
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.6.0",
3
+ "version": "4.8.0",
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": [
@@ -61,7 +61,7 @@
61
61
  },
62
62
  "dependencies": {
63
63
  "@alwatr/nanolib": "^5.2.1",
64
- "@alwatr/nanotron-api-server": "^4.6.0"
64
+ "@alwatr/nanotron-api-server": "^4.8.0"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@alwatr/nano-build": "^5.0.0",
@@ -72,5 +72,5 @@
72
72
  "jest": "^29.7.0",
73
73
  "typescript": "^5.6.3"
74
74
  },
75
- "gitHead": "2c680281d1a01aa734dc2867c9d41be8f1848182"
75
+ "gitHead": "7155ae10b06476671c6f9f583d053919a1c40f01"
76
76
  }