@pome-sh/cli 0.45.0 → 0.45.1
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/build-info.json +3 -3
- package/dist/src/cli/main.js +3 -3
- package/package.json +1 -1
package/dist/build-info.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "pome-sh",
|
|
3
|
-
"version": "0.45.
|
|
4
|
-
"git_sha": "
|
|
5
|
-
"build_time": "2026-09-16T19:
|
|
3
|
+
"version": "0.45.1",
|
|
4
|
+
"git_sha": "f9ed48177ccfffac7020d1987e6ec9b810d7a4de",
|
|
5
|
+
"build_time": "2026-09-16T19:49:02.473Z"
|
|
6
6
|
}
|
package/dist/src/cli/main.js
CHANGED
|
@@ -4872,7 +4872,7 @@ function firstSentence(description) {
|
|
|
4872
4872
|
function resolveExampleRef(env = process.env) {
|
|
4873
4873
|
const override = env.POME_EXAMPLE_REF?.trim();
|
|
4874
4874
|
if (override) return override;
|
|
4875
|
-
const baked = "
|
|
4875
|
+
const baked = "f9ed48177ccfffac7020d1987e6ec9b810d7a4de".trim() ;
|
|
4876
4876
|
return FULL_SHA.test(baked) ? baked : "main";
|
|
4877
4877
|
}
|
|
4878
4878
|
function rawUrlFor(example, file, ref) {
|
|
@@ -5232,7 +5232,7 @@ var USAGE_DOCS_URL = "https://github.com/pome-sh/digital-twins#telemetry";
|
|
|
5232
5232
|
var DEFAULT_HOST = "https://us.i.posthog.com";
|
|
5233
5233
|
var REQUEST_TIMEOUT_MS = 1500;
|
|
5234
5234
|
function bakedIn(name) {
|
|
5235
|
-
const value = name === "key" ? "" : "" ;
|
|
5235
|
+
const value = name === "key" ? "phc_AzLfRtYcvZimDUSYfLjBjmCiT9AunyAY9RLkxeVHaBDZ" : "https://eu.i.posthog.com" ;
|
|
5236
5236
|
return value !== void 0 && value.length > 0 ? value : void 0;
|
|
5237
5237
|
}
|
|
5238
5238
|
function telemetryDestination(env = process.env) {
|
|
@@ -5372,7 +5372,7 @@ var DEFAULT_AGENT_COMMAND = `node ${DEFAULT_AGENT_FILE}`;
|
|
|
5372
5372
|
var MANIFEST_SCHEMA_URL = "https://pome.sh/schemas/v1/pome.json";
|
|
5373
5373
|
var MAX_UNREADABLE_PATHS_SHOWN = 5;
|
|
5374
5374
|
function readPackageVersion() {
|
|
5375
|
-
if ("0.45.
|
|
5375
|
+
if ("0.45.1".length > 0) return "0.45.1";
|
|
5376
5376
|
try {
|
|
5377
5377
|
const here = dirname(fileURLToPath(import.meta.url));
|
|
5378
5378
|
const candidates = [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pome-sh/cli",
|
|
3
|
-
"version": "0.45.
|
|
3
|
+
"version": "0.45.1",
|
|
4
4
|
"description": "Test mode for your integrations, built for the way agents build. Local, stateful twins of GitHub, Slack, Stripe, Gmail and Linear, over REST and MCP.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|