@chrome-acp/proxy-server 1.0.10 → 1.0.12

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.
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../../src/cli/app.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,GAAG,0EASd,CAAC"}
1
+ {"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../../src/cli/app.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,GAAG,0EASd,CAAC"}
package/dist/cli/app.js CHANGED
@@ -1,9 +1,12 @@
1
1
  import { buildApplication } from "@stricli/core";
2
+ import { createRequire } from "node:module";
2
3
  import { command } from "./command.js";
4
+ const require = createRequire(import.meta.url);
5
+ const pkg = require("../../package.json");
3
6
  export const app = buildApplication(command, {
4
7
  name: "acp-proxy",
5
8
  versionInfo: {
6
- currentVersion: "1.0.0",
9
+ currentVersion: pkg.version,
7
10
  },
8
11
  scanner: {
9
12
  caseStyle: "allow-kebab-for-camel",
@@ -1 +1 @@
1
- {"version":3,"file":"app.js","sourceRoot":"","sources":["../../src/cli/app.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAEvC,MAAM,CAAC,MAAM,GAAG,GAAG,gBAAgB,CAAC,OAAO,EAAE;IAC3C,IAAI,EAAE,WAAW;IACjB,WAAW,EAAE;QACX,cAAc,EAAE,OAAO;KACxB;IACD,OAAO,EAAE;QACP,SAAS,EAAE,uBAAuB;QAClC,2BAA2B,EAAE,IAAI;KAClC;CACF,CAAC,CAAC"}
1
+ {"version":3,"file":"app.js","sourceRoot":"","sources":["../../src/cli/app.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAEvC,MAAM,OAAO,GAAG,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAC/C,MAAM,GAAG,GAAG,OAAO,CAAC,oBAAoB,CAAwB,CAAC;AAEjE,MAAM,CAAC,MAAM,GAAG,GAAG,gBAAgB,CAAC,OAAO,EAAE;IAC3C,IAAI,EAAE,WAAW;IACjB,WAAW,EAAE;QACX,cAAc,EAAE,GAAG,CAAC,OAAO;KAC5B;IACD,OAAO,EAAE;QACP,SAAS,EAAE,uBAAuB;QAClC,2BAA2B,EAAE,IAAI;KAClC;CACF,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrome-acp/proxy-server",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
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": {
Binary file
Binary file