@jaypie/express 1.2.4-rc23 → 1.2.4-rc24
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/dist/cjs/getCurrentInvokeUuid.adapter.d.ts +2 -2
- package/dist/cjs/index.cjs +14 -164
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.d.ts +0 -2
- package/dist/esm/getCurrentInvokeUuid.adapter.d.ts +2 -2
- package/dist/esm/index.d.ts +0 -2
- package/dist/esm/index.js +14 -163
- package/dist/esm/index.js.map +1 -1
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jaypie/express",
|
|
3
|
-
"version": "1.2.4-
|
|
3
|
+
"version": "1.2.4-rc24",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/finlaysonstudio/jaypie.git"
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"docker:invoke": "curl -s -X POST 'http://localhost:9000/2015-03-31/functions/function/invocations' -d @docker/events/api-gateway-v1-get.json",
|
|
29
29
|
"docker:invoke:404": "curl -s -X POST 'http://localhost:9000/2015-03-31/functions/function/invocations' -d @docker/events/api-gateway-v1-404.json",
|
|
30
30
|
"docker:invoke:echo": "curl -s -X POST 'http://localhost:9000/2015-03-31/functions/function/invocations' -d @docker/events/api-gateway-v1-post.json",
|
|
31
|
+
"docker:invoke:stream": "curl -s -X POST 'http://localhost:9000/2015-03-31/functions/function/invocations' -d @docker/events/api-gateway-v1-stream.json",
|
|
31
32
|
"docker:invoke:v2": "curl -s -X POST 'http://localhost:9000/2015-03-31/functions/function/invocations' -d @docker/events/function-url-v2.json",
|
|
32
33
|
"docker:run": "docker stop lambda-test 2>/dev/null; docker run --rm --name lambda-test -p 9000:8080 jaypie-express-lambda",
|
|
33
34
|
"format": "npm run format:package && npm run format:lint",
|