@basis-theory/basis-theory-js
Advanced tools
Comparing version 4.20.0 to 4.21.0
@@ -74,3 +74,3 @@ "use strict"; | ||
baseUrl = baseUrlObject.toString().replace(/\/$/u, ''); | ||
baseUrl = `${baseUrlObject.toString().replace(/\/$/u, '')}/`; | ||
} catch { | ||
@@ -77,0 +77,0 @@ throw new Error('Invalid format for the given API base url.'); |
@@ -31,3 +31,3 @@ "use strict"; | ||
exports.DD_TOKEN = DD_TOKEN; | ||
const DD_GIT_SHA = "82687839b3e74ee9466184449c528d4f323b7c1f"; | ||
const DD_GIT_SHA = "4fe9c4a1cdb6e43934ba20dcc12b4587b9af8289"; | ||
exports.DD_GIT_SHA = DD_GIT_SHA; | ||
@@ -34,0 +34,0 @@ const CLIENT_BASE_PATHS = { |
{ | ||
"name": "@basis-theory/basis-theory-js", | ||
"version": "4.20.0", | ||
"version": "4.21.0", | ||
"repository": "https://github.com/Basis-Theory/basis-theory-js", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -11,2 +11,3 @@ import { CreditCardType } from './cardTypes'; | ||
useNgApi: boolean | undefined; | ||
useSameOriginApi: boolean | undefined; | ||
disableTelemetry?: boolean | undefined; | ||
@@ -13,0 +14,0 @@ } |
192949
4315