@adobe/acc-js-sdk
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -8,4 +8,9 @@ # Adobe Campaign Classic (ACC) SDK in JavaScript (node.js and browser) | ||
## Version 1.1.5 | ||
_2022/07/07__ | ||
* The SOAP method name was not showing up properly in the Chrome console | ||
## Version 1.1.4 | ||
_2022/06/xx_ | ||
_2022/07/07__ | ||
@@ -12,0 +17,0 @@ * Added `application.version` which returns the server version in the format major.minor.servicePack (ex: 8.2.10) |
{ | ||
"name": "@adobe/acc-js-sdk", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "ACC Javascript SDK", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -603,3 +603,3 @@ /* | ||
const noMethodInURL = !!this._pushDownOptions.noMethodInURL; | ||
const actualUrl = noMethodInURL ? url : `${url}?${this.urn}#${this.methodName}`; | ||
const actualUrl = noMethodInURL ? url : `${url}?${this.urn}:${this.methodName}`; | ||
@@ -606,0 +606,0 @@ // Prepare request and empty response objects |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1325013