@basis-theory/basis-theory-js
Advanced tools
Comparing version 1.22.1 to 1.22.2
{ | ||
"name": "@basis-theory/basis-theory-js", | ||
"version": "1.22.1", | ||
"version": "1.22.2", | ||
"repository": "https://github.com/Basis-Theory/basis-theory-js", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -27,4 +27,6 @@ "use strict"; | ||
[_common.API_KEY_HEADER]: apiKey, | ||
[_common.USER_AGENT_HEADER]: (0, _common.buildUserAgentString)(appInfo), | ||
[_common.CLIENT_USER_AGENT_HEADER]: (0, _common.buildClientUserAgentString)(appInfo) | ||
[_common.CLIENT_USER_AGENT_HEADER]: (0, _common.buildClientUserAgentString)(appInfo), | ||
...(typeof window === 'undefined' && { | ||
[_common.USER_AGENT_HEADER]: (0, _common.buildUserAgentString)(appInfo) | ||
}) | ||
}, | ||
@@ -31,0 +33,0 @@ |
87087
1638