mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix: bump version and lockfile, adjust import
This commit is contained in:
parent
6a4dc46c80
commit
9354a80b1a
3 changed files with 13 additions and 14 deletions
21
package-lock.json
generated
21
package-lock.json
generated
|
|
@ -27,7 +27,7 @@
|
|||
"cheerio": "^1.0.0",
|
||||
"chokidar": "^4.0.1",
|
||||
"clone-deep": "^4.0.1",
|
||||
"config-rocket": "^0.3.20",
|
||||
"config-rocket": "^0.4.2",
|
||||
"default-shell": "^2.2.0",
|
||||
"delay": "^6.0.0",
|
||||
"diff": "^5.2.0",
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
"puppeteer-chromium-resolver": "^23.0.0",
|
||||
"puppeteer-core": "^23.4.0",
|
||||
"reconnecting-eventsource": "^1.6.4",
|
||||
"roo-rocket": "^0.3.12",
|
||||
"roo-rocket": "^0.3.14",
|
||||
"say": "^0.16.0",
|
||||
"serialize-error": "^11.0.3",
|
||||
"simple-git": "^3.27.0",
|
||||
|
|
@ -11073,9 +11073,9 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/config-rocket": {
|
||||
"version": "0.3.20",
|
||||
"resolved": "https://registry.npmjs.org/config-rocket/-/config-rocket-0.3.20.tgz",
|
||||
"integrity": "sha512-Zim3CGz4Psu2OvLU3U7dGhtj+Nzr+fAh51S2/YUO6vAjQUQa1Ll06+I53W1xMQFI4TcLBYKSpJV/jy+YfUZnHg==",
|
||||
"version": "0.4.2",
|
||||
"resolved": "https://registry.npmjs.org/config-rocket/-/config-rocket-0.4.2.tgz",
|
||||
"integrity": "sha512-04pz7uytoZGzvu2HL/6f4Brhltg54zaQvp3lO1OvNUDiCwcSEK+8RgQFuPL1O5DdfLg3eQ8U/sYVryETukY4Iw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"c12": "^3.0.3",
|
||||
|
|
@ -11090,8 +11090,7 @@
|
|||
"tinyglobby": "^0.2.13"
|
||||
},
|
||||
"bin": {
|
||||
"config-rocket": "dist/cli-entry.mjs",
|
||||
"rocket-zip": "dist/cli-rocket-zip-entry.mjs"
|
||||
"config-rocket": "dist/cli-entry.mjs"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.13.1"
|
||||
|
|
@ -18972,9 +18971,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/roo-rocket": {
|
||||
"version": "0.3.12",
|
||||
"resolved": "https://registry.npmjs.org/roo-rocket/-/roo-rocket-0.3.12.tgz",
|
||||
"integrity": "sha512-oy9pXRcys5VS3OhtzScve97UJkQ00bjacPpVJQ8GeIlDsMGfQl1ega2X95/rRyWFGsFT1jr/ri4q4AUs2BNzOg==",
|
||||
"version": "0.3.14",
|
||||
"resolved": "https://registry.npmjs.org/roo-rocket/-/roo-rocket-0.3.14.tgz",
|
||||
"integrity": "sha512-ZHVXKVFeqn5qdmQSRPb966q5Us07A+xBXyJzOyY7He7KAcPZjSfTRpiG8FDA23COGVEEU16yMpso3v2mBRaNbw==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"citty": "^0.1.6",
|
||||
|
|
@ -18992,7 +18991,7 @@
|
|||
"url": "https://github.com/sponsors/namesmt"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"config-rocket": "^0.3.19"
|
||||
"config-rocket": "^0.4.2"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"config-rocket": {
|
||||
|
|
|
|||
|
|
@ -447,7 +447,7 @@
|
|||
"cheerio": "^1.0.0",
|
||||
"chokidar": "^4.0.1",
|
||||
"clone-deep": "^4.0.1",
|
||||
"config-rocket": "^0.3.20",
|
||||
"config-rocket": "^0.4.2",
|
||||
"default-shell": "^2.2.0",
|
||||
"delay": "^6.0.0",
|
||||
"diff": "^5.2.0",
|
||||
|
|
@ -474,7 +474,7 @@
|
|||
"puppeteer-chromium-resolver": "^23.0.0",
|
||||
"puppeteer-core": "^23.4.0",
|
||||
"reconnecting-eventsource": "^1.6.4",
|
||||
"roo-rocket": "^0.3.13",
|
||||
"roo-rocket": "^0.3.14",
|
||||
"say": "^0.16.0",
|
||||
"serialize-error": "^11.0.3",
|
||||
"simple-git": "^3.27.0",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ import { GlobalFileNames } from "src/shared/globalFileNames"
|
|||
import { TerminalRegistry } from "src/integrations/terminal/TerminalRegistry"
|
||||
import { assertsMpContext, createHookable, MarketplaceContext, registerMarketplaceHooks } from "roo-rocket"
|
||||
import { unpackFromUint8 } from "config-rocket/cli"
|
||||
import { uint8IsConfigPackWithParameters } from 'config-rocket'
|
||||
import { uint8IsConfigPackWithParameters } from 'config-rocket/cli'
|
||||
|
||||
/**
|
||||
* Service for managing marketplace data
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue