@geckovision/gecko 0.3.4 → 0.4.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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geckovision/gecko",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Make any API agent-usable — first call correct. Point gecko at an API and your agent can use it.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"gecko",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"lib"
|
|
22
22
|
],
|
|
23
23
|
"optionalDependencies": {
|
|
24
|
-
"@geckovision/gecko-linux-x64": "=0.
|
|
25
|
-
"@geckovision/gecko-linux-arm64": "=0.
|
|
26
|
-
"@geckovision/gecko-darwin-arm64": "=0.
|
|
24
|
+
"@geckovision/gecko-linux-x64": "=0.4.0",
|
|
25
|
+
"@geckovision/gecko-linux-arm64": "=0.4.0",
|
|
26
|
+
"@geckovision/gecko-darwin-arm64": "=0.4.0"
|
|
27
27
|
},
|
|
28
28
|
"scripts": {
|
|
29
29
|
"test": "node --test test/*.test.js"
|