@squidcloud/backend 1.0.233 → 1.0.234
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.
|
@@ -90,7 +90,6 @@ export declare function executable(): ActionMethodDecorator<ExecutableAction>;
|
|
|
90
90
|
* Decorator that marks a function for exposing it to the AI assistant.
|
|
91
91
|
* The function accepts a JSON object as described in the description of the function in the annotation.
|
|
92
92
|
*
|
|
93
|
-
* TODO - add docs
|
|
94
93
|
* To read more about exposing an executable, see the
|
|
95
94
|
* {@link https://docs.squid.cloud/docs/development-tools/backend/executables documentation}.
|
|
96
95
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@squidcloud/backend",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.234",
|
|
4
4
|
"description": "Squid Cloud's backend SDK",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/backend/src/index.d.ts",
|
|
@@ -26,6 +26,6 @@
|
|
|
26
26
|
"tsoa": "^5.1.1"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@squidcloud/client": "^1.0.
|
|
29
|
+
"@squidcloud/client": "^1.0.234"
|
|
30
30
|
}
|
|
31
31
|
}
|