@openclaw/deepinfra-provider 2026.6.9-beta.1 → 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
@@ -1,13 +1,13 @@
1
1
  import { r as DEEPINFRA_DEFAULT_MODEL_REF, t as DEEPINFRA_BASE_URL } from "./provider-models-BLNlFB8o.js";
2
2
  import { applyAgentDefaultModelPrimary } from "openclaw/plugin-sdk/provider-onboard";
3
3
  //#region extensions/deepinfra/onboard.ts
4
- function applyDeepInfraProviderConfig(cfg, modelRef = DEEPINFRA_DEFAULT_MODEL_REF) {
4
+ function applyDeepInfraConfig(cfg, modelRef = DEEPINFRA_DEFAULT_MODEL_REF) {
5
5
  const models = { ...cfg.agents?.defaults?.models };
6
6
  models[modelRef] = {
7
7
  ...models[modelRef],
8
8
  alias: models[modelRef]?.alias ?? "DeepInfra"
9
9
  };
10
- return {
10
+ return applyAgentDefaultModelPrimary({
11
11
  ...cfg,
12
12
  agents: {
13
13
  ...cfg.agents,
@@ -16,10 +16,7 @@ function applyDeepInfraProviderConfig(cfg, modelRef = DEEPINFRA_DEFAULT_MODEL_RE
16
16
  models
17
17
  }
18
18
  }
19
- };
20
- }
21
- function applyDeepInfraConfig(cfg, modelRef = DEEPINFRA_DEFAULT_MODEL_REF) {
22
- return applyAgentDefaultModelPrimary(applyDeepInfraProviderConfig(cfg, modelRef), modelRef);
19
+ }, modelRef);
23
20
  }
24
21
  //#endregion
25
- export { DEEPINFRA_BASE_URL, DEEPINFRA_DEFAULT_MODEL_REF, applyDeepInfraConfig, applyDeepInfraProviderConfig };
22
+ export { DEEPINFRA_BASE_URL, DEEPINFRA_DEFAULT_MODEL_REF, applyDeepInfraConfig };
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@openclaw/deepinfra-provider",
3
- "version": "2026.6.9-beta.1",
3
+ "version": "2026.6.9",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@openclaw/deepinfra-provider",
9
- "version": "2026.6.9-beta.1"
9
+ "version": "2026.6.9"
10
10
  }
11
11
  }
12
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw/deepinfra-provider",
3
- "version": "2026.6.9-beta.1",
3
+ "version": "2026.6.9",
4
4
  "description": "OpenClaw DeepInfra provider plugin.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,10 +18,10 @@
18
18
  "minHostVersion": ">=2026.6.8"
19
19
  },
20
20
  "compat": {
21
- "pluginApi": ">=2026.6.9-beta.1"
21
+ "pluginApi": ">=2026.6.9"
22
22
  },
23
23
  "build": {
24
- "openclawVersion": "2026.6.9-beta.1",
24
+ "openclawVersion": "2026.6.9",
25
25
  "bundledDist": false
26
26
  },
27
27
  "release": {
@@ -39,7 +39,7 @@
39
39
  "README.md"
40
40
  ],
41
41
  "peerDependencies": {
42
- "openclaw": ">=2026.6.9-beta.1"
42
+ "openclaw": ">=2026.6.9"
43
43
  },
44
44
  "peerDependenciesMeta": {
45
45
  "openclaw": {