diff --git a/.gitignore b/.gitignore index b01470d40..9dc547c9c 100644 --- a/.gitignore +++ b/.gitignore @@ -71,7 +71,3 @@ USER.md # local tooling .serena/ - -# RingCentral credentials (never commit) -rc-credentials.json -*-credentials.json diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 00355addb..3b886f3ed 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5249,6 +5249,7 @@ packages: tar@7.5.4: resolution: {integrity: sha512-AN04xbWGrSTDmVwlI4/GTlIIwMFk/XEv7uL8aa57zuvRy6s4hdBed+lVq2fAZ89XDa7Us3ANXcE3Tvqvja1kTA==} engines: {node: '>=18'} + deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exhorbitant rates) by contacting i@izs.me thenify-all@1.6.0: resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==} diff --git a/vitest.config.ts b/vitest.config.ts index 4b313b553..92c962a1f 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -13,7 +13,6 @@ export default defineConfig({ resolve: { alias: { "clawdbot/plugin-sdk": path.join(repoRoot, "src", "plugin-sdk", "index.ts"), - "moltbot/plugin-sdk": path.join(repoRoot, "src", "plugin-sdk", "index.ts"), }, }, test: {