@adobe/acc-js-sdk 1.1.55 → 1.1.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@adobe/acc-js-sdk",
3
- "version": "1.1.55",
3
+ "version": "1.1.56",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@adobe/acc-js-sdk",
9
- "version": "1.1.55",
9
+ "version": "1.1.56",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
12
  "axios": "^1.7.8",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/acc-js-sdk",
3
- "version": "1.1.55",
3
+ "version": "1.1.56",
4
4
  "description": "ACC Javascript SDK",
5
5
  "main": "src/index.js",
6
6
  "homepage": "https://github.com/adobe/acc-js-sdk#readme",
@@ -169,7 +169,9 @@ governing permissions and limitations under the License.
169
169
  let jsonCache;
170
170
  if (this._lastTime === undefined || this._buildNumber === undefined) {
171
171
  jsonCache = {
172
- [this._cacheSchemaId]: {}
172
+ [this._cacheSchemaId]: {
173
+ [`xmlns:${namespace}`]: `urn:${this._cacheSchemaId}`
174
+ }
173
175
  };
174
176
  } else {
175
177
  jsonCache = {