deep-core
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -25,2 +25,3 @@ /** | ||
key: 'identifier', | ||
// @todo replace legacy name with new one 'apigateway' when it will be available | ||
@@ -168,3 +169,3 @@ /** | ||
get: function get() { | ||
return 'apigateway'; | ||
return 'execute-api'; | ||
} | ||
@@ -171,0 +172,0 @@ }]); |
{ | ||
"name": "deep-core", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "DEEP Core Library", | ||
@@ -63,4 +63,4 @@ "keywords": [ | ||
"chai": "3.2.*", | ||
"sinon": "1.17.0", | ||
"sinon-chai": "2.8.0" | ||
"sinon": "1.17.*", | ||
"sinon-chai": "2.8.*" | ||
}, | ||
@@ -67,0 +67,0 @@ "preferGlobal": false, |
77119
1671