@rulvar/anthropic 1.20.0 → 1.21.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 (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -722,6 +722,7 @@ function anthropic(options = {}) {
722
722
  return {
723
723
  id: "anthropic",
724
724
  provider: "anthropic",
725
+ usageSemantics: "anthropic-cache-additive-v1",
725
726
  caps(model) {
726
727
  return infoFor(model).caps;
727
728
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rulvar/anthropic",
3
- "version": "1.20.0",
3
+ "version": "1.21.0",
4
4
  "description": "Rulvar first-class provider adapter over @anthropic-ai/sdk.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -23,13 +23,13 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@anthropic-ai/sdk": "^0.110.0",
26
- "@rulvar/core": "1.20.0"
26
+ "@rulvar/core": "1.21.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/node": "^22.20.0",
30
30
  "tsdown": "^0.22.3",
31
31
  "typescript": "~6.0.3",
32
- "@rulvar/testing": "1.20.0"
32
+ "@rulvar/testing": "1.21.0"
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",