@patcherly/nodejs-connector 2.2.4 → 2.2.6

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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Patcherly detects bugs in real time in your app. It creates a customized AI patch, and once you approve it, backs up your code, fixes it & tests the patch for you. If anything is off, it rolls back the changes automatically, or you can always roll it back in a click.
4
4
 
5
- **[patcherly.com](https://patcherly.com)** · **[Node.js connector docs](https://help.patcherly.com/connectors/nodejs/)**
5
+ **[patcherly.com](https://patcherly.com)** · **[Node.js connector docs](https://help.patcherly.com/connectors/nodejs/)** · [![npm](https://img.shields.io/npm/v/@patcherly/nodejs-connector?style=flat-square)](https://www.npmjs.com/package/@patcherly/nodejs-connector)
6
6
 
7
7
  ## Recommended install
8
8
 
package/node_agent.js CHANGED
@@ -193,7 +193,7 @@ const { DEFAULT_API_URL, getConfiguredServerUrl, isExplicitApiBaseConfigured } =
193
193
  * update-release-latest.yml workflow so the value baked into every released tarball matches
194
194
  * the GitHub release tag. Reported to the API on every context upload.
195
195
  */
196
- const PATCHERLY_CONNECTOR_VERSION = '2.2.4';
196
+ const PATCHERLY_CONNECTOR_VERSION = '2.2.6';
197
197
  let CENTRAL_SERVER_URL = getConfiguredServerUrl();
198
198
  const IDS_PATH = process.env.PATCHERLY_IDS_PATH || path.join(__dirname, 'patcherly_ids.json');
199
199
  const QUEUE_PATH = process.env.PATCHERLY_QUEUE_PATH || path.join(__dirname, 'patcherly_queue.jsonl');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patcherly/nodejs-connector",
3
- "version": "2.2.4",
3
+ "version": "2.2.6",
4
4
  "description": "Patcherly detects bugs in real time in your app. It creates a customized AI patch, and once you approve it, backs up your code, fixes it & tests the patch for you. If anything is off, it rolls back the changes automatically, or you can always roll it back in a click. Website: https://patcherly.com · Docs: https://help.patcherly.com/connectors/nodejs/",
5
5
  "license": "MIT",
6
6
  "homepage": "https://patcherly.com",