mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
jwt-decode, js-yaml, and tar are imported by the apps/vscode workspace (jwt-decode in ClineAuthProvider/OCA, js-yaml in frontmatter parsing, tar in scripts/download-ripgrep.mjs) but were not declared in apps/vscode/package.json. They were either dropped when firebase was retired (1335fa545) or never declared in the first place because npm hoisting from a transitive `@sap/xssec`/etc. made them resolve locally. On a clean CI install they did not resolve.
Adds:
- jwt-decode @ ^4.0.0 (dependencies)
- js-yaml @ ^4.1.1 (dependencies, version pinned via existing overrides)
- tar @ ^7.5.2 (devDependencies, only used by scripts/download-ripgrep.mjs)
Regenerates package-lock.json via `npm install --package-lock-only` so `npm ci --include=optional` passes.
The file is empty.