Comparing version 0.28.0 to 0.29.0
@@ -208,3 +208,3 @@ import es6Promise from 'es6-promise'; | ||
var defaultProperties$7 = ['id', 'body']; | ||
var defaultProperties$7 = ['id', 'body', 'artifact_id']; | ||
@@ -492,3 +492,3 @@ var post = Object.freeze({ | ||
var defaultProperties$20 = ['id', 'name', 'topic']; | ||
var defaultProperties$20 = ['id', 'name', 'topic', 'champion_id']; | ||
@@ -891,2 +891,7 @@ var space = Object.freeze({ | ||
if (optionsHasQuery(options)) { | ||
var qs = stringify(options.query); | ||
basePath = concat(basePath, qs); | ||
} | ||
basePath = concat(basePath, { from: from, to: to }); | ||
@@ -893,0 +898,0 @@ |
{ | ||
"name": "supergloo", | ||
"version": "0.28.0", | ||
"version": "0.29.0", | ||
"description": "Easily work with data on the Gloo platform", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
277672
8284