kitchen-simulator 3.16.2-test-renderer-fix → 3.16.4

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.
@@ -490,7 +490,7 @@ var loadSVGsByItem = /*#__PURE__*/function () {
490
490
  _context.prev = 0;
491
491
  _context.next = 1;
492
492
  return fetch(url, {
493
- cache: 'no-store'
493
+ cache: 'force-cache'
494
494
  });
495
495
  case 1:
496
496
  response = _context.sent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kitchen-simulator",
3
- "version": "3.16.2-test-renderer-fix",
3
+ "version": "3.16.4",
4
4
  "description": "It is a kitchen simulator (self-contained micro-frontend).",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",