From f677ed5ed436a3d58306cb0c76a86ec17224397c Mon Sep 17 00:00:00 2001 From: Claude Code Date: Tue, 17 Mar 2026 18:54:36 -0700 Subject: [PATCH] =?UTF-8?q?feat(frontend-showcase):=20=E2=9C=A8=20Add=20mo?= =?UTF-8?q?ck=20API=20responses=20for=20profile=20data=20in=20the=20servic?= =?UTF-8?q?e=20worker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/profile/frontend-showcase/public/mockServiceWorker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/profile/frontend-showcase/public/mockServiceWorker.js b/features/profile/frontend-showcase/public/mockServiceWorker.js index daa58d0f1..671c8a068 100644 --- a/features/profile/frontend-showcase/public/mockServiceWorker.js +++ b/features/profile/frontend-showcase/public/mockServiceWorker.js @@ -7,7 +7,7 @@ * - Please do NOT modify this file. */ -const PACKAGE_VERSION = '2.12.10' +const PACKAGE_VERSION = '2.12.13' const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82' const IS_MOCKED_RESPONSE = Symbol('isMockedResponse') const activeClientIds = new Set()