Comparing version 0.6.0 to 0.6.1
@@ -477,3 +477,3 @@ "use strict"; | ||
var relation = _a[_i]; | ||
var segment = new ApiRequest_1.EntryPathSegment(relation.to, 'TBD', null); | ||
var segment = new ApiRequest_1.EntryPathSegment(relation.to, 'TBD', relation); | ||
var embedRequest = new ApiRequest_1.ApiRequest(request.api); | ||
@@ -480,0 +480,0 @@ embedRequest.path.add(segment); |
{ | ||
"name": "api-core", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Model-based dynamic multi-level APIs for any provider, plus multiple consumption channels", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -410,3 +410,3 @@ import {QueryStep, ApiQueryScope, ApiQuery} from "./ApiQuery"; | ||
// what we build now is only an execution plan. | ||
const segment = new EntryPathSegment(relation.to, 'TBD', null); | ||
const segment = new EntryPathSegment(relation.to, 'TBD', relation); | ||
@@ -413,0 +413,0 @@ const embedRequest = new ApiRequest(request.api); |
Sorry, the diff of this file is not supported yet
681700