@adobe/acc-js-sdk 1.1.54 → 1.1.55
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/docs/changeLog.html +10 -0
- package/package-lock.json +81 -366
- package/package.json +1 -1
- package/src/cacheRefresher.js +7 -2
package/docs/changeLog.html
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
layout: page
|
|
3
3
|
title: Change Log
|
|
4
4
|
---
|
|
5
|
+
<section class="changelog"><h1>Version 1.1.55</h1>
|
|
6
|
+
<h2>2025/01/27</h2>
|
|
7
|
+
<li>
|
|
8
|
+
Bumped dependencies version to fix vulnerabilities
|
|
9
|
+
</li>
|
|
10
|
+
<li>
|
|
11
|
+
GetModifiedEntities API XML payload was not fully valid (missing XML namespace)
|
|
12
|
+
</li>
|
|
13
|
+
</section>
|
|
14
|
+
|
|
5
15
|
<section class="changelog"><h1>Version 1.1.54</h1>
|
|
6
16
|
<h2>2025/01/27</h2>
|
|
7
17
|
<li>
|
package/package-lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/acc-js-sdk",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.55",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@adobe/acc-js-sdk",
|
|
9
|
-
"version": "1.1.
|
|
9
|
+
"version": "1.1.55",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"axios": "^1.7.8",
|
|
@@ -35,89 +35,19 @@
|
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"node_modules/@babel/code-frame": {
|
|
38
|
-
"version": "7.
|
|
39
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.
|
|
40
|
-
"integrity": "sha512-
|
|
38
|
+
"version": "7.27.1",
|
|
39
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
|
|
40
|
+
"integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
|
|
41
41
|
"dev": true,
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@babel/
|
|
44
|
-
"
|
|
43
|
+
"@babel/helper-validator-identifier": "^7.27.1",
|
|
44
|
+
"js-tokens": "^4.0.0",
|
|
45
|
+
"picocolors": "^1.1.1"
|
|
45
46
|
},
|
|
46
47
|
"engines": {
|
|
47
48
|
"node": ">=6.9.0"
|
|
48
49
|
}
|
|
49
50
|
},
|
|
50
|
-
"node_modules/@babel/code-frame/node_modules/ansi-styles": {
|
|
51
|
-
"version": "3.2.1",
|
|
52
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
|
53
|
-
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
|
|
54
|
-
"dev": true,
|
|
55
|
-
"dependencies": {
|
|
56
|
-
"color-convert": "^1.9.0"
|
|
57
|
-
},
|
|
58
|
-
"engines": {
|
|
59
|
-
"node": ">=4"
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
|
-
"node_modules/@babel/code-frame/node_modules/chalk": {
|
|
63
|
-
"version": "2.4.2",
|
|
64
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
|
65
|
-
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
|
|
66
|
-
"dev": true,
|
|
67
|
-
"dependencies": {
|
|
68
|
-
"ansi-styles": "^3.2.1",
|
|
69
|
-
"escape-string-regexp": "^1.0.5",
|
|
70
|
-
"supports-color": "^5.3.0"
|
|
71
|
-
},
|
|
72
|
-
"engines": {
|
|
73
|
-
"node": ">=4"
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
"node_modules/@babel/code-frame/node_modules/color-convert": {
|
|
77
|
-
"version": "1.9.3",
|
|
78
|
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
|
|
79
|
-
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
|
|
80
|
-
"dev": true,
|
|
81
|
-
"dependencies": {
|
|
82
|
-
"color-name": "1.1.3"
|
|
83
|
-
}
|
|
84
|
-
},
|
|
85
|
-
"node_modules/@babel/code-frame/node_modules/color-name": {
|
|
86
|
-
"version": "1.1.3",
|
|
87
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
|
88
|
-
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
|
|
89
|
-
"dev": true
|
|
90
|
-
},
|
|
91
|
-
"node_modules/@babel/code-frame/node_modules/escape-string-regexp": {
|
|
92
|
-
"version": "1.0.5",
|
|
93
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
94
|
-
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
|
|
95
|
-
"dev": true,
|
|
96
|
-
"engines": {
|
|
97
|
-
"node": ">=0.8.0"
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
"node_modules/@babel/code-frame/node_modules/has-flag": {
|
|
101
|
-
"version": "3.0.0",
|
|
102
|
-
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
|
|
103
|
-
"integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
|
|
104
|
-
"dev": true,
|
|
105
|
-
"engines": {
|
|
106
|
-
"node": ">=4"
|
|
107
|
-
}
|
|
108
|
-
},
|
|
109
|
-
"node_modules/@babel/code-frame/node_modules/supports-color": {
|
|
110
|
-
"version": "5.5.0",
|
|
111
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
|
|
112
|
-
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
|
|
113
|
-
"dev": true,
|
|
114
|
-
"dependencies": {
|
|
115
|
-
"has-flag": "^3.0.0"
|
|
116
|
-
},
|
|
117
|
-
"engines": {
|
|
118
|
-
"node": ">=4"
|
|
119
|
-
}
|
|
120
|
-
},
|
|
121
51
|
"node_modules/@babel/compat-data": {
|
|
122
52
|
"version": "7.20.5",
|
|
123
53
|
"dev": true,
|
|
@@ -300,18 +230,18 @@
|
|
|
300
230
|
}
|
|
301
231
|
},
|
|
302
232
|
"node_modules/@babel/helper-string-parser": {
|
|
303
|
-
"version": "7.
|
|
304
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.
|
|
305
|
-
"integrity": "sha512-
|
|
233
|
+
"version": "7.27.1",
|
|
234
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
235
|
+
"integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
306
236
|
"dev": true,
|
|
307
237
|
"engines": {
|
|
308
238
|
"node": ">=6.9.0"
|
|
309
239
|
}
|
|
310
240
|
},
|
|
311
241
|
"node_modules/@babel/helper-validator-identifier": {
|
|
312
|
-
"version": "7.
|
|
313
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.
|
|
314
|
-
"integrity": "sha512-
|
|
242
|
+
"version": "7.27.1",
|
|
243
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
|
|
244
|
+
"integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
|
|
315
245
|
"dev": true,
|
|
316
246
|
"engines": {
|
|
317
247
|
"node": ">=6.9.0"
|
|
@@ -326,108 +256,26 @@
|
|
|
326
256
|
}
|
|
327
257
|
},
|
|
328
258
|
"node_modules/@babel/helpers": {
|
|
329
|
-
"version": "7.
|
|
259
|
+
"version": "7.27.1",
|
|
260
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.27.1.tgz",
|
|
261
|
+
"integrity": "sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==",
|
|
330
262
|
"dev": true,
|
|
331
|
-
"license": "MIT",
|
|
332
263
|
"dependencies": {
|
|
333
|
-
"@babel/template": "^7.
|
|
334
|
-
"@babel/
|
|
335
|
-
"@babel/types": "^7.20.5"
|
|
264
|
+
"@babel/template": "^7.27.1",
|
|
265
|
+
"@babel/types": "^7.27.1"
|
|
336
266
|
},
|
|
337
267
|
"engines": {
|
|
338
268
|
"node": ">=6.9.0"
|
|
339
269
|
}
|
|
340
270
|
},
|
|
341
|
-
"node_modules/@babel/
|
|
342
|
-
"version": "7.
|
|
343
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
344
|
-
"integrity": "sha512-
|
|
345
|
-
"dev": true,
|
|
346
|
-
"dependencies": {
|
|
347
|
-
"@babel/helper-validator-identifier": "^7.22.20",
|
|
348
|
-
"chalk": "^2.4.2",
|
|
349
|
-
"js-tokens": "^4.0.0"
|
|
350
|
-
},
|
|
351
|
-
"engines": {
|
|
352
|
-
"node": ">=6.9.0"
|
|
353
|
-
}
|
|
354
|
-
},
|
|
355
|
-
"node_modules/@babel/highlight/node_modules/ansi-styles": {
|
|
356
|
-
"version": "3.2.1",
|
|
357
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
|
358
|
-
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
|
|
359
|
-
"dev": true,
|
|
360
|
-
"dependencies": {
|
|
361
|
-
"color-convert": "^1.9.0"
|
|
362
|
-
},
|
|
363
|
-
"engines": {
|
|
364
|
-
"node": ">=4"
|
|
365
|
-
}
|
|
366
|
-
},
|
|
367
|
-
"node_modules/@babel/highlight/node_modules/chalk": {
|
|
368
|
-
"version": "2.4.2",
|
|
369
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
|
370
|
-
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
|
|
371
|
-
"dev": true,
|
|
372
|
-
"dependencies": {
|
|
373
|
-
"ansi-styles": "^3.2.1",
|
|
374
|
-
"escape-string-regexp": "^1.0.5",
|
|
375
|
-
"supports-color": "^5.3.0"
|
|
376
|
-
},
|
|
377
|
-
"engines": {
|
|
378
|
-
"node": ">=4"
|
|
379
|
-
}
|
|
380
|
-
},
|
|
381
|
-
"node_modules/@babel/highlight/node_modules/color-convert": {
|
|
382
|
-
"version": "1.9.3",
|
|
383
|
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
|
|
384
|
-
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
|
|
385
|
-
"dev": true,
|
|
386
|
-
"dependencies": {
|
|
387
|
-
"color-name": "1.1.3"
|
|
388
|
-
}
|
|
389
|
-
},
|
|
390
|
-
"node_modules/@babel/highlight/node_modules/color-name": {
|
|
391
|
-
"version": "1.1.3",
|
|
392
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
|
393
|
-
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
|
|
394
|
-
"dev": true
|
|
395
|
-
},
|
|
396
|
-
"node_modules/@babel/highlight/node_modules/escape-string-regexp": {
|
|
397
|
-
"version": "1.0.5",
|
|
398
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
399
|
-
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
|
|
400
|
-
"dev": true,
|
|
401
|
-
"engines": {
|
|
402
|
-
"node": ">=0.8.0"
|
|
403
|
-
}
|
|
404
|
-
},
|
|
405
|
-
"node_modules/@babel/highlight/node_modules/has-flag": {
|
|
406
|
-
"version": "3.0.0",
|
|
407
|
-
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
|
|
408
|
-
"integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
|
|
409
|
-
"dev": true,
|
|
410
|
-
"engines": {
|
|
411
|
-
"node": ">=4"
|
|
412
|
-
}
|
|
413
|
-
},
|
|
414
|
-
"node_modules/@babel/highlight/node_modules/supports-color": {
|
|
415
|
-
"version": "5.5.0",
|
|
416
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
|
|
417
|
-
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
|
|
271
|
+
"node_modules/@babel/parser": {
|
|
272
|
+
"version": "7.27.2",
|
|
273
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.2.tgz",
|
|
274
|
+
"integrity": "sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==",
|
|
418
275
|
"dev": true,
|
|
419
276
|
"dependencies": {
|
|
420
|
-
"
|
|
277
|
+
"@babel/types": "^7.27.1"
|
|
421
278
|
},
|
|
422
|
-
"engines": {
|
|
423
|
-
"node": ">=4"
|
|
424
|
-
}
|
|
425
|
-
},
|
|
426
|
-
"node_modules/@babel/parser": {
|
|
427
|
-
"version": "7.23.0",
|
|
428
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz",
|
|
429
|
-
"integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==",
|
|
430
|
-
"dev": true,
|
|
431
279
|
"bin": {
|
|
432
280
|
"parser": "bin/babel-parser.js"
|
|
433
281
|
},
|
|
@@ -599,14 +447,14 @@
|
|
|
599
447
|
}
|
|
600
448
|
},
|
|
601
449
|
"node_modules/@babel/template": {
|
|
602
|
-
"version": "7.
|
|
603
|
-
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.
|
|
604
|
-
"integrity": "sha512-
|
|
450
|
+
"version": "7.27.2",
|
|
451
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
|
|
452
|
+
"integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
|
|
605
453
|
"dev": true,
|
|
606
454
|
"dependencies": {
|
|
607
|
-
"@babel/code-frame": "^7.
|
|
608
|
-
"@babel/parser": "^7.
|
|
609
|
-
"@babel/types": "^7.
|
|
455
|
+
"@babel/code-frame": "^7.27.1",
|
|
456
|
+
"@babel/parser": "^7.27.2",
|
|
457
|
+
"@babel/types": "^7.27.1"
|
|
610
458
|
},
|
|
611
459
|
"engines": {
|
|
612
460
|
"node": ">=6.9.0"
|
|
@@ -642,14 +490,13 @@
|
|
|
642
490
|
}
|
|
643
491
|
},
|
|
644
492
|
"node_modules/@babel/types": {
|
|
645
|
-
"version": "7.
|
|
646
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.
|
|
647
|
-
"integrity": "sha512
|
|
493
|
+
"version": "7.27.1",
|
|
494
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.1.tgz",
|
|
495
|
+
"integrity": "sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==",
|
|
648
496
|
"dev": true,
|
|
649
497
|
"dependencies": {
|
|
650
|
-
"@babel/helper-string-parser": "^7.
|
|
651
|
-
"@babel/helper-validator-identifier": "^7.
|
|
652
|
-
"to-fast-properties": "^2.0.0"
|
|
498
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
499
|
+
"@babel/helper-validator-identifier": "^7.27.1"
|
|
653
500
|
},
|
|
654
501
|
"engines": {
|
|
655
502
|
"node": ">=6.9.0"
|
|
@@ -1322,9 +1169,9 @@
|
|
|
1322
1169
|
"license": "MIT"
|
|
1323
1170
|
},
|
|
1324
1171
|
"node_modules/axios": {
|
|
1325
|
-
"version": "1.
|
|
1326
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
1327
|
-
"integrity": "sha512-
|
|
1172
|
+
"version": "1.9.0",
|
|
1173
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.9.0.tgz",
|
|
1174
|
+
"integrity": "sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==",
|
|
1328
1175
|
"dependencies": {
|
|
1329
1176
|
"follow-redirects": "^1.15.6",
|
|
1330
1177
|
"form-data": "^4.0.0",
|
|
@@ -3895,9 +3742,10 @@
|
|
|
3895
3742
|
"license": "MIT"
|
|
3896
3743
|
},
|
|
3897
3744
|
"node_modules/picocolors": {
|
|
3898
|
-
"version": "1.
|
|
3899
|
-
"
|
|
3900
|
-
"
|
|
3745
|
+
"version": "1.1.1",
|
|
3746
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
3747
|
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
3748
|
+
"dev": true
|
|
3901
3749
|
},
|
|
3902
3750
|
"node_modules/picomatch": {
|
|
3903
3751
|
"version": "2.3.1",
|
|
@@ -4316,14 +4164,6 @@
|
|
|
4316
4164
|
"dev": true,
|
|
4317
4165
|
"license": "BSD-3-Clause"
|
|
4318
4166
|
},
|
|
4319
|
-
"node_modules/to-fast-properties": {
|
|
4320
|
-
"version": "2.0.0",
|
|
4321
|
-
"dev": true,
|
|
4322
|
-
"license": "MIT",
|
|
4323
|
-
"engines": {
|
|
4324
|
-
"node": ">=4"
|
|
4325
|
-
}
|
|
4326
|
-
},
|
|
4327
4167
|
"node_modules/to-regex-range": {
|
|
4328
4168
|
"version": "5.0.1",
|
|
4329
4169
|
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
|
@@ -4689,71 +4529,14 @@
|
|
|
4689
4529
|
}
|
|
4690
4530
|
},
|
|
4691
4531
|
"@babel/code-frame": {
|
|
4692
|
-
"version": "7.
|
|
4693
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.
|
|
4694
|
-
"integrity": "sha512-
|
|
4532
|
+
"version": "7.27.1",
|
|
4533
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
|
|
4534
|
+
"integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
|
|
4695
4535
|
"dev": true,
|
|
4696
4536
|
"requires": {
|
|
4697
|
-
"@babel/
|
|
4698
|
-
"
|
|
4699
|
-
|
|
4700
|
-
"dependencies": {
|
|
4701
|
-
"ansi-styles": {
|
|
4702
|
-
"version": "3.2.1",
|
|
4703
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
|
4704
|
-
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
|
|
4705
|
-
"dev": true,
|
|
4706
|
-
"requires": {
|
|
4707
|
-
"color-convert": "^1.9.0"
|
|
4708
|
-
}
|
|
4709
|
-
},
|
|
4710
|
-
"chalk": {
|
|
4711
|
-
"version": "2.4.2",
|
|
4712
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
|
4713
|
-
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
|
|
4714
|
-
"dev": true,
|
|
4715
|
-
"requires": {
|
|
4716
|
-
"ansi-styles": "^3.2.1",
|
|
4717
|
-
"escape-string-regexp": "^1.0.5",
|
|
4718
|
-
"supports-color": "^5.3.0"
|
|
4719
|
-
}
|
|
4720
|
-
},
|
|
4721
|
-
"color-convert": {
|
|
4722
|
-
"version": "1.9.3",
|
|
4723
|
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
|
|
4724
|
-
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
|
|
4725
|
-
"dev": true,
|
|
4726
|
-
"requires": {
|
|
4727
|
-
"color-name": "1.1.3"
|
|
4728
|
-
}
|
|
4729
|
-
},
|
|
4730
|
-
"color-name": {
|
|
4731
|
-
"version": "1.1.3",
|
|
4732
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
|
4733
|
-
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
|
|
4734
|
-
"dev": true
|
|
4735
|
-
},
|
|
4736
|
-
"escape-string-regexp": {
|
|
4737
|
-
"version": "1.0.5",
|
|
4738
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
4739
|
-
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
|
|
4740
|
-
"dev": true
|
|
4741
|
-
},
|
|
4742
|
-
"has-flag": {
|
|
4743
|
-
"version": "3.0.0",
|
|
4744
|
-
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
|
|
4745
|
-
"integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
|
|
4746
|
-
"dev": true
|
|
4747
|
-
},
|
|
4748
|
-
"supports-color": {
|
|
4749
|
-
"version": "5.5.0",
|
|
4750
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
|
|
4751
|
-
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
|
|
4752
|
-
"dev": true,
|
|
4753
|
-
"requires": {
|
|
4754
|
-
"has-flag": "^3.0.0"
|
|
4755
|
-
}
|
|
4756
|
-
}
|
|
4537
|
+
"@babel/helper-validator-identifier": "^7.27.1",
|
|
4538
|
+
"js-tokens": "^4.0.0",
|
|
4539
|
+
"picocolors": "^1.1.1"
|
|
4757
4540
|
}
|
|
4758
4541
|
},
|
|
4759
4542
|
"@babel/compat-data": {
|
|
@@ -4887,15 +4670,15 @@
|
|
|
4887
4670
|
}
|
|
4888
4671
|
},
|
|
4889
4672
|
"@babel/helper-string-parser": {
|
|
4890
|
-
"version": "7.
|
|
4891
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.
|
|
4892
|
-
"integrity": "sha512-
|
|
4673
|
+
"version": "7.27.1",
|
|
4674
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
4675
|
+
"integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
4893
4676
|
"dev": true
|
|
4894
4677
|
},
|
|
4895
4678
|
"@babel/helper-validator-identifier": {
|
|
4896
|
-
"version": "7.
|
|
4897
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.
|
|
4898
|
-
"integrity": "sha512-
|
|
4679
|
+
"version": "7.27.1",
|
|
4680
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
|
|
4681
|
+
"integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
|
|
4899
4682
|
"dev": true
|
|
4900
4683
|
},
|
|
4901
4684
|
"@babel/helper-validator-option": {
|
|
@@ -4903,89 +4686,24 @@
|
|
|
4903
4686
|
"dev": true
|
|
4904
4687
|
},
|
|
4905
4688
|
"@babel/helpers": {
|
|
4906
|
-
"version": "7.
|
|
4689
|
+
"version": "7.27.1",
|
|
4690
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.27.1.tgz",
|
|
4691
|
+
"integrity": "sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==",
|
|
4907
4692
|
"dev": true,
|
|
4908
4693
|
"requires": {
|
|
4909
|
-
"@babel/template": "^7.
|
|
4910
|
-
"@babel/
|
|
4911
|
-
"@babel/types": "^7.20.5"
|
|
4694
|
+
"@babel/template": "^7.27.1",
|
|
4695
|
+
"@babel/types": "^7.27.1"
|
|
4912
4696
|
}
|
|
4913
4697
|
},
|
|
4914
|
-
"@babel/
|
|
4915
|
-
"version": "7.
|
|
4916
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
4917
|
-
"integrity": "sha512-
|
|
4698
|
+
"@babel/parser": {
|
|
4699
|
+
"version": "7.27.2",
|
|
4700
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.2.tgz",
|
|
4701
|
+
"integrity": "sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==",
|
|
4918
4702
|
"dev": true,
|
|
4919
4703
|
"requires": {
|
|
4920
|
-
"@babel/
|
|
4921
|
-
"chalk": "^2.4.2",
|
|
4922
|
-
"js-tokens": "^4.0.0"
|
|
4923
|
-
},
|
|
4924
|
-
"dependencies": {
|
|
4925
|
-
"ansi-styles": {
|
|
4926
|
-
"version": "3.2.1",
|
|
4927
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
|
4928
|
-
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
|
|
4929
|
-
"dev": true,
|
|
4930
|
-
"requires": {
|
|
4931
|
-
"color-convert": "^1.9.0"
|
|
4932
|
-
}
|
|
4933
|
-
},
|
|
4934
|
-
"chalk": {
|
|
4935
|
-
"version": "2.4.2",
|
|
4936
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
|
4937
|
-
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
|
|
4938
|
-
"dev": true,
|
|
4939
|
-
"requires": {
|
|
4940
|
-
"ansi-styles": "^3.2.1",
|
|
4941
|
-
"escape-string-regexp": "^1.0.5",
|
|
4942
|
-
"supports-color": "^5.3.0"
|
|
4943
|
-
}
|
|
4944
|
-
},
|
|
4945
|
-
"color-convert": {
|
|
4946
|
-
"version": "1.9.3",
|
|
4947
|
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
|
|
4948
|
-
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
|
|
4949
|
-
"dev": true,
|
|
4950
|
-
"requires": {
|
|
4951
|
-
"color-name": "1.1.3"
|
|
4952
|
-
}
|
|
4953
|
-
},
|
|
4954
|
-
"color-name": {
|
|
4955
|
-
"version": "1.1.3",
|
|
4956
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
|
4957
|
-
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
|
|
4958
|
-
"dev": true
|
|
4959
|
-
},
|
|
4960
|
-
"escape-string-regexp": {
|
|
4961
|
-
"version": "1.0.5",
|
|
4962
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
4963
|
-
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
|
|
4964
|
-
"dev": true
|
|
4965
|
-
},
|
|
4966
|
-
"has-flag": {
|
|
4967
|
-
"version": "3.0.0",
|
|
4968
|
-
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
|
|
4969
|
-
"integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
|
|
4970
|
-
"dev": true
|
|
4971
|
-
},
|
|
4972
|
-
"supports-color": {
|
|
4973
|
-
"version": "5.5.0",
|
|
4974
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
|
|
4975
|
-
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
|
|
4976
|
-
"dev": true,
|
|
4977
|
-
"requires": {
|
|
4978
|
-
"has-flag": "^3.0.0"
|
|
4979
|
-
}
|
|
4980
|
-
}
|
|
4704
|
+
"@babel/types": "^7.27.1"
|
|
4981
4705
|
}
|
|
4982
4706
|
},
|
|
4983
|
-
"@babel/parser": {
|
|
4984
|
-
"version": "7.23.0",
|
|
4985
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz",
|
|
4986
|
-
"integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==",
|
|
4987
|
-
"dev": true
|
|
4988
|
-
},
|
|
4989
4707
|
"@babel/plugin-syntax-async-generators": {
|
|
4990
4708
|
"version": "7.8.4",
|
|
4991
4709
|
"dev": true,
|
|
@@ -5085,14 +4803,14 @@
|
|
|
5085
4803
|
}
|
|
5086
4804
|
},
|
|
5087
4805
|
"@babel/template": {
|
|
5088
|
-
"version": "7.
|
|
5089
|
-
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.
|
|
5090
|
-
"integrity": "sha512-
|
|
4806
|
+
"version": "7.27.2",
|
|
4807
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
|
|
4808
|
+
"integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
|
|
5091
4809
|
"dev": true,
|
|
5092
4810
|
"requires": {
|
|
5093
|
-
"@babel/code-frame": "^7.
|
|
5094
|
-
"@babel/parser": "^7.
|
|
5095
|
-
"@babel/types": "^7.
|
|
4811
|
+
"@babel/code-frame": "^7.27.1",
|
|
4812
|
+
"@babel/parser": "^7.27.2",
|
|
4813
|
+
"@babel/types": "^7.27.1"
|
|
5096
4814
|
}
|
|
5097
4815
|
},
|
|
5098
4816
|
"@babel/traverse": {
|
|
@@ -5120,14 +4838,13 @@
|
|
|
5120
4838
|
}
|
|
5121
4839
|
},
|
|
5122
4840
|
"@babel/types": {
|
|
5123
|
-
"version": "7.
|
|
5124
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.
|
|
5125
|
-
"integrity": "sha512
|
|
4841
|
+
"version": "7.27.1",
|
|
4842
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.1.tgz",
|
|
4843
|
+
"integrity": "sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==",
|
|
5126
4844
|
"dev": true,
|
|
5127
4845
|
"requires": {
|
|
5128
|
-
"@babel/helper-string-parser": "^7.
|
|
5129
|
-
"@babel/helper-validator-identifier": "^7.
|
|
5130
|
-
"to-fast-properties": "^2.0.0"
|
|
4846
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
4847
|
+
"@babel/helper-validator-identifier": "^7.27.1"
|
|
5131
4848
|
}
|
|
5132
4849
|
},
|
|
5133
4850
|
"@bcoe/v8-coverage": {
|
|
@@ -5608,9 +5325,9 @@
|
|
|
5608
5325
|
"version": "0.4.0"
|
|
5609
5326
|
},
|
|
5610
5327
|
"axios": {
|
|
5611
|
-
"version": "1.
|
|
5612
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
5613
|
-
"integrity": "sha512-
|
|
5328
|
+
"version": "1.9.0",
|
|
5329
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.9.0.tgz",
|
|
5330
|
+
"integrity": "sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==",
|
|
5614
5331
|
"requires": {
|
|
5615
5332
|
"follow-redirects": "^1.15.6",
|
|
5616
5333
|
"form-data": "^4.0.0",
|
|
@@ -7293,7 +7010,9 @@
|
|
|
7293
7010
|
"dev": true
|
|
7294
7011
|
},
|
|
7295
7012
|
"picocolors": {
|
|
7296
|
-
"version": "1.
|
|
7013
|
+
"version": "1.1.1",
|
|
7014
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
7015
|
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
7297
7016
|
"dev": true
|
|
7298
7017
|
},
|
|
7299
7018
|
"picomatch": {
|
|
@@ -7554,10 +7273,6 @@
|
|
|
7554
7273
|
"version": "1.0.5",
|
|
7555
7274
|
"dev": true
|
|
7556
7275
|
},
|
|
7557
|
-
"to-fast-properties": {
|
|
7558
|
-
"version": "2.0.0",
|
|
7559
|
-
"dev": true
|
|
7560
|
-
},
|
|
7561
7276
|
"to-regex-range": {
|
|
7562
7277
|
"version": "5.0.1",
|
|
7563
7278
|
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
package/package.json
CHANGED
package/src/cacheRefresher.js
CHANGED
|
@@ -161,7 +161,10 @@ governing permissions and limitations under the License.
|
|
|
161
161
|
}
|
|
162
162
|
}
|
|
163
163
|
|
|
164
|
-
//
|
|
164
|
+
// Extract namespace from the cacheSchemaId
|
|
165
|
+
const namespace = this._cacheSchemaId.split(":")[0];
|
|
166
|
+
|
|
167
|
+
// Use Json because xtk:schema does not work directly in DomUtil.parse(`<cache buildNumber="9469" time="2022-06-30T00:00:00.000"><xtk:schema xmlns:xtk="urn:xtk:schema"></xtk:schema></cache>`);
|
|
165
168
|
// due to the colon character
|
|
166
169
|
let jsonCache;
|
|
167
170
|
if (this._lastTime === undefined || this._buildNumber === undefined) {
|
|
@@ -172,7 +175,9 @@ governing permissions and limitations under the License.
|
|
|
172
175
|
jsonCache = {
|
|
173
176
|
buildNumber: this._buildNumber,
|
|
174
177
|
lastModified: this._lastTime,
|
|
175
|
-
[this._cacheSchemaId]: {
|
|
178
|
+
[this._cacheSchemaId]: {
|
|
179
|
+
[`xmlns:${namespace}`]: `urn:${this._cacheSchemaId}`
|
|
180
|
+
}
|
|
176
181
|
};
|
|
177
182
|
}
|
|
178
183
|
|