ohwow 0.6.0 → 0.6.2
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/index.js +461 -461
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ohwow",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"description": "Local-first AI business operating system. Put your business ops on autopilot with AI agents that learn, remember, and coordinate.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Jesus David Oñoro Delgado <ogsus@ohwow.fun>",
|
|
@@ -134,6 +134,7 @@
|
|
|
134
134
|
},
|
|
135
135
|
"overrides": {
|
|
136
136
|
"langsmith": ">=0.5.0",
|
|
137
|
-
"file-type": ">=21.3.1"
|
|
137
|
+
"file-type": ">=21.3.1",
|
|
138
|
+
"basic-ftp": ">=5.2.1"
|
|
138
139
|
}
|
|
139
140
|
}
|