@stone-js/aws-lambda-http-adapter 0.8.1 → 0.8.3
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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stone-js/aws-lambda-http-adapter",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.3",
|
|
4
4
|
"description": "Official AWS Lambda HTTP adapter for Stone.js. Run your Stone.js apps on AWS Lambda behind API Gateway with full Continuum lifecycle support.",
|
|
5
5
|
"author": "Mr. Stone <evensstone@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
"node": ">=18.17.0"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"@stone-js/core": "0.8.
|
|
54
|
-
"@stone-js/env": "0.8.
|
|
55
|
-
"@stone-js/filesystem": "0.8.
|
|
56
|
-
"@stone-js/http-core": "0.8.
|
|
53
|
+
"@stone-js/core": "0.8.3",
|
|
54
|
+
"@stone-js/env": "0.8.3",
|
|
55
|
+
"@stone-js/filesystem": "0.8.3",
|
|
56
|
+
"@stone-js/http-core": "0.8.3"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"accepts": "^1.3.8",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"proxy-addr": "^2.0.7",
|
|
64
64
|
"statuses": "^2.0.1",
|
|
65
65
|
"type-is": "^2.0.1",
|
|
66
|
-
"@stone-js/config": "0.8.
|
|
66
|
+
"@stone-js/config": "0.8.3"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@commitlint/cli": "^19.6.1",
|