فهرست منبع

Relax vscode version targeting (#27)

Matt Rubens 1 سال پیش
والد
کامیت
55e75f254e
2فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
  1. 3 3
      package-lock.json
  2. 3 3
      package.json

+ 3 - 3
package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "roo-cline",
-  "version": "2.1.5",
+  "version": "2.1.6",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "roo-cline",
-      "version": "2.1.5",
+      "version": "2.1.6",
       "dependencies": {
         "@anthropic-ai/bedrock-sdk": "^0.10.2",
         "@anthropic-ai/sdk": "^0.26.0",
@@ -57,7 +57,7 @@
         "typescript": "^5.4.5"
       },
       "engines": {
-        "vscode": "1.93.1"
+        "vscode": "^1.93.1"
       }
     },
     "node_modules/@ampproject/remapping": {

+ 3 - 3
package.json

@@ -3,9 +3,9 @@
   "displayName": "Roo Cline",
   "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.",
   "publisher": "RooVeterinaryInc",
-  "version": "2.1.5",
+  "version": "2.1.6",
   "files": [
-    "bin/roo-cline-2.1.5.vsix",
+    "bin/roo-cline-2.1.6.vsix",
     "assets/icons/icon_Roo.png"
   ],
   "icon": "assets/icons/icon_Roo.png",
@@ -14,7 +14,7 @@
     "theme": "dark"
   },
   "engines": {
-    "vscode": "1.93.1"
+    "vscode": "^1.93.1"
   },
   "author": {
     "name": "Roo Vet"