@versini/sassysaint-common 4.40.0 → 4.40.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/dist/index.d.ts +1 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -594,6 +594,7 @@ export declare type RealProvider = typeof PROVIDER_OPENAI | typeof PROVIDER_ANTH
|
|
|
594
594
|
export declare const ROLE_ASSISTANT = "assistant";
|
|
595
595
|
|
|
596
596
|
/**
|
|
597
|
+
* Common utilities.
|
|
597
598
|
* List of available roles.
|
|
598
599
|
*/
|
|
599
600
|
export declare const ROLE_SYSTEM = "system";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/sassysaint-common",
|
|
3
|
-
"version": "4.40.
|
|
3
|
+
"version": "4.40.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"test:watch": "vitest",
|
|
33
33
|
"watch": "npm-run-all dev"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "429e5bfbd3f00a0321d3dfd9f64e49cc845be5aa"
|
|
36
36
|
}
|