polydev-ai 1.10.6 → 1.10.7

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.
@@ -215,6 +215,7 @@ class TunnelClient {
215
215
  },
216
216
  body: JSON.stringify({
217
217
  instance_id: this.instanceId,
218
+ client_version: this._cachedVersion,
218
219
  limit: 5,
219
220
  }),
220
221
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polydev-ai",
3
- "version": "1.10.6",
3
+ "version": "1.10.7",
4
4
  "engines": {
5
5
  "node": ">=20.x <=22.x"
6
6
  },