@finic-ai/finic 0.0.3 → 0.0.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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finic-ai/finic",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "Finic agent — Bun-compiled local runtime. Dispatches to the platform-specific binary at runtime.",
|
|
5
5
|
"bin": { "finic": "./dist/index.js" },
|
|
6
6
|
"files": ["dist/**/*", "README.md"],
|
|
7
7
|
"optionalDependencies": {
|
|
8
|
-
"@finic-ai/finic-darwin-arm64": "0.0.
|
|
9
|
-
"@finic-ai/finic-darwin-x64": "0.0.
|
|
10
|
-
"@finic-ai/finic-linux-arm64": "0.0.
|
|
11
|
-
"@finic-ai/finic-linux-x64": "0.0.
|
|
8
|
+
"@finic-ai/finic-darwin-arm64": "0.0.4",
|
|
9
|
+
"@finic-ai/finic-darwin-x64": "0.0.4",
|
|
10
|
+
"@finic-ai/finic-linux-arm64": "0.0.4",
|
|
11
|
+
"@finic-ai/finic-linux-x64": "0.0.4"
|
|
12
12
|
}
|
|
13
13
|
}
|