@far-world-labs/verblets 0.6.3 → 0.7.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.
- package/README.md +98 -11
- package/dist/index.browser.js +206 -206
- package/dist/index.js +668 -645
- package/dist/shared-Dc73O74G.js +12507 -0
- package/package.json +2 -2
- package/dist/shared-BSAzZOFX.js +0 -11644
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@far-world-labs/verblets",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "Verblets is a collection of tools for building LLM-powered applications.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"why-is-node-running": "^2.2.2"
|
|
106
106
|
},
|
|
107
107
|
"optionalDependencies": {
|
|
108
|
-
"@huggingface/transformers": "^
|
|
108
|
+
"@huggingface/transformers": "^4.0.1",
|
|
109
109
|
"playwright-core": "^1.52.0",
|
|
110
110
|
"sharp": "^0.33.0"
|
|
111
111
|
},
|