feat(frontend-showcase): Add mock API responses for profile data in the service worker

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-17 18:54:36 -07:00
parent 2f07f4bf75
commit f677ed5ed4

View file

@ -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()