@cumulusds/aws-apig-bypass 0.2.0 → 0.2.1
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.
|
@@ -18,7 +18,7 @@ jobs:
|
|
|
18
18
|
- name: Checkout
|
|
19
19
|
uses: actions/checkout@v2
|
|
20
20
|
- name: Install Node ${{ matrix.node }}
|
|
21
|
-
uses: actions/setup-node@v2.1.
|
|
21
|
+
uses: actions/setup-node@v2.1.5
|
|
22
22
|
with:
|
|
23
23
|
node-version: ${{ matrix.node }}
|
|
24
24
|
- name: Install NPM credentials
|
|
@@ -28,7 +28,7 @@ jobs:
|
|
|
28
28
|
- name: Get yarn cache
|
|
29
29
|
id: yarn-cache
|
|
30
30
|
run: echo "::set-output name=dir::$(yarn cache dir)"
|
|
31
|
-
- uses: actions/cache@v2.1.
|
|
31
|
+
- uses: actions/cache@v2.1.4
|
|
32
32
|
with:
|
|
33
33
|
path: ${{ steps.yarn-cache.outputs.dir }}
|
|
34
34
|
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
|
@@ -62,7 +62,7 @@ jobs:
|
|
|
62
62
|
- name: Checkout
|
|
63
63
|
uses: actions/checkout@v2
|
|
64
64
|
- name: Install Node 14
|
|
65
|
-
uses: actions/setup-node@v2.1.
|
|
65
|
+
uses: actions/setup-node@v2.1.5
|
|
66
66
|
with:
|
|
67
67
|
node-version: 14
|
|
68
68
|
- name: Install NPM credentials
|
|
@@ -72,7 +72,7 @@ jobs:
|
|
|
72
72
|
- name: Get yarn cache
|
|
73
73
|
id: yarn-cache
|
|
74
74
|
run: echo "::set-output name=dir::$(yarn cache dir)"
|
|
75
|
-
- uses: actions/cache@v2.1.
|
|
75
|
+
- uses: actions/cache@v2.1.4
|
|
76
76
|
with:
|
|
77
77
|
path: ${{ steps.yarn-cache.outputs.dir }}
|
|
78
78
|
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cumulusds/aws-apig-bypass",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Client for API Gateway handlers, bypassing API Gateway by directly invoking the Lambda",
|
|
5
5
|
"repository": "https://github.com/CumulusDS/aws-apig-bypass",
|
|
6
6
|
"author": "Cumulus Digital Systems",
|
|
@@ -52,10 +52,7 @@
|
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
|
-
"dependencies": {
|
|
56
|
-
"@cumulusds/flow-aws-sdk": "^2.818.0",
|
|
57
|
-
"flow-aws-lambda": "CumulusDS/flow-aws-lambda#ef1bd9a0342e55a0e9e1b225bdbc2a3c2a4d5632"
|
|
58
|
-
},
|
|
55
|
+
"dependencies": {},
|
|
59
56
|
"devDependencies": {
|
|
60
57
|
"@babel/cli": "^7.0.0",
|
|
61
58
|
"@babel/core": "^7.7.4",
|
|
@@ -63,6 +60,7 @@
|
|
|
63
60
|
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
|
|
64
61
|
"@babel/preset-env": "^7.0.0",
|
|
65
62
|
"@babel/preset-flow": "^7.0.0",
|
|
63
|
+
"@cumulusds/flow-aws-sdk": "^2.818.0",
|
|
66
64
|
"babel-eslint": "10.0.3",
|
|
67
65
|
"babel-jest": "^24.9.0",
|
|
68
66
|
"eslint": "^7.5.0",
|
|
@@ -72,6 +70,7 @@
|
|
|
72
70
|
"eslint-plugin-import": "2.18.2",
|
|
73
71
|
"eslint-plugin-jest": "^21.15.1",
|
|
74
72
|
"eslint-plugin-prettier": "^2.6.0",
|
|
73
|
+
"flow-aws-lambda": "^1.0.6",
|
|
75
74
|
"flow-bin": "^0.141.0",
|
|
76
75
|
"flow-copy-source": "^2.0.9",
|
|
77
76
|
"flow-coverage-report": "^0.8.0",
|