@roo-code/types 1.3.0 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/index.js +3 -0
  3. package/package.json +2 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Roo Code Types
2
2
 
3
- TypeScript type definitions for Roo Code.
3
+ TypeScript type definitions for Roo Code. Available on (NPM)[https://www.npmjs.com/package/@roo-code/types].
4
4
 
5
5
  ## Installation
6
6
 
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ // This file is intentionally empty
2
+ // It exists to satisfy the 'main' field in package.json
3
+ // The actual TypeScript type definitions are in index.d.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roo-code/types",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "TypeScript type definitions for Roo Code",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -24,6 +24,7 @@
24
24
  "types": "index.d.ts",
25
25
  "files": [
26
26
  "index.d.ts",
27
+ "index.js",
27
28
  "README.md"
28
29
  ],
29
30
  "packageManager": "pnpm@10.8.1",