@bitblit/ratchet-epsilon-common 4.0.132-alpha → 4.0.133-alpha
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/lib/local-server.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
1
|
+
/// <reference types="node" resolution-mode="require"/>
|
|
2
2
|
import { APIGatewayEvent, Context, ProxyResult } from 'aws-lambda';
|
|
3
3
|
import { IncomingMessage, ServerResponse } from 'http';
|
|
4
4
|
import { EpsilonGlobalHandler } from './epsilon-global-handler.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitblit/ratchet-epsilon-common",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.133-alpha",
|
|
4
4
|
"description": "Tiny adapter to simplify building API gateway Lambda APIS",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"bin": {
|
|
@@ -69,16 +69,16 @@
|
|
|
69
69
|
},
|
|
70
70
|
"license": "Apache-2.0",
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@aws-sdk/client-s3": "3.
|
|
73
|
-
"@aws-sdk/client-sns": "3.
|
|
74
|
-
"@aws-sdk/client-sqs": "3.
|
|
75
|
-
"@bitblit/ratchet-aws": "4.0.
|
|
76
|
-
"@bitblit/ratchet-common": "4.0.
|
|
77
|
-
"@bitblit/ratchet-misc": "4.0.
|
|
78
|
-
"@bitblit/ratchet-node-only": "4.0.
|
|
72
|
+
"@aws-sdk/client-s3": "3.337.0",
|
|
73
|
+
"@aws-sdk/client-sns": "3.337.0",
|
|
74
|
+
"@aws-sdk/client-sqs": "3.337.0",
|
|
75
|
+
"@bitblit/ratchet-aws": "4.0.133-alpha",
|
|
76
|
+
"@bitblit/ratchet-common": "4.0.133-alpha",
|
|
77
|
+
"@bitblit/ratchet-misc": "4.0.133-alpha",
|
|
78
|
+
"@bitblit/ratchet-node-only": "4.0.133-alpha",
|
|
79
79
|
"clear": "0.1.0",
|
|
80
80
|
"commander": "10.0.1",
|
|
81
|
-
"cross-fetch": "3.1.
|
|
81
|
+
"cross-fetch": "3.1.6",
|
|
82
82
|
"js-yaml": "4.1.0",
|
|
83
83
|
"jsonwebtoken": "9.0.0",
|
|
84
84
|
"jwks-rsa": "3.0.1",
|
|
@@ -114,15 +114,14 @@
|
|
|
114
114
|
"ws": "^8.12.0",
|
|
115
115
|
"y18n": "^5.0.8"
|
|
116
116
|
},
|
|
117
|
-
"peerDependencies": {
|
|
118
|
-
},
|
|
117
|
+
"peerDependencies": {},
|
|
119
118
|
"peerDependenciesMeta": {
|
|
120
119
|
"graphql": {
|
|
121
120
|
"optional": true
|
|
122
121
|
}
|
|
123
122
|
},
|
|
124
123
|
"devDependencies": {
|
|
125
|
-
"@bitblit/ratchet-jest": "4.0.
|
|
124
|
+
"@bitblit/ratchet-jest": "4.0.133-alpha",
|
|
126
125
|
"@types/aws-lambda": "8.10.115",
|
|
127
126
|
"apollo-server-lambda": "3.12.0",
|
|
128
127
|
"aws-sdk-client-mock": "2.1.1",
|