@n42/cli 0.3.3 → 0.3.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n42/cli",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "description": "Node42 CLI – Command-line interface for Peppol eDelivery path discovery, diagnostics, and tooling",
5
5
  "keywords": [
6
6
  "node42",
package/src/discover.js CHANGED
@@ -173,7 +173,7 @@ async function runDiscovery(participantId, options) {
173
173
  fs.writeFileSync(file, svg);
174
174
 
175
175
  const htmlFile = wrapSvg(fileId, refId, svg);
176
- const link = `\u001B]8;;file://${htmlFile}\u0007Diagram\u001B]8;;\u0007`;
176
+ const link = `\u001B]8;;file://${htmlFile}\u0007Open Diagram\u001B]8;;\u0007`;
177
177
 
178
178
  console.log(`${C.BOLD}Discovery completed${C.RESET}`);
179
179
  console.log(`PID : ${participantId}`);
File without changes