@github/copilot 0.0.366 → 0.0.367-0

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@github/copilot",
3
3
  "description": "GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal.",
4
- "version": "0.0.366",
4
+ "version": "0.0.367-0",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "type": "module",
7
7
  "repository": {
@@ -39,6 +39,6 @@
39
39
  "ripgrep/**/*"
40
40
  ],
41
41
  "buildMetadata": {
42
- "gitCommit": "0c18d21"
42
+ "gitCommit": "26623f9"
43
43
  }
44
44
  }