@render-harness/cap-search-tavily 0.1.2 → 0.1.4

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 (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@render-harness/cap-search-tavily",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "Tavily AI-search capability pack for the Render agent harness.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -29,22 +29,22 @@
29
29
  "envHint": "TAVILY_API_KEY"
30
30
  }
31
31
  },
32
- "scripts": {
33
- "build": "tsup",
34
- "typecheck": "tsc --noEmit",
35
- "test": "vitest run --passWithNoTests"
36
- },
37
32
  "dependencies": {
38
- "@render-harness/registry": "^0.1.1"
33
+ "@render-harness/registry": "0.1.1"
39
34
  },
40
35
  "devDependencies": {
41
- "@render-harness/core": "^0.1.1",
42
36
  "@types/node": "^25.6.2",
43
37
  "tsup": "^8.5.1",
44
38
  "typescript": "^6.0.3",
45
- "vitest": "^4.1.5"
39
+ "vitest": "^4.1.5",
40
+ "@render-harness/core": "0.1.1"
46
41
  },
47
42
  "publishConfig": {
48
43
  "access": "public"
44
+ },
45
+ "scripts": {
46
+ "build": "tsup",
47
+ "typecheck": "tsc --noEmit",
48
+ "test": "vitest run --passWithNoTests"
49
49
  }
50
- }
50
+ }