blueprint-transactions
Advanced tools
Comparing version 0.0.1 to 0.0.2
# Change Log | ||
## 0.0.2 | ||
Removed leftover handling of multiple blueprints from original Dredd codebase | ||
## 0.0.1 | ||
Initial release |
@@ -6,8 +6,4 @@ // Generated by CoffeeScript 1.9.3 | ||
name = ''; | ||
if (this.multiBlueprint) { | ||
name += origin['apiName']; | ||
} | ||
if (this.multiBlueprint) { | ||
name += ' > '; | ||
} | ||
name += origin['apiName']; | ||
name += ' > '; | ||
if (origin['resourceGroupName'] !== "") { | ||
@@ -14,0 +10,0 @@ name += origin['resourceGroupName']; |
{ | ||
"name": "blueprint-transactions", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Compile HTTP transactions (request-response pairs) from API Blueprint AST", | ||
@@ -5,0 +5,0 @@ "main": "lib/blueprint-transactions.js", |
529085
984