anyray-connect 0.11.86 → 0.11.87

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.
Files changed (2) hide show
  1. package/dist/version.js +1 -1
  2. package/package.json +1 -1
package/dist/version.js CHANGED
@@ -6,5 +6,5 @@
6
6
  * standalone `bun build --compile` binary has no package.json on its $bunfs
7
7
  * filesystem, so a runtime lookup there reports nothing.
8
8
  */
9
- export const CONNECT_VERSION = '0.11.86';
9
+ export const CONNECT_VERSION = '0.11.87';
10
10
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anyray-connect",
3
- "version": "0.11.86",
3
+ "version": "0.11.87",
4
4
  "description": "Anyray connect — points local coding tools (Claude Code, Cursor, Windsurf, SDKs) at the Anyray gateway through supported configuration and enrolled personal authentication.",
5
5
  "type": "module",
6
6
  "bin": {