Skip to content

Commit c831e80

Browse files
committed
Update simplify sdk
1 parent 9f0a918 commit c831e80

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

graphql/deployment-package.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"private": true,
2626
"devDependencies": {
2727
"dotenv": "8.2.0",
28-
"simplify-sdk": "^0.1.40",
28+
"simplify-sdk": "^0.1.49",
2929
"simplify-secops": "^0.1.5"
3030
}
3131
}

graphql/lambda/package.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"dotenv": "8.2.0",
29-
"simplify-sdk": "^0.1.40",
29+
"simplify-sdk": "^0.1.49",
3030
"aws-sdk": "^2.713.0",
3131
"adm-zip": "^0.4.16",
3232
"@babel/cli": "^7.10.4",

graphql/package.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"webpack": "^4.43.0",
5353
"webpack-cli": "^3.3.12",
5454
"webpack-node-externals": "^2.3.0",
55-
"simplify-sdk": "^0.1.40",
55+
"simplify-sdk": "^0.1.49",
5656
"mocha": "^8.0.1",
5757
"nyc": "^15.1.0",
5858
"chai": "^4.2.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simplify-templates",
3-
"version": "0.1.46",
3+
"version": "0.1.47",
44
"description": "Simplify graphql-templates for code generation",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)