@bitblit/ratchet-epsilon-common 4.0.130-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,12 +1,14 @@
|
|
|
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": {
|
|
7
7
|
"epsilon-cli": "./bin/cli.js"
|
|
8
8
|
},
|
|
9
9
|
"type": "module",
|
|
10
|
+
"module": "./lib/index.mjs",
|
|
11
|
+
"types": "./lib/index.d.ts",
|
|
10
12
|
"files": [
|
|
11
13
|
"lib/*",
|
|
12
14
|
"bin/*"
|
|
@@ -67,16 +69,16 @@
|
|
|
67
69
|
},
|
|
68
70
|
"license": "Apache-2.0",
|
|
69
71
|
"dependencies": {
|
|
70
|
-
"@aws-sdk/client-s3": "3.
|
|
71
|
-
"@aws-sdk/client-sns": "3.
|
|
72
|
-
"@aws-sdk/client-sqs": "3.
|
|
73
|
-
"@bitblit/ratchet-aws": "4.0.
|
|
74
|
-
"@bitblit/ratchet-common": "4.0.
|
|
75
|
-
"@bitblit/ratchet-misc": "4.0.
|
|
76
|
-
"@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",
|
|
77
79
|
"clear": "0.1.0",
|
|
78
80
|
"commander": "10.0.1",
|
|
79
|
-
"cross-fetch": "3.1.
|
|
81
|
+
"cross-fetch": "3.1.6",
|
|
80
82
|
"js-yaml": "4.1.0",
|
|
81
83
|
"jsonwebtoken": "9.0.0",
|
|
82
84
|
"jwks-rsa": "3.0.1",
|
|
@@ -112,15 +114,14 @@
|
|
|
112
114
|
"ws": "^8.12.0",
|
|
113
115
|
"y18n": "^5.0.8"
|
|
114
116
|
},
|
|
115
|
-
"peerDependencies": {
|
|
116
|
-
},
|
|
117
|
+
"peerDependencies": {},
|
|
117
118
|
"peerDependenciesMeta": {
|
|
118
119
|
"graphql": {
|
|
119
120
|
"optional": true
|
|
120
121
|
}
|
|
121
122
|
},
|
|
122
123
|
"devDependencies": {
|
|
123
|
-
"@bitblit/ratchet-jest": "4.0.
|
|
124
|
+
"@bitblit/ratchet-jest": "4.0.133-alpha",
|
|
124
125
|
"@types/aws-lambda": "8.10.115",
|
|
125
126
|
"apollo-server-lambda": "3.12.0",
|
|
126
127
|
"aws-sdk-client-mock": "2.1.1",
|