@xylabs/express 6.0.10 → 6.1.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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![logo][]](https://xylabs.com)
2
+
1
3
  # @xylabs/express
2
4
 
3
5
  [![npm][npm-badge]][npm-link]
@@ -2050,8 +2052,12 @@ const standardResponses: RequestHandler;
2050
2052
  Connect middleware to enable the transform of all responses to match
2051
2053
  the standard response format (compatible with JSON API)
2052
2054
 
2055
+ ## Credits
2056
+
2057
+ [Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)
2053
2058
 
2054
2059
  [npm-badge]: https://img.shields.io/npm/v/@xylabs/express.svg
2055
2060
  [npm-link]: https://www.npmjs.com/package/@xylabs/express
2056
2061
  [license-badge]: https://img.shields.io/npm/l/@xylabs/express.svg
2057
2062
  [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
2063
+ [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/express",
3
- "version": "6.0.10",
3
+ "version": "6.1.1",
4
4
  "description": "SDK for base code for Api repos that use express and deploy on AWS ECS",
5
5
  "keywords": [
6
6
  "xylabs",
@@ -46,17 +46,17 @@
46
46
  "README.md"
47
47
  ],
48
48
  "dependencies": {
49
- "@xylabs/assert": "~6.0.10",
50
- "@xylabs/logger": "~6.0.10",
51
- "@xylabs/typeof": "~6.0.10"
49
+ "@xylabs/typeof": "~6.1.1",
50
+ "@xylabs/assert": "~6.1.1",
51
+ "@xylabs/logger": "~6.1.1"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/body-parser": "^1.19.6",
55
55
  "@types/connect": "^3.4.38",
56
56
  "@types/express-serve-static-core": "^5.1.1",
57
57
  "@types/node": "^25.9.2",
58
- "@xylabs/toolchain": "^8.1.16",
59
- "@xylabs/tsconfig": "^8.1.16",
58
+ "@xylabs/toolchain": "^8.1.20",
59
+ "@xylabs/tsconfig": "^8.1.20",
60
60
  "body-parser": "^2.2.2",
61
61
  "connect": "^3.7.0",
62
62
  "eslint": "^10.4.1",
@@ -68,7 +68,7 @@
68
68
  "winston": "^3.19.0",
69
69
  "winston-transport": "^4.9.0",
70
70
  "zod": "^4.4.3",
71
- "@xylabs/vitest-extended": "~6.0.10"
71
+ "@xylabs/vitest-extended": "~6.1.1"
72
72
  },
73
73
  "peerDependencies": {
74
74
  "body-parser": "^2.2",