@obelisk/client
Advanced tools
Comparing version 2.10.1 to 2.10.2
@@ -258,3 +258,3 @@ "use strict"; | ||
util_1.Logger.debug(uri, 'AJAX'); | ||
if (!util_1.InternalUtils.isTPageCompatible(this, uri, apiVersion)) { | ||
if (apiVersion === 'v2' || !util_1.InternalUtils.isTPageCompatible(this, uri, apiVersion)) { | ||
return api_1.Endpoint.create(this, uri, apiVersion); | ||
@@ -261,0 +261,0 @@ } |
{ | ||
"name": "@obelisk/client", | ||
"version": "2.10.1", | ||
"version": "2.10.2", | ||
"description": "Typescript client to interact with Obelisk on a higher level than the regular ReST API calls.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
92547