@creator.co/wapi 1.7.10-alpha.2 → 1.7.10
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 +2 -0
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
**WAPI** is a powerful API wrapper designed to streamline web application development. It offers opinionated abstractions, simplifying common web development tasks. At its core, WAPI revolves around the concept of **transactions**, which can be applied in diverse scenarios, including handling async events, managing message queues, running AWS Lambda functions, and creating hybrid HTTP servers that seamlessly blend serverless and container-based approaches.
|
|
4
4
|
|
|
5
|
+
[Documentation available here](https://creator-co.github.io/Wapi)
|
|
6
|
+
|
|
5
7
|
-    
|
|
6
8
|
- 
|
|
7
9
|
- 
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@creator.co/wapi",
|
|
3
|
-
"version": "1.7.10
|
|
3
|
+
"version": "1.7.10",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"license": "ISC",
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-sdk/client-dynamodb": "^3.574.0",
|
|
23
|
-
"@aws-sdk/client-kms": "^3.
|
|
24
|
-
"@aws-sdk/client-secrets-manager": "^3.
|
|
25
|
-
"@aws-sdk/client-ses": "^3.
|
|
26
|
-
"@aws-sdk/client-sns": "^3.
|
|
27
|
-
"@aws-sdk/client-ssm": "^3.
|
|
28
|
-
"@aws-sdk/credential-provider-node": "^3.
|
|
23
|
+
"@aws-sdk/client-kms": "^3.637.0",
|
|
24
|
+
"@aws-sdk/client-secrets-manager": "^3.637.0",
|
|
25
|
+
"@aws-sdk/client-ses": "^3.637.0",
|
|
26
|
+
"@aws-sdk/client-sns": "^3.637.0",
|
|
27
|
+
"@aws-sdk/client-ssm": "^3.637.0",
|
|
28
|
+
"@aws-sdk/credential-provider-node": "^3.637.0",
|
|
29
29
|
"@aws-sdk/util-dynamodb": "^3.637.0",
|
|
30
30
|
"@smithy/node-http-handler": "^3.0.0",
|
|
31
31
|
"@types/email-templates": "^10.0.1",
|
|
@@ -47,22 +47,22 @@
|
|
|
47
47
|
"parse-duration": "^1.1.0",
|
|
48
48
|
"path-to-regexp": "^6.2.2",
|
|
49
49
|
"pg": "^8.11.3",
|
|
50
|
-
"redis": "^4.
|
|
50
|
+
"redis": "^4.7.0",
|
|
51
51
|
"sha1": "^1.1.1",
|
|
52
52
|
"stack-trace": "0.0.10",
|
|
53
53
|
"zod": "^3.23.4"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@jest/globals": "^29.7.0",
|
|
57
|
-
"@types/aws-lambda": "^8.10.
|
|
58
|
-
"@types/chai": "^4.3.
|
|
57
|
+
"@types/aws-lambda": "^8.10.145",
|
|
58
|
+
"@types/chai": "^4.3.19",
|
|
59
59
|
"@types/cors": "^2.8.15",
|
|
60
60
|
"@types/express": "^4.17.19",
|
|
61
61
|
"@types/jest": "^29.5.12",
|
|
62
62
|
"@types/jsonwebtoken": "^9.0.3",
|
|
63
63
|
"@types/node": "^20.12.7",
|
|
64
64
|
"@types/path-to-regexp": "^1.7.0",
|
|
65
|
-
"@types/pg": "^8.11.
|
|
65
|
+
"@types/pg": "^8.11.7",
|
|
66
66
|
"@types/supertest": "^6.0.2",
|
|
67
67
|
"@typescript-eslint/eslint-plugin": "^7.7.1",
|
|
68
68
|
"@typescript-eslint/parser": "^7.7.1",
|
|
@@ -72,14 +72,14 @@
|
|
|
72
72
|
"eslint": "^8.48.0",
|
|
73
73
|
"eslint-config-prettier": "^9.0.0",
|
|
74
74
|
"eslint-plugin-import": "^2.28.1",
|
|
75
|
-
"eslint-plugin-prettier": "^5.
|
|
75
|
+
"eslint-plugin-prettier": "^5.2.1",
|
|
76
76
|
"eslint-plugin-require-extensions": "^0.1.3",
|
|
77
77
|
"jest": "^29.7.0",
|
|
78
78
|
"jest-junit": "^16.0.0",
|
|
79
|
-
"prettier": "^3.
|
|
79
|
+
"prettier": "^3.3.3",
|
|
80
80
|
"supertest": "^6.3.3",
|
|
81
|
-
"ts-jest": "^29.
|
|
81
|
+
"ts-jest": "^29.2.5",
|
|
82
82
|
"ts-node": "^10.9.1",
|
|
83
|
-
"typescript": "^5.4
|
|
83
|
+
"typescript": "^5.5.4"
|
|
84
84
|
}
|
|
85
85
|
}
|