@openclaw/cohere-provider 0.0.0 → 2026.6.9

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.
package/dist/onboard.js CHANGED
@@ -16,11 +16,8 @@ const coherePresetAppliers = createModelCatalogPresetAppliers({
16
16
  }]
17
17
  })
18
18
  });
19
- function applyCohereProviderConfig(cfg) {
20
- return coherePresetAppliers.applyProviderConfig(cfg);
21
- }
22
19
  function applyCohereConfig(cfg) {
23
20
  return coherePresetAppliers.applyConfig(cfg);
24
21
  }
25
22
  //#endregion
26
- export { COHERE_DEFAULT_MODEL_ID, COHERE_DEFAULT_MODEL_REF, applyCohereConfig, applyCohereProviderConfig };
23
+ export { COHERE_DEFAULT_MODEL_ID, COHERE_DEFAULT_MODEL_REF, applyCohereConfig };
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@openclaw/cohere-provider",
3
- "version": "0.0.0",
3
+ "version": "2026.6.9",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@openclaw/cohere-provider",
9
- "version": "0.0.0"
9
+ "version": "2026.6.9"
10
10
  }
11
11
  }
12
12
  }
package/package.json CHANGED
@@ -1,15 +1,12 @@
1
1
  {
2
2
  "name": "@openclaw/cohere-provider",
3
- "version": "0.0.0",
3
+ "version": "2026.6.9",
4
4
  "description": "OpenClaw Cohere provider plugin.",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/openclaw/openclaw"
8
8
  },
9
9
  "type": "module",
10
- "devDependencies": {
11
- "@openclaw/plugin-sdk": "workspace:*"
12
- },
13
10
  "openclaw": {
14
11
  "extensions": [
15
12
  "./index.ts"
@@ -21,10 +18,10 @@
21
18
  "minHostVersion": ">=2026.6.8"
22
19
  },
23
20
  "compat": {
24
- "pluginApi": ">=2026.6.8"
21
+ "pluginApi": ">=2026.6.9"
25
22
  },
26
23
  "build": {
27
- "openclawVersion": "2026.6.8",
24
+ "openclawVersion": "2026.6.9",
28
25
  "bundledDist": true
29
26
  },
30
27
  "release": {
@@ -42,11 +39,12 @@
42
39
  "README.md"
43
40
  ],
44
41
  "peerDependencies": {
45
- "openclaw": ">=2026.6.8"
42
+ "openclaw": ">=2026.6.9"
46
43
  },
47
44
  "peerDependenciesMeta": {
48
45
  "openclaw": {
49
46
  "optional": true
50
47
  }
51
- }
48
+ },
49
+ "bundledDependencies": []
52
50
  }