@inference/fast 0.0.11-beta.17 → 0.0.11

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/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # `@inference/fast`
2
2
 
3
3
  Connect Claude Code, Codex, OpenCode, and Pi to fast models on Inference.net.
4
- The CLI signs in through the Concentrate dashboard, selects the personal
4
+ The CLI signs in through the Inference dashboard, selects the personal
5
5
  workspace's first project, and creates one machine-scoped project API key.
6
6
 
7
7
  ## Install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inference/fast",
3
- "version": "0.0.11-beta.17",
3
+ "version": "0.0.11",
4
4
  "description": "Connect coding agents to fast Inference.net models",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -24,10 +24,10 @@
24
24
  "pi"
25
25
  ],
26
26
  "optionalDependencies": {
27
- "@inference/fast-darwin-arm64": "0.0.11-beta.17",
28
- "@inference/fast-darwin-x64": "0.0.11-beta.17",
29
- "@inference/fast-linux-x64": "0.0.11-beta.17",
30
- "@inference/fast-linux-arm64": "0.0.11-beta.17"
27
+ "@inference/fast-darwin-arm64": "0.0.11",
28
+ "@inference/fast-darwin-x64": "0.0.11",
29
+ "@inference/fast-linux-x64": "0.0.11",
30
+ "@inference/fast-linux-arm64": "0.0.11"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "bun run clean:bin && bun run build:cli",