@graffy/server
Advanced tools
Comparing version 0.8.1 to 0.8.2
@@ -37,2 +37,4 @@ "use strict"; | ||
return stack[0]; | ||
} | ||
} | ||
module.exports = exports.default; |
@@ -172,2 +172,5 @@ "use strict"; | ||
); | ||
} // TODO: Write tests! | ||
} // TODO: Write tests! | ||
module.exports = exports.default; |
@@ -5,3 +5,3 @@ { | ||
"author": "aravind (https://github.com/aravindet)", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"repository": { | ||
@@ -11,3 +11,6 @@ "type": "git", | ||
}, | ||
"license": "Apache-2.0" | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@babel/runtime-corejs3": "^7.4.5" | ||
} | ||
} |
6809
161
1
+ Added@babel/runtime-corejs3@7.26.0(transitive)
+ Addedcore-js-pure@3.40.0(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)