@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.
- package/dist/cli/app.d.ts.map +1 -1
- package/dist/cli/app.js +4 -1
- package/dist/cli/app.js.map +1 -1
- package/package.json +1 -1
- package/public/icon-192.png +0 -0
- package/public/icon-512.png +0 -0
package/dist/cli/app.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../../src/cli/app.ts"],"names":[],"mappings":"
|
|
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:
|
|
9
|
+
currentVersion: pkg.version,
|
|
7
10
|
},
|
|
8
11
|
scanner: {
|
|
9
12
|
caseStyle: "allow-kebab-for-camel",
|
package/dist/cli/app.js.map
CHANGED
|
@@ -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;
|
|
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
package/public/icon-192.png
CHANGED
|
Binary file
|
package/public/icon-512.png
CHANGED
|
Binary file
|