Bump @roo-code/types to v1.42.0 (#6610)

This commit is contained in:
Chris Estreich 2025-08-02 13:27:59 -07:00 committed by GitHub
parent b2d2a2c5d2
commit 3f966dfaa3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 5 deletions

View file

@ -1,10 +1,11 @@
{
"name": "@roo-code/types",
"version": "1.41.0",
"version": "1.42.0",
"description": "TypeScript type definitions for Roo Code.",
"publishConfig": {
"access": "public",
"name": "@roo-code/types"
"name": "@roo-code/types",
"registry": "https://registry.npmjs.org/"
},
"author": "Roo Code Team",
"license": "MIT",
@ -15,7 +16,7 @@
"bugs": {
"url": "https://github.com/RooCodeInc/Roo-Code/issues"
},
"homepage": "https://github.com/RooCodeInc/Roo-Code/tree/main/packages/types",
"homepage": "https://roocode.com",
"keywords": [
"roo",
"roo-code",

View file

@ -1,6 +1,6 @@
{
"name": "@roo-code/types",
"version": "0.0.0",
"private": true,
"type": "module",
"main": "./dist/index.cjs",
"exports": {

View file

@ -4,8 +4,8 @@ export default defineConfig({
entry: ["src/index.ts"],
format: ["cjs", "esm"],
dts: true,
clean: false,
splitting: false,
sourcemap: true,
clean: true,
outDir: "dist",
})