dsh-github-copilot 0.4.0-alpha.29 → 0.4.0-alpha.30

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/lib/index.js CHANGED
@@ -962,7 +962,7 @@ let SearchRoutingController = (() => {
962
962
  //#endregion
963
963
  //#region package.json
964
964
  var name$1 = "dsh-github-copilot";
965
- var version = "0.4.0-alpha.29";
965
+ var version = "0.4.0-alpha.30";
966
966
  //#endregion
967
967
  //#region lib/types/probe.js
968
968
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dsh-github-copilot",
3
3
  "description": "DSH companion for GitHub Copilot sign-in, account-aware model profiles, tool compatibility, and provider-hosted search.",
4
- "version": "0.4.0-alpha.29",
4
+ "version": "0.4.0-alpha.30",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "registry": "https://registry.npmjs.org/",