@xylabs/express 4.7.13 → 4.7.15
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/README.md +9 -9
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[![logo][]](https://xylabs.com)
|
|
2
2
|
|
|
3
|
-
# @xylabs/
|
|
3
|
+
# @xylabs/express
|
|
4
4
|
|
|
5
5
|
[![main-build][]][main-build-link]
|
|
6
6
|
[![npm-badge][]][npm-link]
|
|
@@ -25,13 +25,13 @@ SDK for base code for Api repos that use express and deploy on AWS ECS
|
|
|
25
25
|
Using npm:
|
|
26
26
|
|
|
27
27
|
```sh
|
|
28
|
-
npm i --save @xylabs/
|
|
28
|
+
npm i --save @xylabs/express
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
Using yarn:
|
|
32
32
|
|
|
33
33
|
```sh
|
|
34
|
-
yarn add @xylabs/
|
|
34
|
+
yarn add @xylabs/express
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
## Scripts
|
|
@@ -52,11 +52,11 @@ See the [LICENSE](LICENSE) file for license details
|
|
|
52
52
|
[Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)
|
|
53
53
|
|
|
54
54
|
[logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
|
|
55
|
-
[main-build]: https://github.com/xylabs/
|
|
56
|
-
[main-build-link]: https://github.com/xylabs/
|
|
57
|
-
[npm-badge]: https://img.shields.io/npm/v/@xylabs/
|
|
58
|
-
[npm-link]: https://www.npmjs.com/package/@xylabs/
|
|
55
|
+
[main-build]: https://github.com/xylabs/express/actions/workflows/build.yml/badge.svg
|
|
56
|
+
[main-build-link]: https://github.com/xylabs/express/actions/workflows/build.yml
|
|
57
|
+
[npm-badge]: https://img.shields.io/npm/v/@xylabs/express.svg
|
|
58
|
+
[npm-link]: https://www.npmjs.com/package/@xylabs/express
|
|
59
59
|
[codacy-badge]: https://app.codacy.com/project/badge/Grade/84270ff9f2aa4a669269191b715aa8d7
|
|
60
|
-
[codacy-link]: https://www.codacy.com/gh/xylabs/
|
|
60
|
+
[codacy-link]: https://www.codacy.com/gh/xylabs/express/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/express&utm_campaign=Badge_Grade
|
|
61
61
|
[codeclimate-badge]: https://api.codeclimate.com/v1/badges/1c8255608f551b2119d6/maintainability
|
|
62
|
-
[codeclimate-link]: https://codeclimate.com/github/xylabs/
|
|
62
|
+
[codeclimate-link]: https://codeclimate.com/github/xylabs/express/maintainability
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/express",
|
|
3
|
-
"version": "4.7.
|
|
3
|
+
"version": "4.7.15",
|
|
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,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@aws-sdk/client-secrets-manager": "^3.777.0",
|
|
49
|
-
"@xylabs/assert": "^4.7.
|
|
49
|
+
"@xylabs/assert": "^4.7.15",
|
|
50
50
|
"body-parser": "^2.2.0",
|
|
51
51
|
"express-mung": "^0.5.1",
|
|
52
52
|
"http-status-codes": "^2.3.0",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@types/node": "^22.13.14",
|
|
65
65
|
"@xylabs/ts-scripts-yarn3": "^6.1.12",
|
|
66
66
|
"@xylabs/tsconfig": "^6.1.12",
|
|
67
|
-
"@xylabs/vitest-extended": "^4.7.
|
|
67
|
+
"@xylabs/vitest-extended": "^4.7.15",
|
|
68
68
|
"body-parser": "^2.2.0",
|
|
69
69
|
"express": "^4.21.2",
|
|
70
70
|
"express-mung": "^0.5.1",
|