@jaypie/express 1.2.4-rc20 → 1.2.4-rc22

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jaypie/express",
3
- "version": "1.2.4-rc20",
3
+ "version": "1.2.4-rc22",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/finlaysonstudio/jaypie.git"
@@ -29,7 +29,7 @@
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
31
  "docker:invoke:v2": "curl -s -X POST 'http://localhost:9000/2015-03-31/functions/function/invocations' -d @docker/events/function-url-v2.json",
32
- "docker:run": "docker run --rm -p 9000:8080 jaypie-express-lambda",
32
+ "docker:run": "docker stop lambda-test 2>/dev/null; docker run --rm --name lambda-test -p 9000:8080 jaypie-express-lambda",
33
33
  "format": "npm run format:package && npm run format:lint",
34
34
  "format:lint": "eslint --fix .",
35
35
  "format:package": "sort-package-json ./package.json",