@atomist/rug
Advanced tools
Comparing version 0.25.0 to 0.25.1
@@ -123,10 +123,6 @@ import { GraphNode, TreeNode, PathExpressionEngine, PathExpression, Match } from "../tree/PathExpression" | ||
interface Response<T> { | ||
msg(): string | ||
code(): number | ||
status(): Status | ||
body(): T | ||
msg: string | ||
code: number | ||
status: Status | ||
body: T | ||
} | ||
@@ -133,0 +129,0 @@ |
{ | ||
"name": "@atomist/rug", | ||
"version": "0.25.0", | ||
"version": "0.25.1", | ||
"description": "TypeScript model for Atomist editors, generators etc", | ||
@@ -5,0 +5,0 @@ "repository": { |
269067