@driftengine/ai 3.61.0 → 3.61.1
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@driftengine/ai",
|
|
3
|
-
"version": "3.61.
|
|
3
|
+
"version": "3.61.1",
|
|
4
4
|
"description": "Provider-neutral intelligence sessions, typed tools and context, and an agent loop that does not wait",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
],
|
|
28
28
|
"sideEffects": false,
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@driftengine/core": "3.61.
|
|
31
|
-
"@driftengine/entities": "3.61.
|
|
30
|
+
"@driftengine/core": "3.61.1",
|
|
31
|
+
"@driftengine/entities": "3.61.1"
|
|
32
32
|
},
|
|
33
33
|
"author": "Drift Technologies",
|
|
34
34
|
"repository": {
|