mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Bump @roo-code/types to v1.42.0 (#6610)
This commit is contained in:
parent
b2d2a2c5d2
commit
3f966dfaa3
3 changed files with 6 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@roo-code/types",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "./dist/index.cjs",
|
||||
"exports": {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue