@inspecto-dev/types 0.3.7 → 0.3.8

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/dist/index.cjs CHANGED
@@ -34,7 +34,14 @@ __export(index_exports, {
34
34
  module.exports = __toCommonJS(index_exports);
35
35
 
36
36
  // src/providers.ts
37
- var HOST_IDE_IDS = ["vscode", "cursor", "trae", "trae-cn", "codebuddy", "codebuddy-cn"];
37
+ var HOST_IDE_IDS = [
38
+ "vscode",
39
+ "cursor",
40
+ "trae",
41
+ "trae-cn",
42
+ "codebuddy",
43
+ "codebuddy-cn"
44
+ ];
38
45
  var HOST_IDE_LABELS = {
39
46
  vscode: "VS Code",
40
47
  cursor: "Cursor",
package/dist/index.js CHANGED
@@ -1,5 +1,12 @@
1
1
  // src/providers.ts
2
- var HOST_IDE_IDS = ["vscode", "cursor", "trae", "trae-cn", "codebuddy", "codebuddy-cn"];
2
+ var HOST_IDE_IDS = [
3
+ "vscode",
4
+ "cursor",
5
+ "trae",
6
+ "trae-cn",
7
+ "codebuddy",
8
+ "codebuddy-cn"
9
+ ];
3
10
  var HOST_IDE_LABELS = {
4
11
  vscode: "VS Code",
5
12
  cursor: "Cursor",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inspecto-dev/types",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "description": "Shared TypeScript definitions for the Inspecto monorepo",
5
5
  "license": "MIT",
6
6
  "type": "module",