Skip to content

Commit 3f966df

Browse files
authored
Bump @roo-code/types to v1.42.0 (#6610)
1 parent b2d2a2c commit 3f966df

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

packages/types/npm/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "@roo-code/types",
3-
"version": "1.41.0",
3+
"version": "1.42.0",
44
"description": "TypeScript type definitions for Roo Code.",
55
"publishConfig": {
66
"access": "public",
7-
"name": "@roo-code/types"
7+
"name": "@roo-code/types",
8+
"registry": "https://registry.npmjs.org/"
89
},
910
"author": "Roo Code Team",
1011
"license": "MIT",
@@ -15,7 +16,7 @@
1516
"bugs": {
1617
"url": "https://github.com/RooCodeInc/Roo-Code/issues"
1718
},
18-
"homepage": "https://github.com/RooCodeInc/Roo-Code/tree/main/packages/types",
19+
"homepage": "https://roocode.com",
1920
"keywords": [
2021
"roo",
2122
"roo-code",

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@roo-code/types",
3-
"version": "0.0.0",
3+
"private": true,
44
"type": "module",
55
"main": "./dist/index.cjs",
66
"exports": {

packages/types/tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ export default defineConfig({
44
entry: ["src/index.ts"],
55
format: ["cjs", "esm"],
66
dts: true,
7-
clean: false,
87
splitting: false,
98
sourcemap: true,
9+
clean: true,
1010
outDir: "dist",
1111
})

0 commit comments

Comments
 (0)