@chrome-acp/proxy-server 1.0.15 → 1.0.16

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.
Files changed (2) hide show
  1. package/package.json +2 -3
  2. package/public/sw.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrome-acp/proxy-server",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "Proxy server that connects ACP agents to Chrome extension, exposing browser tools via MCP",
5
5
  "author": "Areo Joe <zengjoe@foxmail.com>",
6
6
  "repository": {
@@ -37,8 +37,7 @@
37
37
  "@stricli/auto-complete": "^1.2.4",
38
38
  "@stricli/core": "^1.2.4",
39
39
  "hono": "^4.7.0",
40
- "pino": "^10.3.0",
41
- "@chrome-acp/shared": "workspace:*"
40
+ "pino": "^10.3.0"
42
41
  },
43
42
  "engines": {
44
43
  "node": ">=18"
package/public/sw.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // VERSION_PLACEHOLDER is replaced at build time with proxy-server version
2
- const CACHE_NAME = 'acp-chat-v1.0.15';
2
+ const CACHE_NAME = 'acp-chat-v1.0.16';
3
3
 
4
4
  // Install - cache core assets
5
5
  self.addEventListener('install', (event) => {